Skip to content

Byte Buddy 1.17.8

Latest

Choose a tag to compare

@raphw raphw released this 09 Oct 06:31
· 60 commits to master since this release
  • Avoid use of types that are deprecated as of Java 26.
  • Include ASM 9.9 that offers ASM support for Java 26.
  • Make sure that generated code internal to Byte Buddy supports CDS if available.
  • Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.