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/Release/1.0"

(Known Issues)
(Known Issues)
Line 46: Line 46:
 
! Comments
 
! Comments
 
|-  
 
|-  
| 123456
+
| [http://bugs.eclipse.org/237545 237545]
 
| JPA
 
| JPA
 
| Attribute change tracking does not work on 1:M with @OrderBy  
 
| Attribute change tracking does not work on 1:M with @OrderBy  
| EclipseLink OSGi/Equinox support
+
| Workaround: Use deferred change tracking
 
|-  
 
|-  
 
|}
 
|}
  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&version=1.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&known_name=EclipseLink+Open+1.0&query_based_on=EclipseLink+Open+1.0&field0-0-0=flagtypes.name&type0-0-0=notregexp&value0-0-0=pmc%2F_approved Bugs filed against EclipseLink 1.0]
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&version=1.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&known_name=EclipseLink+Open+1.0&query_based_on=EclipseLink+Open+1.0&field0-0-0=flagtypes.name&type0-0-0=notregexp&value0-0-0=pmc%2F_approved Bugs filed against EclipseLink 1.0]

Revision as of 15:39, 7 July 2008

Release Notes

The 1.0 release is the first release of the Eclipse Persistence Services (EclipseLink) project. It brings the entire functionality of Oracle's TopLink product to the entire Java community with the first comprehensive open source persistence solution. The EclipseLink committers are very proud to deliver this initial release and encourages all developers to download the release, try it out, provide feedback, and join this growing community of users, contributors, and committers.

Features

The 1.0 release offers some of the most advanced persistence capabilities based around leading standards. The following are highlights of this release:

  • JPA: Implements the 1.0 specification with many advanced features
  • MOXy: Implements JAXB2 features as well as enabling meet in the middle mapping
  • SDO: Implementing the 2.1 specification
  • Foundation
    • Common core shared across the other persistence services
    • Includes the classic (native) object-relational mapping, object-XML binding and EIS mapping support
  • Utilities
    • Migration utilities to help customers using TopLink Essentials or previous versions of Oracle TopLink to migrate to EclipseLink
    • Workbench utility enabling meet in the middle mapping for classic ORM, OXM, and EIS
  • Documentation is provided through the User Guide (wiki)
  • Examples: A growing set of how-to's, functional examples, and tutorials illustrating the use of EclipseLink.

For a complete list of features please see features index.

Download

The 1.0 release is available for download here. The release offers both a zip file intended for standard JavaSE and JavaEE usage. There is also a ZIP file provided of OSGi bundles.

Install & Getting Started

Known Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries into this database for EclipseLink are available here. The following is a list of known issues that are highlighted to assist users of this release.

Bug Component Summary Comments
237545 JPA Attribute change tracking does not work on 1:M with @OrderBy Workaround: Use deferred change tracking
Bugs filed against EclipseLink 1.0

Back to the top