You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app, which contains several properties without a profile. When I run the application, edit property via Dev UI and save it, the property is saved in application.properties with currently activated profile (and old property is not changed).
Expected behavior
Saved property should keep it's original profile (or lack of it)
Result on the latest build(653954d) is slightly different:
quarkus.http.ssl.certificate.key-store-file=META-INF/resources/server.keystore
quarkus.http.ssl.certificate.key-store-password=password
quarkus.datasource.password=foo
quarkus.datasource.password=foobar # new value
Describe the bug
I have an app, which contains several properties without a profile. When I run the application, edit property via Dev UI and save it, the property is saved in
application.properties
with currently activated profile (and old property is not changed).Expected behavior
Saved property should keep it's original profile (or lack of it)
Actual behavior
Property is saved with active profile
How to Reproduce?
git clone https://github.com/rsvoboda/code-with-quarkus
mvn quarkus:dev -Dquarkus.profile=any
quarkus.datasource.password
value tobar
, and save itOutput of
uname -a
orver
8.0.18-300.fc37.x86_64
Output of
java -version
17.0.4, vendor: GraalVM Community
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.14.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
This bug also reproduces on 2.15.3.Final
The text was updated successfully, but these errors were encountered: