Skip to content

Byte Buddy 0.3

Compare
Choose a tag to compare
@raphw raphw released this 18 Sep 16:11
· 6957 commits to master since this release
  • Added basic support for Java 7 types MethodHandle and MethodType which are available from Java 7 for injection.
  • Added support for type redefinition and type rebasing.
  • Added support for accessing a JVM's HotSwap features and a Java agent.
  • Added latent a child-first ClassLoadingStrategy and manifest versions of the WRAPPER and CHILD_FIRST default class loading strategies.