diff --git a/.github/workflows/maven-regression.yaml b/.github/workflows/maven-regression.yaml index 26d95b1..2876b1a 100644 --- a/.github/workflows/maven-regression.yaml +++ b/.github/workflows/maven-regression.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - quarkus-version: [ "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6" ] + quarkus-version: [ "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7" ] json-provider: [ "jsonb-classic", "jackson-classic" ] steps: diff --git a/README.md b/README.md index 288778c..bc1394c 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ so-called "HTTP APIs" are usually not. ### Quarkus 3.X / Java 17+ Make sure JDK 17 is in your PATH, then run: ```shell -mvn io.quarkus:quarkus-maven-plugin:3.7.1:create \ +mvn io.quarkus:quarkus-maven-plugin:3.8.0:create \ -DprojectGroupId=problem \ -DprojectArtifactId=quarkus-resteasy-problem-playground \ -DclassName="problem.HelloResource" \ -Dpath="/hello" \ -Dextensions="resteasy,resteasy-jackson" cd quarkus-resteasy-problem-playground -./mvnw quarkus:add-extension -Dextensions="com.tietoevry.quarkus:quarkus-resteasy-problem:3.1.0" +./mvnw quarkus:add-extension -Dextensions="com.tietoevry.quarkus:quarkus-resteasy-problem:3.8.0" ``` Or add the following dependency to `pom.xml` in existing project: ```xml diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 26898f3..8c60070 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -197,6 +197,13 @@ + + quarkus-3.7 + + 3.7.4 + + + native diff --git a/pom.xml b/pom.xml index 5b5d1f0..d24a43e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ UTF-8 - 3.7.1 + 3.8.0 0.27.1 3.25.3 1.37