From f195b744a90fa8d3a84c87d323a9d919e75c6c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:42:31 +0200 Subject: [PATCH] build(deps): Bump quarkus.version from 3.13.2 to 3.14.0 (#367) See discussion here: https://github.com/orgs/quarkiverse/discussions/228#discussioncomment-10452027 It's now in a worse state than before (with `-Werror` removed and the new config system not working to contributors the same way any more than the old). Let's see how long the legacy annotation processor is actually still maintained. * build(deps): Bump quarkus.version from 3.13.2 to 3.14.0 Bumps `quarkus.version` from 3.13.2 to 3.14.0. Updates `io.quarkus:quarkus-bom` from 3.13.2 to 3.14.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.13.2...3.14.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-extension-processor` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.13.2 to 3.14.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.13.2...3.14.0) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Switch to legacy config. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Simons --- pom.xml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e8ac4f4..8defde3 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 0.45.0 3.4.1 23.0.5 - + 17 5.8.2 3.5.0 @@ -83,7 +83,7 @@ 1.6.13 UTF-8 4.2.2 - 3.13.2 + 3.14.0 4.0.0 @@ -153,7 +153,7 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - true + true -Xlint:all,-options,-path,-processing,-classfile @@ -161,6 +161,24 @@ -parameters + + + default-compile + + true + + -Xlint:all,-options,-path,-processing,-classfile + -parameters + + -AlegacyConfigRoot=true + + + + org.apache.maven.plugins @@ -204,7 +222,8 @@ etc/checkstyle/config.xml etc/checkstyle/suppressions.xml etc/checkstyle/java-header.txt - ${project.build.sourceEncoding} + ${project.build.sourceEncoding} + ${project.build.sourceEncoding} true true true @@ -299,7 +318,7 @@ ${java.version} - + ${maven.version}