Hi Stephen, Am Donnerstag, dem 23.11.2023 um 21:10 +0000 schrieb Stephen Parry: > *We already use Maven* , with the correct dependencies - but the wizard only > lists the JPA 3.0 support if there is a suitable library available on the > Tools Libraries screen.
please have a look here: https://github.com/apache/netbeans/pull/6748 I understand, that your use-case are not JavaEE/JakartaEE applications, but standalone applications. For these the change enhances the persistence provider selection to not only support bundled/legacy libraries, but also libraries on the classpath. The latter covers maven dependencies. Please see if that fixes your use-case. A test build is available from the checks page of the PR: https://github.com/apache/netbeans/actions/runs/6984884741 or directly: https://github.com/apache/netbeans/suites/18481345427/artifacts/1072745346 Greetings Matthias --------------------------------------------------------------------- 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
