-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
1.11.6.CR1
-
None
-
False
-
False
-
Undefined
-
- Unzip getting-sstarted.zip
- cd getting-sstarted
- mvn clean quarkus:dev
- ---> See the error message
-
According to Chapter 6 of the documentation quarkus should support reading properties values from .env file located in the root directory of the quarkus project.
However it doesn't and throws `javax.enterprise.inject.spi.DeploymentException: No config value of type [java.lang.String] exists for: greeting.name`
Reproducer attached.
On upstream side tracking on https://github.com/quarkusio/quarkus/issues/15885