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

(Created page with "== EclipseLink 2.7.0 Development Plan == This is the early plan for EclipseLink 2.7.0. See DesignDocs for more detailed information on...")
 
Line 8: Line 8:
 
** [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=11550602&namedcmd=EclipseLink%20Performance%20Issues%20and%20Enhancements Performance]
 
** [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=11550602&namedcmd=EclipseLink%20Performance%20Issues%20and%20Enhancements Performance]
 
** Improve and measure code quality
 
** Improve and measure code quality
 +
 
* '''JPA'''
 
* '''JPA'''
 
** JDK 8 feature support
 
** JDK 8 feature support
 
** RESTful Data Services improvements
 
** RESTful Data Services improvements
** Enhance NoSQL support
+
** Enhance NoSQL support to other databases
**
+
 
 
* '''MOXy'''  
 
* '''MOXy'''  
 
** Generate JSON Schema from MOXy Annotated Model
 
** Generate JSON Schema from MOXy Annotated Model
 
** Generate MOXy Annotated Model from JSON Schema
 
** Generate MOXy Annotated Model from JSON Schema
 
** JSR 367 (JSON-Binding) Reference Implementation
 
** JSR 367 (JSON-Binding) Reference Implementation

Revision as of 00:50, 18 April 2015

EclipseLink 2.7.0 Development Plan

This is the early plan for EclipseLink 2.7.0. See DesignDocs for more detailed information on features.


Proposed Features

  • JPA
    • JDK 8 feature support
    • RESTful Data Services improvements
    • Enhance NoSQL support to other databases
  • MOXy
    • Generate JSON Schema from MOXy Annotated Model
    • Generate MOXy Annotated Model from JSON Schema
    • JSR 367 (JSON-Binding) Reference Implementation

Back to the top