From 6b7953e6f80fc5f7e16cba65c8b4c20c0a29e572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:13 +0100 Subject: [PATCH 1/9] Upgrade to Hibernate 7.2.6.Final Closes gh-49468 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 1241abb8efa..bf60c188d4b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -563,7 +563,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "7.2.4.Final") { + library("Hibernate", "7.2.6.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 3f4f3ccd2b461a95ce7869978ed38fe9225c9f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:17 +0100 Subject: [PATCH 2/9] Upgrade to Jakarta XML WS 4.0.3 Closes gh-49469 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index bf60c188d4b..135de21806d 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -926,7 +926,7 @@ bom { releaseNotes("https://github.com/jakartaee/saaj-api/releases/tag/{version}") } } - library("Jakarta XML WS", "4.0.2") { + library("Jakarta XML WS", "4.0.3") { group("jakarta.xml.ws") { modules = [ "jakarta.xml.ws-api" From 3c852d1d18f90268b8aa091b97374a7f5a24e045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:21 +0100 Subject: [PATCH 3/9] Upgrade to Jetty 12.1.7 Closes gh-49470 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 135de21806d..1ba1cbd8b23 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1042,7 +1042,7 @@ bom { ] } } - library("Jetty", "12.1.6") { + library("Jetty", "12.1.7") { prohibit { contains ".alpha" because "we don't want alpha dependencies" From 7686bd1960c86517852c09b14429306c76888777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:25 +0100 Subject: [PATCH 4/9] Upgrade to Liquibase 5.0.2 Closes gh-49471 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 1ba1cbd8b23..908d2ee77f5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1267,7 +1267,7 @@ bom { releaseNotes("https://github.com/redis/lettuce/releases/tag/{version}") } } - library("Liquibase", "5.0.1") { + library("Liquibase", "5.0.2") { group("org.liquibase") { modules = [ "liquibase-cdi", From 1785203653453c9f5331ff3db9bea380798bc97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:29 +0100 Subject: [PATCH 5/9] Upgrade to Maven Failsafe Plugin 3.5.5 Closes gh-49472 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 908d2ee77f5..a2f62f620e4 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { releaseNotes("https://github.com/apache/maven-enforcer/releases/tag/enforcer-{version}") } } - library("Maven Failsafe Plugin", "3.5.4") { + library("Maven Failsafe Plugin", "3.5.5") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin" From b988a52a91ce19efac6334e9b7bdedb79c17ff86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:33 +0100 Subject: [PATCH 6/9] Upgrade to Maven Shade Plugin 3.6.2 Closes gh-49473 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a2f62f620e4..4cc39d6d09d 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1496,7 +1496,7 @@ bom { releaseNotes("https://github.com/apache/maven-resources-plugin/releases/tag/maven-resources-plugin-{version}") } } - library("Maven Shade Plugin", "3.6.1") { + library("Maven Shade Plugin", "3.6.2") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin" From d1714fd202e7efc3079b1a9a46351d24b37cfc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:37 +0100 Subject: [PATCH 7/9] Upgrade to Maven Surefire Plugin 3.5.5 Closes gh-49474 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 4cc39d6d09d..349b3abd3ac 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1520,7 +1520,7 @@ bom { releaseNotes("https://github.com/apache/maven-source-plugin/releases/tag/maven-source-plugin-{version}") } } - library("Maven Surefire Plugin", "3.5.4") { + library("Maven Surefire Plugin", "3.5.5") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin" From e3e167bf9b9fca9c15ce9c29aea89dfbe3988859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:41 +0100 Subject: [PATCH 8/9] Upgrade to Native Build Tools Plugin 0.11.5 Closes gh-49475 --- ...rary-and-framework-list-schema-v1.0.0.json | 100 +++++++++++++++++ .../metadata-library-index-schema-v1.0.0.json | 106 ++++++++++++++++++ .../metadata-root-index-schema-v1.0.0.json | 67 +++++++++++ gradle.properties | 2 +- 4 files changed, 274 insertions(+), 1 deletion(-) create mode 100644 build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/library-and-framework-list-schema-v1.0.0.json create mode 100644 build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-library-index-schema-v1.0.0.json create mode 100644 build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-root-index-schema-v1.0.0.json diff --git a/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/library-and-framework-list-schema-v1.0.0.json b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/library-and-framework-list-schema-v1.0.0.json new file mode 100644 index 00000000000..0c6861ec0f8 --- /dev/null +++ b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/library-and-framework-list-schema-v1.0.0.json @@ -0,0 +1,100 @@ +{ + "$id": "https://raw.githubusercontent.com/oracle/graalvm-reachability-metadata/master/metadata/schemas/library-and-framework-support-schema-v1.0.0.json", + "$schema": "https://json-schema.org/draft/2019-09/schema", + "default": [], + "examples": [ + { + "artifact": "io.netty:netty5-parent", + "details": [ + { + "minimum_version": "4.1", + "metadata_locations": [ + "https://github.com/netty/netty/tree/main/common/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/netty/netty/actions" + ], + "test_level": "fully-tested" + } + ] + } + ], + "items": { + "properties": { + "artifact": { + "default": "", + "description": "The artifact name in the groupId:artifactId format", + "pattern": "^[a-zA-Z0-9._-]+:[a-zA-Z0-9._*-]+$", + "title": "The name of the artifact", + "type": "string" + }, + "description": { + "default": "", + "title": "Short description of the library or framework", + "type": "string" + }, + "details": { + "default": [], + "items": { + "default": {}, + "properties": { + "maximal_version": { + "default": "", + "description": "Maximum version for which this entry applies. If not defined, it is assumed to be supported for all versions starting from the minimum_version", + "title": "Maximal version for which this entry applies", + "type": "string" + }, + "metadata_locations": { + "default": [], + "items": { + "default": "", + "type": "string" + }, + "title": "Web URLs of provided metadata", + "type": "array" + }, + "minimum_version": { + "default": "", + "title": "Minimal version for which this entry applies", + "type": "string" + }, + "test_level": { + "default": "Untested", + "enum": [ + "untested", + "community-tested", + "fully-tested" + ], + "title": "Testing level of reachability metadata for the library or framework", + "type": "string" + }, + "tests_locations": { + "default": [], + "items": { + "default": "", + "type": "string" + }, + "title": "Web URLs to tests (sources, CI dashboards/configurations, ...)", + "type": "array" + } + }, + "required": [ + "minimum_version", + "metadata_locations", + "tests_locations", + "test_level" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "artifact", + "details" + ], + "type": "object" + }, + "title": "Schema for the 'library-and-framework-list.json'", + "type": "array" +} diff --git a/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-library-index-schema-v1.0.0.json b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-library-index-schema-v1.0.0.json new file mode 100644 index 00000000000..2461661166e --- /dev/null +++ b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-library-index-schema-v1.0.0.json @@ -0,0 +1,106 @@ +{ + "$id": "https://raw.githubusercontent.com/oracle/graalvm-reachability-metadata/master/metadata/schemas/metadata-library-index-schema-v1.0.0.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "description": "Schema for metadata///index.json. Each entry describes a metadata bundle for a range of library versions.", + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "additionalProperties": false, + "required": [ + "module", + "metadata-version", + "tested-versions" + ], + "properties": { + "module": { + "$ref": "#/$defs/moduleCoordinate", + "description": "Maven coordinates in the form ':'." + }, + "metadata-version": { + "type": "string", + "minLength": 1, + "description": "Subdirectory name where the metadata files for this entry reside, e.g. '7.1.0.Final'." + }, + "tested-versions": { + "type": "array", + "description": "Explicitly tested upstream library versions that this metadata is known to support.", + "minItems": 1, + "uniqueItems": true, + "items": { + "type": "string", + "minLength": 1 + } + }, + "test-version": { + "type": "string", + "minLength": 1, + "description": "Overrides 'metadata-version' for use in test directories. This allows one metadata entry to share tests defined for a different version's metadata directory." + }, + "latest": { + "type": "boolean", + "description": "Marks this entry as the latest/default metadata for currently supported versions." + }, + "default-for": { + "type": "string", + "description": "Java regular expression describing the version range for which this entry should be used by default (e.g. '7\\\\.1\\\\..*')." + }, + "override": { + "type": "boolean", + "description": "When true, expresses the intent to exclude outdated built-in metadata shipped with Native Image for the matched versions." + }, + "skipped-versions": { + "type": "array", + "description": "Versions explicitly excluded from support, each with a reason.", + "minItems": 1, + "items": { + "type": "object", + "additionalProperties": false, + "required": [ "version", "reason" ], + "properties": { + "version": { + "type": "string", + "minLength": 1 + }, + "reason": { + "type": "string", + "minLength": 1 + } + } + } + } + } + }, + "$defs": { + "moduleCoordinate": { + "type": "string", + "pattern": "^[^:]+:[^:]+$" + } + }, + "examples": [ + [ + { + "metadata-version": "0.0.1", + "module": "org.example:library", + "tested-versions": [ "0.0.1", "0.0.2" ], + "default-for": "0\\.0\\..*", + "test-version": "0.0.1" + }, + { + "latest": true, + "metadata-version": "1.0.0", + "module": "org.example:library", + "tested-versions": [ "1.0.0", "1.1.0" , "1.2.0"] + }, + { + "metadata-version": "1.19.0", + "module": "io.opentelemetry:opentelemetry-sdk-trace", + "tested-versions": [ "1.19.0" ], + "override": true, + "skipped-versions": [ + { "version": "1.34.0", "reason": "Dependency io.opentelemetry:opentelemetry-api:1.34.0 provides reflect-config.json which does not parse." } + ] + } + ] + ] +} diff --git a/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-root-index-schema-v1.0.0.json b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-root-index-schema-v1.0.0.json new file mode 100644 index 00000000000..7087aaa1d29 --- /dev/null +++ b/build-plugin/spring-boot-gradle-plugin/src/test/resources/reachability-metadata-repository/schemas/metadata-root-index-schema-v1.0.0.json @@ -0,0 +1,67 @@ +{ + "$id": "https://raw.githubusercontent.com/oracle/graalvm-reachability-metadata/master/metadata/schemas/metadata-root-index-schema-v1.0.0.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "description": "Schema for metadata/index.json. This file lists modules known to the repository and optionally the directory where their metadata is stored, the allowed package prefixes for metadata, and inter-module requirements. See docs/CONTRIBUTING.md (Metadata structure).", + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "required": ["module"], + "properties": { + "module": { + "$ref": "#/$defs/moduleCoordinate", + "description": "Maven coordinates for the module in the form ':'." + }, + "directory": { + "type": "string", + "minLength": 1, + "pattern": "^[^\\s].*$", + "description": "Repository-relative path under 'metadata/' containing this module's metadata (e.g. 'org.example/library'). If omitted, the entry may reference requirements only." + }, + "allowed-packages": { + "type": "array", + "description": "List of package (or fully-qualified name) prefixes considered valid sources of metadata entries for this module. Used to filter-in relevant JSON entries.", + "minItems": 1, + "uniqueItems": true, + "items": { + "type": "string", + "minLength": 1 + } + }, + "requires": { + "type": "array", + "description": "Optional list of module coordinates this module depends on. Each item is ':'.", + "minItems": 1, + "uniqueItems": true, + "items": { + "$ref": "#/$defs/moduleCoordinate" + } + } + } + }, + "$defs": { + "moduleCoordinate": { + "type": "string", + "pattern": "^[^:]+:[^:]+$" + } + }, + "examples": [ + [ + { + "directory": "org.example/library", + "module": "org.example:library" + }, + { + "allowed-packages": ["org.package.name"], + "module": "org.example:dependant-library", + "requires": ["org.example:library"] + }, + { + "allowed-packages" : [ "org.hibernate", "jakarta" ], + "directory" : "org.hibernate.orm/hibernate-envers", + "module" : "org.hibernate.orm:hibernate-envers", + "requires" : [ "org.hibernate.orm:hibernate-core" ] + } + ] + ] +} diff --git a/gradle.properties b/gradle.properties index 79d2102888c..24ce10e3379 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ junitJupiterVersion=6.0.3 kotlinVersion=2.2.21 mavenVersion=3.9.10 mockitoVersion=5.20.0 -nativeBuildToolsVersion=0.11.4 +nativeBuildToolsVersion=0.11.5 nullabilityPluginVersion=0.0.11 snakeYamlVersion=2.5 springFrameworkVersion=7.0.6-SNAPSHOT From 1d206eb4487339e1727d8ebfb935a2dbc6b578da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 16:29:46 +0100 Subject: [PATCH 9/9] Upgrade to Pulsar 4.1.3 Closes gh-49476 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 349b3abd3ac..43b27122482 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1817,7 +1817,7 @@ bom { releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}") } } - library("Pulsar", "4.1.2") { + library("Pulsar", "4.1.3") { group("org.apache.pulsar") { bom("pulsar-bom") }