-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Warning: Explicitly loaded driver org.h2.Driver from classpath #7118
Comments
Understand the warning - but for reasons we've had to revert to legacy driver loading mechanisms. |
@jeremylong I think for the same reason we should remove this warning, which was introduced to signal uses of the explicit drivername triggering the 'legacy way' of driver registration where not required (assuming that JDBC 4 SPI driver loading would work flawlessly, which has been proven to be a wrong assumption. |
Thank you @aikebah - I completely missed that I had written this log message. fixing this shortly. |
That's because you didn't... I wrote it, you only merged it. |
Describe the bug
Message is also duplicated to stderr.
Version of dependency-check used
Maven plugin 11.1.0
To Reproduce
Steps to reproduce the behavior:
mvn dependency-check:check
Expected behavior
No warnings
Additional context
Related to #7115?
The text was updated successfully, but these errors were encountered: