Describe the bug
A native binary generated using quarkus, graalvm and picocli is being executed in a directory containing a python virtual environment directory called .env
Because of the naming convention of this folder, the executable is trying to read from this .env folder (assuming it is a .env file containing some quarkus config) which should not happen.
It would be helpful if the framework is able to differentiate between .env folder and .env file and read accordingly.
Expected behavior
It would be helpful if the framework is able to differentiate between .env folder and .env file and read accordingly.
Actual behavior
It is assuming that the .env folder is a file and trying to read it throws an IOException not a file from Quarkus.
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.13.3.Final
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Describe the bug
A native binary generated using quarkus, graalvm and picocli is being executed in a directory containing a python virtual environment directory called .env
Because of the naming convention of this folder, the executable is trying to read from this .env folder (assuming it is a .env file containing some quarkus config) which should not happen.
It would be helpful if the framework is able to differentiate between .env folder and .env file and read accordingly.
Expected behavior
It would be helpful if the framework is able to differentiate between .env folder and .env file and read accordingly.
Actual behavior
It is assuming that the .env folder is a file and trying to read it throws an IOException not a file from Quarkus.
How to Reproduce?
No response
Output of
uname -aorverNo response
Output of
java -versionNo response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.13.3.Final
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response