From 84a4a798f4e3ff18b41e975fb6dd94181dfe4307 Mon Sep 17 00:00:00 2001 From: Michael Munch Date: Wed, 5 Nov 2025 08:25:46 +0100 Subject: [PATCH 1/3] Use new location for hibernate validator org.hibernate:hibernate-validator -> org.hibernate.validator:hibernate-validator --- .../resources/Java/libraries/microprofile/pom_3.0.mustache | 4 ++-- .../main/resources/Java/libraries/okhttp-gson/pom.mustache | 4 ++-- .../main/resources/Java/libraries/rest-assured/pom.mustache | 4 ++-- .../src/main/resources/Java/libraries/restclient/pom.mustache | 4 ++-- .../main/resources/Java/libraries/resttemplate/pom.mustache | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache index 7014cdc907d9..b161e2260cd4 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom_3.0.mustache @@ -172,7 +172,7 @@ {{#useBeanValidationFeature}} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate.validator.version} @@ -238,7 +238,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache index 4d622e2a64da..19360b064177 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/pom.mustache @@ -343,9 +343,9 @@ {{#performBeanValidation}} - org.hibernate + org.hibernate.validator hibernate-validator - 5.4.3.Final + 8.0.3.Final jakarta.el diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache index f69e230bbfd8..8ac47b317779 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/pom.mustache @@ -324,9 +324,9 @@ {{#performBeanValidation}} - org.hibernate + org.hibernate.validator hibernate-validator - 6.2.0.Final + 8.0.3.Final {{/performBeanValidation}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache index 7a12a23e6a22..86db7585880e 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache @@ -318,7 +318,7 @@ {{#performBeanValidation}} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate-validator-version} @@ -358,7 +358,7 @@ {{/joda}} 3.0.2 {{#performBeanValidation}} - 5.4.3.Final + 8.0.3.Final {{/performBeanValidation}} 5.10.2 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache index 4f6ec6d95d20..f6b907f7385f 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache @@ -333,7 +333,7 @@ {{#performBeanValidation}} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate-validator-version} @@ -380,7 +380,7 @@ 2.9.9 {{/joda}} {{#performBeanValidation}} - 5.4.3.Final + 8.0.3.Final {{/performBeanValidation}} 5.10.2 From 3294ccffa9034c4f6e29103a2f6eb5079aa06fdd Mon Sep 17 00:00:00 2001 From: Michael Munch Date: Wed, 5 Nov 2025 10:49:26 +0100 Subject: [PATCH 2/3] Update samples --- .../java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml | 2 +- .../microprofile-rest-client-3.0-jackson-with-xml/pom.xml | 2 +- .../java/microprofile-rest-client-3.0-jackson/pom.xml | 2 +- .../petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml | 2 +- .../client/petstore/java/microprofile-rest-client-3.0/pom.xml | 2 +- .../pom.xml | 2 +- samples/client/petstore/java/rest-assured-jackson/pom.xml | 4 ++-- samples/client/petstore/java/rest-assured/pom.xml | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml index dd28e40c2b68..060c1092ad89 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml @@ -163,7 +163,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml index 2bd55cf97f8a..365ce90065ad 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml @@ -169,7 +169,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml index 3e5bb51b37a6..8c5d0f0572c0 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml @@ -164,7 +164,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml index e002a03185df..412798e811d3 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml @@ -171,7 +171,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml index 42ef151bcacc..ef69e1a1674a 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml @@ -166,7 +166,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml index 3753ac5fae22..b3c654d88b56 100644 --- a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml @@ -166,7 +166,7 @@ 3.5.1 3.0.2 3.0.2 - 7.0.4.Final + 8.0.4.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/rest-assured-jackson/pom.xml b/samples/client/petstore/java/rest-assured-jackson/pom.xml index 208030f34d1b..05e6332bf37a 100644 --- a/samples/client/petstore/java/rest-assured-jackson/pom.xml +++ b/samples/client/petstore/java/rest-assured-jackson/pom.xml @@ -263,9 +263,9 @@ - org.hibernate + org.hibernate.validator hibernate-validator - 6.2.0.Final + 8.0.4.Final diff --git a/samples/client/petstore/java/rest-assured/pom.xml b/samples/client/petstore/java/rest-assured/pom.xml index 281e83f604f5..5cb8297b49f7 100644 --- a/samples/client/petstore/java/rest-assured/pom.xml +++ b/samples/client/petstore/java/rest-assured/pom.xml @@ -240,9 +240,9 @@ - org.hibernate + org.hibernate.validator hibernate-validator - 6.2.0.Final + 8.0.4.Final From 489471160a84633b13f068f18434c99fdac79ea7 Mon Sep 17 00:00:00 2001 From: Michael Munch Date: Wed, 5 Nov 2025 11:52:56 +0100 Subject: [PATCH 3/3] Update samples --- .../java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml | 2 +- .../java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml | 2 +- .../petstore/java/microprofile-rest-client-3.0-jackson/pom.xml | 2 +- .../petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml | 2 +- .../client/petstore/java/microprofile-rest-client-3.0/pom.xml | 2 +- .../pom.xml | 2 +- samples/client/petstore/java/rest-assured-jackson/pom.xml | 2 +- samples/client/petstore/java/rest-assured/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml index 060c1092ad89..95c3726abe72 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/pom.xml @@ -163,7 +163,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml index 365ce90065ad..59a5bdb2a2fb 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson-with-xml/pom.xml @@ -169,7 +169,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml index 8c5d0f0572c0..df53090e48c8 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-jackson/pom.xml @@ -164,7 +164,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml index 412798e811d3..9725c80c277a 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0-mutiny/pom.xml @@ -171,7 +171,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml index ef69e1a1674a..d365c4fe78fe 100644 --- a/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-3.0/pom.xml @@ -166,7 +166,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml index b3c654d88b56..db2ba8bf8efe 100644 --- a/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml +++ b/samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml @@ -166,7 +166,7 @@ 3.5.1 3.0.2 3.0.2 - 8.0.4.Final + 8.0.3.Final 3.2.7 2.6 1.9.1 diff --git a/samples/client/petstore/java/rest-assured-jackson/pom.xml b/samples/client/petstore/java/rest-assured-jackson/pom.xml index 05e6332bf37a..278f36d8ed21 100644 --- a/samples/client/petstore/java/rest-assured-jackson/pom.xml +++ b/samples/client/petstore/java/rest-assured-jackson/pom.xml @@ -265,7 +265,7 @@ org.hibernate.validator hibernate-validator - 8.0.4.Final + 8.0.3.Final diff --git a/samples/client/petstore/java/rest-assured/pom.xml b/samples/client/petstore/java/rest-assured/pom.xml index 5cb8297b49f7..cefda07ec088 100644 --- a/samples/client/petstore/java/rest-assured/pom.xml +++ b/samples/client/petstore/java/rest-assured/pom.xml @@ -242,7 +242,7 @@ org.hibernate.validator hibernate-validator - 8.0.4.Final + 8.0.3.Final