-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
Describe the bug
https://quarkus.io/guides/all-config shows it is not fixed a built time. It also does work when I override it at runtime
2025-08-28 19:52:51,907 WARN [io.qua.run.configuration.ConfigRecorder] (Quarkus Main Thread) Build time property cannot be changed at runtime:
- quarkus.rest-client.logging.scope is set to 'request-response' but it is build time fixed to 'none'. Did you change the property quarkus.rest-client.logging.scope after building the application?
Expected behavior
warn should not show
Actual behavior
log shows
How to Reproduce?
Change quarkus.rest-client.logging.scope to request-response at runtime
Output of uname -a
or ver
Darwin Kernel Version 24.6.0
Output of java -version
Temurin-21.0.8+9
Quarkus version or git rev
3.26.0
Build tool (ie. output of mvnw --version
or gradlew --version
)
mvn 3.9.11
Additional information
No response