matthiasblaesing opened a new pull request, #7246:
URL: https://github.com/apache/netbeans/pull/7246
- JPA: Prevent NullPointerException when checking for DB connection for
JakartaEE server
- Enable starting older derby versions on new JVMs and support derby JDBC
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: #7225
Closes: #7035
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists