-
Notifications
You must be signed in to change notification settings - Fork 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 + stack trace logged at startup when using the embedded Derby driver with Hibernate #2075
Comments
I saw this today as well. Looks like this is not fixed yet. |
I have the same problem, is there any solution? A possible solution could be a temporarly downgrade but at what version? |
I have the same problem |
I have the same problem, what derby version you have? |
I have the same problem, is there any progress or way to remove the warning? |
When using Hibernate + Hikari + Derby Embedded driver, we get the following scary warning in the logs at init:
Hibernate checks at runtime if NClob is supported:
Would it be possible to change the logging behavior on SQLFeatureNotSupportedException ?
See spring-projects/spring-boot#35599
The text was updated successfully, but these errors were encountered: