Some "unrecognized property" microprofile(unknown)
#734
Open
Description
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.
Used to work
(possibly related to: quarkusio/quarkus#32943)
- quarkus.datasource.db-kind
- quarkus.datasource.credentials-provider
New ones
- Any cache defined with
@CacheResult
. E.g.quarkus.cache.caffeine."name-redacted".expire-after-write
(fromquarkus-cache
)
- Any property referenced inside
@ClientFormParam