Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
12.0, 11.3
-
None
Description
Notes:
- Add 17 entries to 'eclipselink.target-database' as per documentation
- Add 3 entries to 'eclipselink.target-server' as per documentation
- 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.
- 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.