firzencode / jarjar

Automatically exported from code.google.com/p/jarjar
0 stars 0 forks source link

Upgrade to ASM 4 #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Groovy (http://groovy.codehaus.org) language uses jarjar to build an 
embeddable jar. The next version of Groovy which is due soon introduces support 
of InvokeDynamic. This support requires an upgrade to ASM 4, and classes 
generated by ASM 4 won't pass with current jarjar.

Is there any plan to upgrade?

Original issue reported on code.google.com by cedric.c...@gmail.com on 2 Mar 2012 at 3:27

GoogleCodeExporter commented 8 years ago
Would be nice to have JarJar support ASM 4, and hence invokedynamic.
This would be useful to several language projects.

Original comment by glafo...@gmail.com on 2 Mar 2012 at 3:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yes, it would be good if jarjar supported Java 7.

Original comment by Paul.Kin...@gmail.com on 29 Mar 2012 at 11:42

GoogleCodeExporter commented 8 years ago
My colleague Jochen has a fork on GitHub with ASM 4 support:
https://github.com/blackdrag/jarjar
We're discussing with Chris how to contribute back those changes so the whole 
community can benefit from those changes.

Original comment by glafo...@gmail.com on 12 Apr 2012 at 8:15

GoogleCodeExporter commented 8 years ago
The new jarjar 1.3 is ported to asm4

Original comment by blackdra...@googlemail.com on 3 May 2012 at 1:55