${quarkus.application.version} not resolvable from application.yaml #27652
Labels
area/config
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Milestone
Describe the bug
As the title says,
${quarkus.application.version}
is no longer resolvable in theapplication.yaml
, and produces the following error:java.util.NoSuchElementException: SRCFG00011: Could not expand value quarkus.application.version in property
All other values populated using
${}
in my yaml populate just fine, just specificallyquarkus.application.version
has issues,Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Make an
application.yaml
(Or.properties, presumably?
), and use the reference${quarkus.application.version}
in a value. Try to start the service inquarkusDev
.Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.12.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: