-
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
1.3.0Alpha1 cannot initially find JDBC Driver on Java8, but works on Java11 #7079
Comments
This looks odd:
Not sure why it's using |
We are using the tracing driver. Works in 1.2.0.Final Java8 and Java11 |
The issue is described launching the application in dev mode. What happens when you build it and launch it from the JAR? |
So, I had to skip tests to build the jar because the issue happens during test too. However, I was able to run the jar with JDK8 successfully once I was able to build it. |
Thanks for this info. |
This is a genuine issue. I've opened #7089 with a potential fix. |
Describe the bug
When using 1.3.0Alpha1 with Java8, during startup I see the following error:
However, shortly after this error Quarkus attempts to load again and succeeds.
This does NOT happen in Java 11
Expected behavior
Error does not occur.
Actual behavior
Succeeds in Java 11, Fails in Java 8
To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
Configuration
# Add your application.properties here, if applicable.
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: Darwin USMACEA090SSCOT 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64java -version
: openjdk version "1.8.0_242"OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.242-b08, mixed mode)
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: