Skip to content
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

Some "unrecognized property" microprofile(unknown) #734

Open
gian1200 opened this issue May 9, 2024 · 0 comments
Open

Some "unrecognized property" microprofile(unknown) #734

gian1200 opened this issue May 9, 2024 · 0 comments

Comments

@gian1200
Copy link

gian1200 commented May 9, 2024

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

image

New ones

  • Any cache defined with @CacheResult. E.g. quarkus.cache.caffeine."name-redacted".expire-after-write (from quarkus-cache)

image
image

  • Any property referenced inside @ClientFormParam

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant