pepness opened a new pull request #2150:
URL: https://github.com/apache/netbeans/pull/2150


   Notes for NetBeans:
   - Add 17 entries to 'eclipselink.target-database' as per 
[documentation](https://www.eclipse.org/eclipselink/api/2.7/org/eclipse/persistence/platform/database/package-summary.html)
   - Add 3 entries to 'eclipselink.target-server' as per 
[documentation](https://www.eclipse.org/eclipselink/api/2.7/org/eclipse/persistence/platform/server/ServerPlatform.html)
   
   This is just an update to the eclipselink library, this will not provide 
support for JPA 2.2, I am working on a different Issue/PR for that matter.
   
   Notes for the library:
   - Java EE 8 integration
   - Bean Validation support in MOXy
   - Java API for JSON Processing (JSR-353) support in MOXy
   - JPA-RS Enhancements (Pagination, Options, Versions, ...)
   - Redesign of type property in JSON processing
   - Pluggable Serializers
   - JGroups Support
   - Substantial number of bug fixes and enhancements
   - Certified support for:
     - Java Persistence (JPA) 2.2 - JSR 338
     - Java Architecture for XML Binding (JAXB) 2.3 - JSR 222
     - Service Data Objects (SDO) 2.1.1 - JSR 235
     - Java API for JSON Processing (JSON-P) 1.0 - JSR 353
   - Deprecated Functionality: None
   - Known Issues
     - When running EclipseLink 2.7 in Glassfish 4.0, you must specify a valid 
datasource 
       in the persistence.xml through either the jta-data-source or 
non-jta-data-source tags.
     - Java hotspot compiler may crash when compiling 
       
org.eclipse.persistence.internal.sessions.CommitManager::commitChangedObjectsForClassWithChangeSet
 
       As a workaround, execute java with 
       
-XX:CompileCommand=exclude,org/eclipse/persistence/internal/sessions/CommitManager,commitChangedObjectsForClassWithChangeSet
 
       command line option for JIT compiler.
   
   
   [EclipseLink Web Page](https://www.eclipse.org/eclipselink/)
   [EclipseLink Release 
Notes](https://www.eclipse.org/eclipselink/releases/2.7.php)


----------------------------------------------------------------
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.

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



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

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

Reply via email to