You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)