Skip to content

Byte Buddy 0.7-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@raphw raphw released this 16 Sep 22:29
· 6115 commits to master since this release
  • Refactored runtime attachment of Java agents to support Java 9 and additional legacy VM (version 8-).
  • Refactored MethodGraph to only represent virtual methods.
  • Changed notion of visibility to not longer consider the declaring type as part of the visibility.
  • Increased flexibility of defining proxy types for @Super and @Default annotations.
  • Added directional AmbigouityResolver.
  • Fixed detection of methods that can be rebased to not include methods that did not previously exist.