raphw/byte-buddy
 Watch   
 Star   
 Fork   
17 days ago
byte-buddy

Byte Buddy 1.15.10

  • Fix Java 8 patterns for multi-release jars to avoid that inner classes are excluded.
18 days ago
byte-buddy

Byte Buddy 1.15.9

  • Additional release after time out during previous Gradle plugin release.
19 days ago
byte-buddy

Byte Buddy 1.15.8

  • 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.
29 days ago
byte-buddy

Byte Buddy 1.15.7

  • Additional release after time out during previous Gradle plugin release.
29 days ago
byte-buddy

Byte Buddy 1.15.6

  • 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.
2024-10-17 17:44:54
byte-buddy

Byte Buddy 1.15.5

  • Publish Byte Buddy and Byte Buddy agent artifacts as multi-release jars to support CDS and faster validation.
2024-10-10 03:56:16
byte-buddy

Byte Buddy 1.15.4

  • Add non-experimental support for Java 24.
2024-09-27 06:13:06
byte-buddy

Byte Buddy 1.15.3

  • 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.
2024-09-25 15:39:00
byte-buddy

Byte Buddy 1.15.2

  • 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.
2024-08-30 00:32:06
byte-buddy

Byte Buddy 1.15.1

  • Revert default EntryPoint for Android Gradle plugin to use DECORATE unless explicitly specified due to many generic type errors in Kotlin classes.