Byte Buddy v0.7.7 Release Notes

Release Date: 2015-12-01 // over 8 years ago
    • 🛠 Fixed type resolution for anonymously 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 executingTransformer is rebased.