Giter Club home page Giter Club logo

Comments (5)

schuettec avatar schuettec commented on August 26, 2024

This is a transitive dependency:

ReMap
\--- cglib:cglib:3.2.6
     +--- org.ow2.asm:asm:6.0

I do not know if the org.ow2.asm:asm:6.0 dependency could be workarounded since ReMap relies on cglib. Can you provide more information what's the problem with the Java 9 format?

An official requirement does not exists, but we want to support Java 9 to be able to migrate our systems to Java 9. The only issue related to Java 9 was a request to provide a stable Java 9 module name.

from remap.

michalre avatar michalre commented on August 26, 2024

We have older version of ProGuard that does not support Java 9 format

from remap.

schuettec avatar schuettec commented on August 26, 2024

How about upgrading ProGuard? ;-)

If thats not suitable for you, you can try to exclude the ASM library and include org.ow2.asm:asm:5.2 instead. ASM 5.3 is in Java 8 format and ReMap seems to work with ASM 5.2, at least all the tests are ok (no guarantees).

If you are using gradle try

  compile('com.remondis:remap:4.0.0') {
    exclude group: 'org.ow2', module: 'asm'
  }
  compile "org.ow2.asm:asm:5.2"

from remap.

michalre avatar michalre commented on August 26, 2024

yeah, upgrading the ProGuard is the right way to go. Thanks for the workaround I will try it until we can upgrade ProGuard

from remap.

michalre avatar michalre commented on August 26, 2024

When asm jar is excluded from maven dependencies there is an exception when deploying the war to tomcat, so instead I excluded asm jar from proguard processing in proguard maven plugin and everything works fine. Thanks for the help.

from remap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.