pepness opened a new pull request, #5582:
URL: https://github.com/apache/netbeans/pull/5582
- Add needed logic and validations to the different netbeans modules
- Preferred provider is now version 2.2
- Add some tests for JPA 2.1/2.2
- Add missing providers to getAllProviders and sort the array from higher to
lower.
- Improve support for EclipseLink 2.2
- Update persistence unit properties from EclipseLink according to the
latest documentation for JPA 2.2
- Improve support for OpenJPA 2.2
- Update persistence unit properties from OpenJPA according to the latest
documentation for JPA 2.2
- Add missing validations for OpenJPA
- Improve support for DataNucleus
- Add Persistence.VERSION to DataNucleus constructor
- Persistence Provider implementation class has changed
- Add persistence unit properties from DataNucleus according to the latest
documentation for JPA 2.2
- Some persistence properties were renamed
- Improve support for Hibernate
- Persistence Provider implementation class has changed
- Add missing validations for Hibernate
- Deprecate unused class `JpaSupport` in `glassfish.tooling` module
- Change provider naming for better consistency and change all needed
references
- e.g. `ProviderUtil.HIBERNATE_PROVIDER` ->
`ProviderUtil.HIBERNATE_PROVIDER_1_0`
- Change logic to consider GlassFish version greater than 5 when validating
JPA support
- Add missing orm 3.0 and 3.1 files
- Add support for orm 3.1
- Add missing validations for persistence 3.0
- Add missing Jakarta EE 10 validations
- Fix some typos
- Fix some formatting
- Improve javadoc
NetBeans Testing:
- Verify successful execution of libraries and licenses Ant test
- Verify successful execution of Verify Sigtests
- Verify successful execution of unit tests for modules `j2ee.persistence`,
`j2ee.persistenceapi` and `javaee.specs.support```
- Started NetBeans and ensure the log didn't have any ERROR or new WARNINGS
- Successfully test web apps with both maven and ant, create different
persistence.xml files with different JPA versions and verify that they were
created correctly.
--
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