dongjoon-hyun opened a new pull request, #58919: URL: https://github.com/apache/spark/pull/58919
### What changes were proposed in this pull request? This PR aims to upgrade `xbean-asm9-shaded` to 5.0.0. ### Why are the changes needed? To bring the latest improvements. `xbean-asm9-shaded` 5.0.0 was released on 2026-08-07 and still shades ASM 9.10.1 (the same as Spark's `asm.version`) with the same `org.apache.xbean.asm9` package relocation. - https://github.com/apache/geronimo-xbean/releases/tag/xbean-5.0.0 (2026-08-07) - https://lists.apache.org/thread/3n75n792kz7r7ygqov1xyty4m36p9j6o ([VOTE] Release Apache Geronimo xbean 5.0.0) The major version bump is because Apache XBean now requires Java 11 as the minimum version. This doesn't affect Apache Spark because the shaded ASM classes are copied as-is from ASM 9.10.1 and Spark requires Java 17+. Notable changes: - [XBEAN-358] Performance improvements - [XBEAN-359] Move from `genesis-java8-flava` to Apache parent - [XBEAN-360] `AnnotationFinder` subclasses might not all need to be non-static inner classes - [XBEAN-361] Update various plugins and dependencies - [XBEAN-362] Update `maven-xbean-plugin` - [XBEAN-363] `xbean-classloader` leaks Spring Full changelog: https://github.com/apache/geronimo-xbean/compare/xbean-4.31...xbean-5.0.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 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]
