-
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
[Bug] Since 1.11.3 problems reading application.yaml #15032
Comments
/cc @evanchooly |
@radcortez could it be related to your changes here: #14309 ? |
Maybe, I'll check. |
@MartinX3 Sorry about this. This is related with some improvements for the console. Before we were only listing our own properties which was more controlled, now we list everything, including user ones and I guess I did not foresee all scenarios :) As a workaround, you can set an empty default, like |
Thank you, I set project specific empty env variables in my IntelliJ as a workaround. :) |
Describe the bug
Quarkus wants to populate a %prod variable while it is running in %dev
1.11.2 was fine
Now with 1.11.3 quarkus wants, that the env variables in %prod are valid while running in %dev
Expected behavior
Ignoring the missing environmental variable
Actual behavior
Could not expand value mail.pw in property %prod.quarkus.mailer.password"
To Reproduce
Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific).
Or attach an archive containing the reproducer to the issue.
Steps to reproduce the behavior:
Configuration
Screenshots
N/A
Environment (please complete the following information):
uname -a
orver
:Linux example-linux 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
java -version
:1.11.3
mvnw --version
orgradlew --version
):Additional context
If I remove the %prod section my application runs well in %dev mode
Stacktrace
The text was updated successfully, but these errors were encountered: