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

m (EclipseLink 2.6.0 Development Plan)
m
Line 3: Line 3:
 
This is the early plan for EclipseLink 2.6.0.  
 
This is the early plan for EclipseLink 2.6.0.  
  
Proposed Features
+
'''Proposed Features'''
 
* '''JPA'''
 
* '''JPA'''
** JGroups support for cache coordination
+
** RESTful Data Services improvements
** Kryo serialization support for cache coordination and serialized converters
+
 
* '''MOXy'''  
 
* '''MOXy'''  
** Lighter weight MOXy
+
** Bean Validation
*** [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 Design doc]
+
*** [TBD Bug TBD - MOXy support for Bean Validation (JSR-303)]
**** Separate MOXy bundles from other EclipseLink components to reduce install size and simplify bundling with other 3rd party products.
+
*** [TBD Bean Validation support design doc]
 
** Java API for JSON Processing
 
** Java API for JSON Processing
 
*** [http://bugs.eclipse.org/405161 Bug 405161 - MOXy support for Java API for JSON Processing (JSR-353)]
 
*** [http://bugs.eclipse.org/405161 Bug 405161 - MOXy support for Java API for JSON Processing (JSR-353)]
Line 19: Line 18:
 
** Generate MOXy Annotated Model from JSON Schema
 
** Generate MOXy Annotated Model from JSON Schema
 
*** [http://bugs.eclipse.org/404453 Bug 404453 - Enhancement Request: Generate MOXy Annotated Model from JSON Schema ]
 
*** [http://bugs.eclipse.org/404453 Bug 404453 - Enhancement Request: Generate MOXy Annotated Model from JSON Schema ]
 +
 +
'''Dropped, Future'''
 +
* ''JPA''
 +
** JGroups support for cache coordination
 +
** Kryo serialization support for cache coordination and serialized converters
 +
* ''MOXy''
 +
** Lighter weight MOXy
 +
*** Separate MOXy bundles from other EclipseLink components to reduce install size and simplify bundling with other 3rd party products.
 +
*** [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 Design doc]

Revision as of 06:19, 2 April 2014

EclipseLink 2.6.0 Development Plan

This is the early plan for EclipseLink 2.6.0.

Proposed Features

Dropped, Future

  • JPA
    • JGroups support for cache coordination
    • Kryo serialization support for cache coordination and serialized converters
  • MOXy
    • Lighter weight MOXy
      • Separate MOXy bundles from other EclipseLink components to reduce install size and simplify bundling with other 3rd party products.
      • Design doc

Back to the top