Byte Buddy v1.4.7 Release Notes

Release Date: 2016-07-01 // almost 8 years ago
    • ➕ Added default TypePool that allows for lazy resolution of referenced types. This can both be a performance improvement and allows working with optional types as long as they are not directly required within a transformation. This type pool is now used by default.
    • 0️⃣ Make interfaces public by default when creating them via ByteBuddy::makeInterface.
    • ➕ Added TypeResolutionStrategy to allow for active resolution via the Nexus also from outside the AgentBuilder.
    • 👉 Make best effort from a ClassLoadingStrategy to not resolve types during loading.
    • ➕ Added convenience method for loading a dynamic type with an implicit ClassLoadingStrategy.