-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Setting Quarkus datasource db-kind
configuration property by environment variable results in unrecognized configuration key warning
#32943
Comments
Not sure if this is somehow related to #17818. |
When are you setting this property? I am asking because the property is a build time property, meaning that you cannot change it at runtime. |
Good point. I'm setting the property before application startup via a local |
cc @radcortez |
You cannot set You must set a https://quarkus.io/guides/config-reference#environment-variables |
Describe the bug
Setting the
quarkus.datasource.db-kind
configuration property via the environment variableQUARKUS_DATASOURCE_DB_KIND
as described in the configuration reference results in the following warning at application start up:Expected behavior
No warning message is shown.
Actual behavior
Quarkus works fine, but the above warning message is shown.
How to Reproduce?
Set the
quarkus.datasource.db-kind
configuration property via the environment variableQUARKUS_DATASOURCE_DB_KIND
.GraalVM version (if different from Java)
GraalVM CE 22.3.1 (build 17.0.6+10-jvmci-22.3-b13)
Quarkus version or git rev
3.0.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.1.1
The text was updated successfully, but these errors were encountered: