shevek / jarjar

Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution.
Apache License 2.0
735 stars 93 forks source link

New classfile API #31

Open bowbahdoe opened 4 months ago

bowbahdoe commented 4 months ago

Just making a note of the new classfile API. It might be useful longer term to move away from shading ASM and to relying on the JDK's builtin version.