-
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
Simplest generated project fails with quarkus:dev with JDK 13 on Windows 10 #5359
Comments
Hello @bdesemb, does this only happen with Java 13? |
Hi @jaikiran, I tested with Java 11 and Java 8 and both are working well. Here is all the generated files in target with Java 13
FYI, EDIT:
I hope this will help. |
@bdesemb, thank you for these additional details. So it looks like this is specific to Java 13 on Windows. I'll try and find a Windows machine later this week to see what's going on. |
@bdesemb I was able to reproduce this issue. Looks like the |
I've brought this up on OpenJDK mailing list to ask for their inputs https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-November/063491.html |
The JDK 13 [1] https://docs.oracle.com/en/java/javase/13/docs/specs/jar/jar.html#class-path-attribute |
I've proposed #5808 to see if we would like to go with the approach suggested in that PR. |
Describe the bug
Generated project doesn't run with
quarkus:dev
on Windows 10. The same project run seamlessly on macOS Catalina.Expected behavior
Runs without any error.
Actual behavior
Fails at run with error message:
To Reproduce
Steps to reproduce the behavior:
mvn compile quarkus:dev
Environment:
Additional context
I found a similar issue:
apache/camel-quarkus#263
but this one seems related to camel and I am not using it.
The text was updated successfully, but these errors were encountered: