Byte Buddy 0.7-rc3
Pre-release
Pre-release
raphw
released this
06 Oct 07:11
·
5959 commits
to master
since this release
- Read
Nexus
instances of the Byte Buddy agents from the enclosing class loader rather than from the system class loader. This allows for their usage from OSGi environments and for user with other custom class loaders. - Changed modifiers for accessor methods and rebased methods to be public when rebasing or accessing methods of a Java 8 interface. For interfaces, all modifiers must be public, even for such synthetic members.
- Support absolute path names for accessing class file ressources of the
ByteArrayClassLoader
. - Added random suffix to the names of rebased methods to avoid naming conflicts.