You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "pepness (via GitHub)" <gi...@apache.org> on 2023/03/01 02:52:55 UTC

[GitHub] [netbeans] pepness opened a new pull request, #5582: Add support for JPA 2.2

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] jGauravGupta commented on pull request #5582: Add support for JPA 2.2

Posted by "jGauravGupta (via GitHub)" <gi...@apache.org>.
jGauravGupta commented on PR #5582:
URL: https://github.com/apache/netbeans/pull/5582#issuecomment-1460463249

   LGTM, Merging this PR to progress on JPA 3.1 https://github.com/apache/netbeans/pull/4687


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] jGauravGupta merged pull request #5582: Add support for JPA 2.2

Posted by "jGauravGupta (via GitHub)" <gi...@apache.org>.
jGauravGupta merged PR #5582:
URL: https://github.com/apache/netbeans/pull/5582


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists