dongjoon-hyun opened a new pull request, #57572:
URL: https://github.com/apache/spark/pull/57572

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `byte-buddy` and `byte-buddy-agent` to 1.18.11.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes and official support for the newest JDKs. Note 
that version 1.18.6 was never released. The full release notes are available 
below:
   
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.11
     - Add SBOM to published artifacts, and check for traversable paths 
injected into class files.
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.10
     - Delay the change of default for unsafe use to Java 26 and improve the 
error message.
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.9
     - Disable use of `Unsafe` by default on Java 25+, improve OpenJ9 
attachment and diagnostics, avoid NPE on missing annotation types, and update 
ASM.
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.8
     - Improve support for repeatable builds and fix reordering of the 
exception table in type initializers when instrumenting.
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.7
     - Introduce a new versioning concept with the *-jdk5* suffix jar and a 
Java 8 baseline for the regular jar.
   - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.5
     - Eagerly resolve canonical files during attach emulation and add missing 
super classes to hash code / equals computation in `Advice`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a test-only dependency.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to