Skip to content

Byte Buddy 0.7.7

Compare
Choose a tag to compare
@raphw raphw released this 14 Dec 08:20
· 5720 commits to master since this release
  • Fixed type resolution for anoymously loaded classes by the ClassReloadingStrategy.
  • Added additional InitiailizationStrategys for self-injection where the new default strategy loads types that are independent of the instrumented type before completing the instrumentation. This way, the resolution does not fail for types that are accessed via reflection before initializing the types if a constructor is rebased.