This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 57b7d4982a Merge pull request #7235 from
mbien/resolve-position-conflicts
add 81fe1f87ee Enable starting older derby versions on new JVMs and
support derby JDBC driver for derby >= 10.15
add 4ac0ff8d9e JPA: Prevent NullPointerException when checking for DB
connection JakartaEE server
new 592124a97f Merge pull request #7246 from
matthiasblaesing/derby_jpa_integration
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/db/explorer/dlg/AddDriverDialog.java | 37 ++++++------
.../org/netbeans/modules/db/util/Bundle.properties | 6 +-
.../netbeans/modules/db/util/DriverListUtil.java | 10 +++-
.../modules/derby/ConnectDatabaseAction.java | 11 +++-
.../netbeans/modules/derby/DerbyDatabasesImpl.java | 30 +++++++---
.../org/netbeans/modules/derby/DerbyOptions.java | 29 +++++++++-
.../org/netbeans/modules/derby/ExecSupport.java | 2 +-
.../org/netbeans/modules/derby/RegisterDerby.java | 65 ++++++++++++++++------
ide/derby/src/org/netbeans/modules/derby/layer.xml | 4 ++
.../wizard/fromdb/DatabaseTablesPanel.java | 2 +-
10 files changed, 141 insertions(+), 55 deletions(-)
---------------------------------------------------------------------
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