7
0
forked from pool/byte-buddy

- Update to v1.18.1 #1

Merged
fstrba merged 1 commits from urbic/byte-buddy:main into main 2025-11-25 07:02:00 +01:00
Contributor
  • Changes of v1.18.1
    • Fix generated module-info to include new package.
  • Changes of v1.18.0
    • Add support for module-info class files and
      ModuleDescriptions.
    • Allow for manipulating module information using the ByteBuddy
      API.
  • Changes of v1.17.8
    • 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.
  • Changes of v1.17.7
    • Specify correct JVM environment for Android builds when using
      the Gradle plugin.
    • Avoid recomputing the size of a parameter list for
      performance reasons after measuring the significant impact.
    • Correct validation of JVM names to avoid breaking when Java
      names are not allowed while JVM names are, with Kotlin and
      others.
* Changes of v1.18.1 + Fix generated module-info to include new package. * Changes of v1.18.0 + Add support for module-info class files and ModuleDescriptions. + Allow for manipulating module information using the ByteBuddy API. * Changes of v1.17.8 + 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. * Changes of v1.17.7 + Specify correct JVM environment for Android builds when using the Gradle plugin. + Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact. + Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.
urbic added 1 commit 2025-11-24 17:16:38 +01:00
* Changes of v1.18.1
    + Fix generated module-info to include new package.
  * Changes of v1.18.0
    + Add support for module-info class files and
      ModuleDescriptions.
    + Allow for manipulating module information using the ByteBuddy
      API.
  * Changes of v1.17.8
    + 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.
  * Changes of v1.17.7
    + Specify correct JVM environment for Android builds when using
      the Gradle plugin.
    + Avoid recomputing the size of a parameter list for
      performance reasons after measuring the significant impact.
    + Correct validation of JVM names to avoid breaking when Java
      names are not allowed while JVM names are, with Kotlin and
      others.
autogits-devel requested review from adamm 2025-11-24 17:16:46 +01:00
autogits-devel requested review from fstrba 2025-11-24 17:16:46 +01:00
autogits-devel requested review from gkenion 2025-11-24 17:16:46 +01:00
autogits-devel requested review from j_renner 2025-11-24 17:16:47 +01:00
autogits-devel requested review from pmonrealgonzalez 2025-11-24 17:16:47 +01:00
fstrba merged commit 8d81b58060 into main 2025-11-25 07:02:00 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java-packages/byte-buddy#1