Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/2.5.0"

(EclipseLink 2.5.0 Development Plan)
 
Line 4: Line 4:
  
 
Proposed Features
 
Proposed Features
* JPA  
+
* '''JPA'''
 
** 2.1 Reference Implementation
 
** 2.1 Reference Implementation
 
** HANA Platform (SAP Contribution)
 
** HANA Platform (SAP Contribution)
* Extend NoSQL support
+
* '''Extend NoSQL support'''
 
** Additional Data Sources
 
** Additional Data Sources
* JPA-RS Enhancements
+
* '''JPA-RS Enhancements'''
 
** Enhanced metamodel
 
** Enhanced metamodel
 
** Declarative Data Validation
 
** Declarative Data Validation
 
** Data Level Security
 
** Data Level Security
* Lighter weight MOXy  
+
* '''MOXy'''
** If major API impacts are required this will be deferred to EclipseLink 3.0
+
** NamedObjectGraphs
 +
*** [http://wiki.eclipse.org/EclipseLink/Development/396542 Design doc]
 +
**** Allow a subset of attributes to be marshaled and unmarshaled
 +
*** Examples
 +
**** [[EclipseLink/Examples/MOXy/ObjectGraphs/Metadata|Specifying Object Graphs through Metadata]]
 +
**** [[EclipseLink/Examples/MOXy/ObjectGraphs/Programmatic|Specifying Object Graphs Programmatically]]
 +
**** [[EclipseLink/Examples/MOXy/ObjectGraphs/Inheritance|Handling Inheritance]]
 +
**** [[EclipseLink/Examples/MOXy/Dynamic/ObjectGraphs|Object Graphs & Dynamic JAXB]]
 +
** Mapping Enhancements
 +
*** [[EclipseLink/Examples/MOXy/Mappings/Bidirectional|@XmlInverseReferecne is writable in both directions]]
 +
*** [[EclipseLink/Examples/MOXy/JSON_CollectionProperties|Better support for Mapping a Collection to both XML and JSON by leveraging @XmlElementWrapper as JSON key]]
 +
** JAX-RS Enhancements
 +
*** [[EclipseLink/Examples/MOXy/MOXy_JSON_Provider/JSONwithPadding|Added support for JSON with Padding]]
 +
*** [http://bugs.eclipse.org/401442 MOXyJsonProvider - support for further JAX-RS implementations]

Latest revision as of 09:15, 24 April 2013

EclipseLink 2.5.0 Development Plan

This is the early plan for EclipseLink 2.5.0. The focus will be on JPA 2.1 and extending the new persistence capabilities of version 2.4.

Proposed Features

Back to the top