Roll back JAX-B upgrades and prohibit 4.0.7 of the RI

See gh-49615
See gh-49616
This commit is contained in:
Andy Wilkinson
2026-03-17 09:11:14 +00:00
parent 1754358a85
commit 6dab9105af
@@ -448,7 +448,11 @@ bom {
releaseNotes("https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v{version}")
}
}
library("Glassfish JAXB", "4.0.7") {
library("Glassfish JAXB", "4.0.6") {
prohibit {
versionRange "[4.0.7]"
because "it contains a regression (https://github.com/spring-projects/spring-boot/issues/49607#issuecomment-4072451614)"
}
group("org.glassfish.jaxb") {
bom("jaxb-bom") {
permit("com.sun.istack:istack-commons-runtime")
@@ -923,7 +927,7 @@ bom {
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
}
}
library("Jakarta XML Bind", "4.0.5") {
library("Jakarta XML Bind", "4.0.4") {
alignWith {
version {
of "jakarta.xml.bind:jakarta.xml.bind-api"