pepness commented on PR #5516: URL: https://github.com/apache/netbeans/pull/5516#issuecomment-1434865834
@matthiasblaesing, There is no support for JPA 2.2 and onwards, if you delete the persistence.xml file that was generated when you create the maven project, you can only create a new persistence unit with up to version 2.1. I am currently working on a PR that will give support for JPA 2.2, I will include partial support for JPA 3.0 and JPA 3.1 that will generate correct persistence.xml files. -- 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
