We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This source is an example from the repository: https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart.
I am encountering warnings like the following:
"Unrecognized property 'quarkus.datasource.db-kind', it is not referenced in any Java files microprofile(unknown)"
The text was updated successfully, but these errors were encountered:
Collecting properties from Java classes is not a trivial issue. I need to take some times to investigate the problem.
Please note that Quarkus team is working to provide those computed properties.
See quarkusio/quarkus#42671 (comment)
Sorry, something went wrong.
No branches or pull requests
This source is an example from the repository: https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart.
I am encountering warnings like the following:
"Unrecognized property 'quarkus.datasource.db-kind', it is not referenced in any Java files microprofile(unknown)"
The text was updated successfully, but these errors were encountered: