-
Notifications
You must be signed in to change notification settings - Fork 874
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
Derby changed driver name and integration needs to be updated to handle new driver #7035
Comments
Please at least describe what you were doing and attach the |
Verified. It is also reproducible with the javadb embedded in Glassfish 7.0.11. |
…BC driver for derby >= 10.15 - derby versions before 10.15 try to set the security manager for the JVM when they start the network server. On JDK > 17 this fails and the failure is silent (no message). NetBeans has already a work around when the start raises error messages, an autodetection for the problem was added and disables the use of the security manager on JVMs > 17 - With version 10.15 derby was made compatible with the java module system (JPMS). The required package split lead to changes in the names for the JDBC drivers. Closes: apache#7035
@SnjChaudhary a fix is suggested in #7246. Please test it. A test version is available from the checks page of that PR (Artifacts dropdown, https://github.com/apache/netbeans/pull/7246/checks) or directly: https://github.com/apache/netbeans/suites/22474396344/artifacts/1389345610 |
Apache NetBeans version
Apache NetBeans 20
What happened
latest version
Language / Project Type / NetBeans Component
java
How to reproduce
Did this work correctly in an earlier version?
Apache NetBeans 20
Operating System
64 bit
JDK
21
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
Fix Bug
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: