Skip to content

Releases: raphw/byte-buddy

Byte Buddy 1.15.10

03 Nov 23:42
Compare
Choose a tag to compare
  • Fix Java 8 patterns for multi-release jars to avoid that inner classes are excluded.

Byte Buddy 1.15.9

03 Nov 23:41
Compare
Choose a tag to compare
  • Additional release after time out during previous Gradle plugin release.

Byte Buddy 1.15.8

02 Nov 15:45
Compare
Choose a tag to compare
  • Extend ClassInjector API to support lazy resolution of class files.
  • Extend DynamicType API to support lazy resolution of auxiliary types.
  • Extend AgentBuilder.Transformer.ForAdvice to support injection of new classes by their name.

Byte Buddy 1.15.7

23 Oct 07:50
Compare
Choose a tag to compare
  • Additional release after time out during previous Gradle plugin release.

Byte Buddy 1.15.6

23 Oct 06:12
Compare
Choose a tag to compare
  • Add ConstructorResolver to Super annotation for MethodDelegation to allow for dynamic constructor resolution.
  • Add Java 8 versions of shaded ASM to allow for faster class file validation and CDS support.

Byte Buddy 1.15.5

17 Oct 10:19
Compare
Choose a tag to compare
  • Publish Byte Buddy and Byte Buddy agent artifacts as multi-release jars to support CDS and faster validation.

Byte Buddy 1.15.4

09 Oct 20:49
Compare
Choose a tag to compare
  • Add non-experimental support for Java 24.

Byte Buddy 1.15.3

26 Sep 22:36
Compare
Choose a tag to compare
  • Treat multi-release class files that are newer than the supported version as regular resources.
  • Allow overriding the multi-release class file version from Maven and Gradle plugin.
  • Correctly resolve multi-release class files in Android.

Byte Buddy 1.15.2

25 Sep 21:41
Compare
Choose a tag to compare
  • Add support for multi-release JAR files in ClassFileLocators and Plugin.Engine.Default.
  • Add Gradle task for transforming multiple jar files with ByteBuddyJarsTask.
  • Avoid validation of JarFile when extracting individual entries.
  • Rework discovery in ByteBuddyMojo.

Byte Buddy 1.15.1

29 Aug 19:20
Compare
Choose a tag to compare
  • Revert default EntryPoint for Android Gradle plugin to use DECORATE unless explicitly specified due to many generic type errors in Kotlin classes.