Skip to content

Feature request: extend "microprofile(unknown)" to detect references from property files #600

@gian1200

Description

@gian1200

Current behaviour

"microprofile(unknown)" rule is triggered if the extension could not detect if a defined property is being referenced in any Java file.

Requested feature

Could it be expanded to also detect references from Property files?

Example

In the following example, it is referenced in the next line.

variable.for.testing=${ENV_WITH_URL:https://www.google.com}
quarkus.rest-client.dummy-api.url=${variable.for.testing}
Image

Additional information

InlayHint already detects the value

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions