-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Editor doesn't update the prefixed values #19913
Labels
Comments
Do you know if this is still true @phillip-kruger ? |
Yes that sounds right. I'll have a look a.s.a.p |
🙏🏼 |
Is this still true with all the changes that have now gone into the config editor? |
Still same issue in Quarkus 3.14.4 %dev.myname=Dan |
Thanks for checking! |
@danieloh30 please check against #43354 |
LGTM :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Found this weird thing. After I defined
%dev.username=value1
in theapplication.properties
, I updated the value tovalue2
via config editor in DEV UI. It turns out Quarkus appended a new key and value likeusername=daniel
without prefix%dev.
Expected behavior
%dev.username=value2
Actual behavior
%dev.username=value1
username=value2
How to Reproduce?
Output of
uname -a
orver
Darwin Daniels-MacBook-Pro 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven home: /Users/danieloh/cloud-native-app-dev/tools/apache-maven-3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: