-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus fails to start if config
is not a directory
#37903
Labels
Milestone
Comments
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 3, 2024
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jan 3, 2024
#37997 fixes the issue |
geoand
added a commit
that referenced
this issue
Jan 3, 2024
Don't fail if config is not a directory
I hit this issue with 3.6 CLI when created app in Downloads directory which contained config file I downloaded for OCP cluster. |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 9, 2024
Fixes: quarkusio#37903 (cherry picked from commit b364fe9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Quarkus fails to start if
config
is not a directory (both in dev mode and when running normally):Expected behavior
The
config
file should be ignored when loading configuration and the application should start.Actual behavior
Quarkus fails to start and throws an exception.
How to Reproduce?
Output of
uname -a
orver
Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 arm64
Output of
java -version
openjdk version "21" 2023-09-19 OpenJDK Runtime Environment GraalVM CE 21+35.1 (build 21+35-jvmci-23.1-b15) OpenJDK 64-Bit Server VM GraalVM CE 21+35.1 (build 21+35-jvmci-23.1-b15, mixed mode, sharing)
Quarkus version or git rev
3.6.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6
Additional information
No response
The text was updated successfully, but these errors were encountered: