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
microprofile(unknown)
Warning:
Unrecognized property 'quarkus.datasource.db-kind', it is not referenced in any Java files microprofile(unknown)
There are some properties that are wrongly flagged. Some of them used to be correctly identified in Quarkus 2, not anymore in Quarkus 3.
(possibly related to: quarkusio/quarkus#32943)
@CacheResult
quarkus.cache.caffeine."name-redacted".expire-after-write
quarkus-cache
@ClientFormParam
The text was updated successfully, but these errors were encountered:
The db-kind property is defined https://github.com/quarkusio/quarkus/blob/0109749726be6e5aafd2943f620a64be2b1220fe/extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DataSourceBuildTimeConfig.java#L17 but I have not found where this interface is used to compute the property starting with quatkus.datasource
@ia3andy have you some idea how this property is computed?
Sorry, something went wrong.
angelozerr
No branches or pull requests
Warning:
There are some properties that are wrongly flagged. Some of them used to be correctly identified in Quarkus 2, not anymore in Quarkus 3.
Used to work
(possibly related to: quarkusio/quarkus#32943)
New ones
@CacheResult
. E.g.quarkus.cache.caffeine."name-redacted".expire-after-write
(fromquarkus-cache
)@ClientFormParam
The text was updated successfully, but these errors were encountered: