forked from quarkus-qe/quarkus-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate deprecated configuration properties for Artemis URL and kafka
- Loading branch information
Martina Linartová
committed
Jul 7, 2023
1 parent
5846975
commit ce1bd83
Showing
6 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +0,0 @@ | ||
|
||
quarkus.s2i.base-jvm-image=registry.access.redhat.com/ubi8/openjdk-11:latest | ||
|
||
# Openshift | ||
quarkus.openshift.readiness-probe.period=5s | ||
quarkus.openshift.readiness-probe.initial-delay=0s | ||
quarkus.openshift.readiness-probe.failure-threshold=5 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
smallrye.jwt.sign.key.location=private-key.pem | ||
mp.jwt.verify.publickey.location=public-key.pem | ||
mp.jwt.verify.issuer=https://my.auth.server/ | ||
smallrye.jwt.expiration.grace=120 | ||
mp.jwt.verify.clock.skew=120 | ||
quarkus.security.deny-unannotated-members=true | ||
quarkus.native.additional-build-args=-H:IncludeResources=.*\\.pem |
1 change: 0 additions & 1 deletion
1
sql-db/hibernate-reactive/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
quarkus.hibernate-orm.database.charset=utf-8 | ||
quarkus.hibernate-orm.database.generation=drop-and-create | ||
|
||
quarkus.hibernate-orm.provider=org.hibernate.reactive.provider.ReactivePersistenceProvider | ||
|
||
# HttpClient config | ||
SomeApi/mp-rest/url=http://localhost:${quarkus.http.port} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters