May 28, 2013

EclipseLink 2.5 Release Available for Download

On behalf of the MOXy JAXB committers (great job by all), I am very proud to announce that EclipseLink 2.5 has been released and is available for download.  In this post I will summarize what is new in the MOXy component.  For details on the entire release see the following link:

How to Get EclipseLink 2.5

You can download the EclipseLink install from:
EclipseLink 2.5 is also available from Maven Central (see http://wiki.eclipse.org/EclipseLink/Maven):
<dependency>
    <groupId>org.eclipse.persistence</groupId>
    <artifactId>org.eclipse.persistence.moxy</artifactId>
    <version>2.5.0</version>
 </dependency>

Key Features

In this release we have focused on making it even easier to use MOXy in RESTful services.  Below are they key items:

JPA-RS
 
MOXy is the binding layer that powers the XML and JSON messages for JPA-RS.  We have done alot of work in this release to make this integration seamless.


Object Graphs 

Object graphs provide a convenient way to interact with part of your domain model.  This is very useful in RESTful services when you want to keep your messages as concise as possible.

Mapping Enhancements

Below are some enhancements we made to our mappings that directly apply to the creation of RESTful services.

JAX-RS Related Enhacements

Bugs & Enhancements

Below is a link to all the bugs and enhancements that were fixed in the JAXB and SDO components in EclipseLink 2.5 (and 2.4.2):

What's Next?

Work has already begun on the next release of EclipseLink JAXB (MOXy).  
Stay tuned to this blog and over the next few weeks I'll be unveiling what we're doing next.  If there is a feature you would like to see please log an enhancement request and/or consider becoming a committer on the project.  In the meantime check out EclipseLink 2.5:

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.