github raphw/byte-buddy byte-buddy-1.4.7
Byte Buddy 1.4.7

latest releases: byte-buddy-1.14.14, byte-buddy-1.14.13, byte-buddy-1.14.12...
7 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.
  • 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.

Don't miss a new byte-buddy release

NewReleases is sending notifications on new releases.