This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new c42f0de7b714 [SPARK-55516][BUILD] Upgrade `ap-loader` to 4.3-12
c42f0de7b714 is described below
commit c42f0de7b7143b7826ffc37ea9cc3742e5aab86a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Feb 13 08:19:06 2026 -0800
[SPARK-55516][BUILD] Upgrade `ap-loader` to 4.3-12
### What changes were proposed in this pull request?
This PR aims to upgrade `ap-loader` to 4.3-12 for Java 25 support.
### Why are the changes needed?
To support the latest features including Java 25 support.
- https://github.com/jvm-profiling-tools/ap-loader/releases/tag/4.3-12
- https://github.com/jvm-profiling-tools/ap-loader/releases/tag/4.3-11
- Native lock profiling
- https://github.com/jvm-profiling-tools/ap-loader/releases/tag/4.2.1-11
- Do not block any signals during execution of a custom crash handler
- https://github.com/jvm-profiling-tools/ap-loader/releases/tag/4.2-10
- Java Method Tracing and Latency Profiling
- https://github.com/jvm-profiling-tools/ap-loader/releases/tag/4.1-10
- JDK 25 support
### 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: `Gemini 3 Pro (High)` on `Antigravity`
Closes #54307 from dongjoon-hyun/SPARK-55516.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bde7a9ce8764..db8ad155c212 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
<mima.version>1.1.4</mima.version>
<!-- Version used in Profiler -->
- <ap-loader.version>4.0-10</ap-loader.version>
+ <ap-loader.version>4.3-12</ap-loader.version>
<CodeCacheSize>128m</CodeCacheSize>
<!-- Needed for consistent times -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]