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"

Line 10: Line 10:
  
 
* '''JPA'''
 
* '''JPA'''
** JDK 8 feature support
+
** JDK 8 feature support (+ includes features added in JDK 6 and 7)
 
** RESTful Data Services improvements
 
** RESTful Data Services improvements
 
** Enhance NoSQL support to other databases
 
** Enhance NoSQL support to other databases

Revision as of 01:02, 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 (+ includes features added in JDK 6 and 7)
    • 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