github raphw/byte-buddy byte-buddy-1.6.0
Byte Buddy 1.6.0

latest releases: byte-buddy-1.14.14, byte-buddy-1.14.13, byte-buddy-1.14.12...
7 years ago
  • Added InjectingClassLoader with class loading strategy that allows for reflection-free loading.
  • Added proper class loader locking to injection strategy.
  • Fixed method lookup to not use declared accessors unless necessary to avoid security manager check.
  • Added @SuperMethod and @DefaultMethod annotations for MethodDelegation.
  • Refactored AsmVisitorWrapper to accept a list of fields and methods that are intercepted. This allows to use the wrapper also for methods that are overridden.
  • Added a MethodGraph.Compiler.ForDeclaredMethods to avoid processing full type hierarchy if only type enhancement should be done without declaring new methods on a type. This should be used in combination with Advice instead of MethodGraph.Empty as those methods are supplied to the ASM visitor wrappers.
  • Refactored MethodDelegation to precomile records for all candidates to avoid duplicate annotation processing.

Don't miss a new byte-buddy release

NewReleases is sending notifications on new releases.