Skip to content

0.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Nov 00:15
· 38 commits to main since this release
v0.0.3
9c6f676
  • Reduce chance ClassLoaderValue.computeValue() will be called but discarded (#34 - @mcculls)
  • Rework shading to upgrade embedded ASM classes to Java 8 (#32 - @mcculls)
  • Support parsing class-file data at a given offset (#31 - @mcculls)
  • Try ClassLoader.loadClass first then fall back to Class.forName when enabling class-injection (#30 - @mcculls)
  • Support generation of multiple types of glue per-module (#29 - @mcculls)
  • Support simple calls to just inject a single class (#28 - @mcculls)
  • Inject defineClass glue by patching Class.forName (#27 - @mcculls)
  • Support generation of glue bytecode resources as well as glue java files (#25 - @mcculls)