Skip to content

Some "unrecognized property" microprofile(unknown) #734

Open
@gian1200

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

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

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions