-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Avoid quarkus.uuid
reported as unknown
#45563
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drive by comment. The class should probably be UuidConfigSource
, not UuiConfigSource
(typo?).
Indeed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@radcortez this doesn't prevent users to use ${quarkus.uuid}
in other properties?
No. Even if a property is not listed, you can still look it up with any of the APIs that look for a configuration via its name. Other sources also do not list their properties, such as Vault. The list of names is only relevant when we need to populate |
About expressions, if you reference |
Status for workflow
|
quarkus.uuid
is lazily produced #45495