Skip to content

Commit

Permalink
Merge pull request #9 from gsmet/use-new-config-property
Browse files Browse the repository at this point in the history
Avoid using deprecated properties
  • Loading branch information
gsmet authored Sep 5, 2024
2 parents 4d039ed + 762d369 commit 09267f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class JAXRSClient0012 extends JAXRSCommonClient {
@RegisterExtension
static QuarkusUnitTest test = new QuarkusUnitTest().setFlatClassPath(true)
.overrideConfigKey("quarkus.rest.single-default-produces", "false")
.overrideConfigKey("quarkus.resteasy-reactive.fail-on-duplicate", "false")
.overrideConfigKey("quarkus.rest.fail-on-duplicate", "false")
.overrideConfigKey("quarkus.rest.default-produces", "false")
.overrideConfigKey("quarkus.http.root-path", "/jaxrs_spec_resource_requestmatching_web")
.setArchiveProducer(new Supplier<JavaArchive>() {
Expand Down

0 comments on commit 09267f0

Please sign in to comment.