diff --git a/messaging/kafka-streams-reactive-messaging/src/main/resources/application.properties b/messaging/kafka-streams-reactive-messaging/src/main/resources/application.properties index 759fc8ad8..1f0d9aad0 100644 --- a/messaging/kafka-streams-reactive-messaging/src/main/resources/application.properties +++ b/messaging/kafka-streams-reactive-messaging/src/main/resources/application.properties @@ -21,7 +21,7 @@ quarkus.kafka-streams.application-server=localhost:${quarkus.http.port} quarkus.kafka-streams.topics=login-http-response-values # streams options -kafka-streams.cache.max.bytes.buffering=10240 +kafka-streams.statestore.cache.max.bytes=10240 kafka-streams.commit.interval.ms=1000 kafka-streams.metadata.max.age.ms=500 kafka-streams.auto.offset.reset=earliest diff --git a/messaging/kafka-streams-reactive-messaging/src/test/resources/kafka.grateful.shutdown.application.properties b/messaging/kafka-streams-reactive-messaging/src/test/resources/kafka.grateful.shutdown.application.properties index 30759e2df..171ffa726 100644 --- a/messaging/kafka-streams-reactive-messaging/src/test/resources/kafka.grateful.shutdown.application.properties +++ b/messaging/kafka-streams-reactive-messaging/src/test/resources/kafka.grateful.shutdown.application.properties @@ -12,7 +12,7 @@ quarkus.kafka-streams.application-server=localhost:${quarkus.http.port} quarkus.kafka-streams.topics=slow-topic # streams options -kafka-streams.cache.max.bytes.buffering=10240 +kafka-streams.statestore.cache.max.bytes=10240 kafka-streams.commit.interval.ms=1000 kafka-streams.metadata.max.age.ms=500 kafka-streams.auto.offset.reset=earliest diff --git a/scaling/src/main/resources/application.properties b/scaling/src/main/resources/application.properties index a909c92e4..e69de29bb 100644 --- a/scaling/src/main/resources/application.properties +++ b/scaling/src/main/resources/application.properties @@ -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 \ No newline at end of file diff --git a/security/jwt/src/main/resources/application.properties b/security/jwt/src/main/resources/application.properties index d0a259106..1233870fb 100644 --- a/security/jwt/src/main/resources/application.properties +++ b/security/jwt/src/main/resources/application.properties @@ -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 diff --git a/sql-db/hibernate-reactive/src/main/resources/application.properties b/sql-db/hibernate-reactive/src/main/resources/application.properties index e49270e87..af90bd616 100644 --- a/sql-db/hibernate-reactive/src/main/resources/application.properties +++ b/sql-db/hibernate-reactive/src/main/resources/application.properties @@ -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} diff --git a/super-size/many-extensions/src/main/resources/application.properties b/super-size/many-extensions/src/main/resources/application.properties index fb946ffdd..3416c8f18 100644 --- a/super-size/many-extensions/src/main/resources/application.properties +++ b/super-size/many-extensions/src/main/resources/application.properties @@ -5,7 +5,6 @@ quarkus.http.root-path=/api %ServerlessExtensionDockerBuildStrategyOpenShiftManyExtensionsIT.quarkus.kubernetes.deployment-target=knative %ServerlessExtensionDockerBuildStrategyOpenShiftManyExtensionsIT.quarkus.container-image.registry=image-registry.openshift-image-registry.svc:5000 -quarkus.artemis.url=foo quarkus.oidc.auth-server-url=https://localhost:8180/auth/realms/quarkus quarkus.oidc.client-id=quarkus-app