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

Byte Buddy 1.15.11

  • Avoid dependency of CachedReturnPlugin on precompiled class files.
  • Add NOP instruction when Advice is used on void methods as those might be empty which results on a frame being written to the same offset, causing an exception.
  • Allow Plugin.Enging to link files instead of copying.
  • Adjust validator code to avoid compiler bug that was reported by multiple users.
  • Allow injection of class path as File[] to Plugin constructors.
  • Allow for configuring variants when using the Android Gradle plugin.
2024-11-04 07:31:12
byte-buddy

Byte Buddy 1.15.10

  • Fix Java 8 patterns for multi-release jars to avoid that inner classes are excluded.
2024-11-03 00:42:48
byte-buddy

Byte Buddy 1.15.9

  • Additional release after time out during previous Gradle plugin release.
2024-11-02 01:36:02
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.
2024-10-23 15:27:03
byte-buddy

Byte Buddy 1.15.7

  • Additional release after time out during previous Gradle plugin release.
2024-10-23 05:00:54
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.