Replies: 1 comment
-
Found out the issue was because of Thread.ContextClassLoader was null. The issue does not happen with java8, with the same code. After setting the Thread.ContextClassLoader to application loader, the issue was resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I am currently migrating our project from java8 to java11. Currently I am using quartz-scheduler version 2.3.2 with java11. And it throw exception : java.sql.Connection referenced from a method is not visible from class loader. Should I upgrade quartz-scheduler to version 2.4.0 for this issue?
Beta Was this translation helpful? Give feedback.
All reactions