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 (EclipseLink 2.6.0 Development Plan)
Line 13: Line 13:
 
** 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)]
*** JSR-353 is the Java standard for producing and consuming JSON which was introduced as part of Java EE 7.  JSR-353 includes object (DOM like) and stream (StAX like) APIs.  MOXy has been updated to marshal/unmarshal using the JSON API provided by this JSR.
+
*** JSR-353 is the Java standard for producing and consuming JSON which was introduced as part of Java EE 7.  JSR-353 includes object (DOM like) and stream (StAX like) APIs.  MOXy has been updated to marshal/unmarshal using the JSON API.
 
** Generate JSON Schema from MOXy Annotated Model
 
** Generate JSON Schema from MOXy Annotated Model
 
*** [http://bugs.eclipse.org/404452 Bug 404452 - Enhancement Request: Generate JSON Schema from MOXy Annotated Model]
 
*** [http://bugs.eclipse.org/404452 Bug 404452 - Enhancement Request: Generate JSON Schema from MOXy Annotated Model]

Revision as of 10:32, 25 July 2013

EclipseLink 2.6.0 Development Plan

This is the early plan for EclipseLink 2.6.0.

Proposed Features

Back to the top