From bd23c3a993a1a28ddc492a54b744ee026249decf Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 9 Sep 2021 13:36:14 +0200 Subject: [PATCH] Adapt main to Quarkus 999-SNAPSHOT This change is caused by https://github.com/quarkusio/quarkus/issues/19875 which as far I understood, it's not going to be reverted or fixed. Guides updates in https://github.com/quarkusio/quarkus/pull/19995 --- 011-quarkus-panache-rest-flyway/pom.xml | 2 +- 014-quarkus-panache-with-transactions-xa/pom.xml | 2 +- .../test/java/io/quarkus/qe/MySqlApplicationResourceTest.java | 2 +- 017-quartz-cluster/pom.xml | 2 +- 602-spring-data-rest/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/011-quarkus-panache-rest-flyway/pom.xml b/011-quarkus-panache-rest-flyway/pom.xml index 33ae5aaf..86c2493c 100644 --- a/011-quarkus-panache-rest-flyway/pom.xml +++ b/011-quarkus-panache-rest-flyway/pom.xml @@ -14,7 +14,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-resteasy-reactive-jackson io.quarkus diff --git a/014-quarkus-panache-with-transactions-xa/pom.xml b/014-quarkus-panache-with-transactions-xa/pom.xml index e77fa357..d07ae40f 100644 --- a/014-quarkus-panache-with-transactions-xa/pom.xml +++ b/014-quarkus-panache-with-transactions-xa/pom.xml @@ -14,7 +14,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-resteasy-reactive-jackson io.quarkus diff --git a/014-quarkus-panache-with-transactions-xa/src/test/java/io/quarkus/qe/MySqlApplicationResourceTest.java b/014-quarkus-panache-with-transactions-xa/src/test/java/io/quarkus/qe/MySqlApplicationResourceTest.java index 3b058cd4..837119ff 100644 --- a/014-quarkus-panache-with-transactions-xa/src/test/java/io/quarkus/qe/MySqlApplicationResourceTest.java +++ b/014-quarkus-panache-with-transactions-xa/src/test/java/io/quarkus/qe/MySqlApplicationResourceTest.java @@ -125,6 +125,6 @@ private static final RequestSpecification applicationPath() { } private static final RequestSpecification dataSourcePath() { - return given().accept(MediaType.APPLICATION_JSON).contentType(ContentType.JSON).when().basePath(DATA_SOURCE_PATH); + return given().when().basePath(DATA_SOURCE_PATH); } } diff --git a/017-quartz-cluster/pom.xml b/017-quartz-cluster/pom.xml index cfe5302f..ee3fc063 100644 --- a/017-quartz-cluster/pom.xml +++ b/017-quartz-cluster/pom.xml @@ -18,7 +18,7 @@ io.quarkus - quarkus-resteasy + quarkus-resteasy-reactive-jackson io.quarkus diff --git a/602-spring-data-rest/pom.xml b/602-spring-data-rest/pom.xml index ea7ef6ad..a039c92f 100644 --- a/602-spring-data-rest/pom.xml +++ b/602-spring-data-rest/pom.xml @@ -14,7 +14,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-resteasy-reactive-jackson io.quarkus