This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 592124a97f4d114152b8b46a3ba38f86ce759835 Merge: 57b7d4982a 4ac0ff8d9e Author: Matthias Bläsing <[email protected]> AuthorDate: Tue Apr 9 18:28:41 2024 +0200 Merge pull request #7246 from matthiasblaesing/derby_jpa_integration Fix DB selection in JPA entity generation and improve derby integration .../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
