-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
Config quarkus.application.name not accessible in application.properties
Expected behavior
${quarkus.application.name} should be interpolated.
Actual behavior
java.util.NoSuchElementException: Property quarkus.application.name not found
To Reproduce
Steps to reproduce the behavior:
- Generate Camel Quarkus (Gradle) project on Quarkus Starter
- Set in application.properties :
`# Configuration file
camel.context.name = ${quarkus.application.name}
`
- Run:
./gradlew quarkusDev
Configuration
# Configuration file
camel.context.name = ${quarkus.application.name}Environment (please complete the following information):
- Output of
uname -aorver: 19.4.0 Darwin Kernel Version 19.4.0 - Output of
java -version: openjdk version "11.0.6" 2020-01-14 LTS - GraalVM version (if different from Java):
- Quarkus version or git rev: 1.4.2
- Build tool (ie. output of
mvnw --versionorgradlew --version): Gradle 6.3