Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(New page: == EclipseLink 2.5.0 Development Plan == This is the early plan for EclipseLink 2.5.0 Proposed Features * Extend NoSQL support ** Additional Data Sources * JPA-RS Enhancements ** Enhance...)
 
(EclipseLink 2.5.0 Development Plan)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== EclipseLink 2.5.0 Development Plan ==
 
== EclipseLink 2.5.0 Development Plan ==
  
This is the early plan for EclipseLink 2.5.0
+
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 [http://www.eclipse.org/eclipselink/releases/2.4.php version 2.4].
  
 
Proposed Features
 
Proposed Features
* Extend NoSQL support
+
* '''JPA'''
 +
** 2.1 Reference Implementation
 +
** HANA Platform (SAP Contribution)
 +
* '''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
* JPA 2.1
+
* '''MOXy'''
 +
** 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