Skip to content

Commit ed3cbe9

Browse files
committed
[SPARK-56013][BUILD] Upgrade JAXB to 4.0.6
### What changes were proposed in this pull request? This PR upgrades `jaxb-runtime` and its transitive dependency `jaxb-core` to 4.0.6. ### Why are the changes needed? To pick up the latest bug fixes: - https://github.com/eclipse-ee4j/jaxb-ri/releases/tag/4.0.7-RI - eclipse-ee4j/jaxb-ri#1875 - eclipse-ee4j/jaxb-ri#1862 - eclipse-ee4j/jaxb-ri#1863 - eclipse-ee4j/jaxb-ri#1890 - eclipse-ee4j/jaxb-ri#1883 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs with the existing tests. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) by Anthropic Closes #54835 from dongjoon-hyun/SPARK-56013. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent abaa2f0 commit ed3cbe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ javassist/3.30.2-GA//javassist-3.30.2-GA.jar
121121
javax.jdo/3.2.0-m3//javax.jdo-3.2.0-m3.jar
122122
javax.servlet-api/4.0.1//javax.servlet-api-4.0.1.jar
123123
javolution/5.5.1//javolution-5.5.1.jar
124-
jaxb-core/4.0.5//jaxb-core-4.0.5.jar
125-
jaxb-runtime/4.0.5//jaxb-runtime-4.0.5.jar
124+
jaxb-core/4.0.6//jaxb-core-4.0.6.jar
125+
jaxb-runtime/4.0.6//jaxb-runtime-4.0.6.jar
126126
jcl-over-slf4j/2.0.17//jcl-over-slf4j-2.0.17.jar
127127
jdo-api/3.0.1//jdo-api-3.0.1.jar
128128
jdom2/2.0.6//jdom2-2.0.6.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
<dependency>
665665
<groupId>org.glassfish.jaxb</groupId>
666666
<artifactId>jaxb-runtime</artifactId>
667-
<version>4.0.5</version>
667+
<version>4.0.6</version>
668668
<scope>compile</scope>
669669
<exclusions>
670670
<exclusion>

0 commit comments

Comments
 (0)