Byte Buddy v1.8.14 Release Notes

Release Date: 2018-07-01 // almost 6 years ago
    • ๐Ÿ— Query explicitly added class loaders before the instrumented class's class loader in advice transformer for an agent builder.
    • โž• Add nullcheck for Instrumentation::getAllLoadedClasses.
    • ๐Ÿ‘ Allow for access controller-based lookups for Method constants.
    • ๐Ÿ‘‰ Use getMethod instead of getDeclaredMethod for method lookup if possible.