Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Release/1.0.1

< EclipseLink‎ | Release
Revision as of 10:40, 9 September 2008 by Unnamed Poltroon (Talk) (New page: <table width="100%"> <tr><td width="100%> = Release Notes = The 1.0.1 release is a patch for EclipseLink 1.0. Please see the [[EclipseLink/Release/1.0| release notes for EclipseLink 1.0]...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Release Notes

The 1.0.1 release is a patch for EclipseLink 1.0. Please see the release notes for EclipseLink 1.0 for more information on EclipseLink 1.0.

Download

The 1.0.1 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.

Resolved Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries into this database for EclipseLink, including all bugs fixed in 1.0.1, are available here. The following is a partial list of some bugs fixed in 1.0.1.

Bug Component Summary Comments
237545 JPA Attribute change tracking does not work on 1:M with @OrderBy
241979 JPA MappedSuperclasses are not weaved unless they contain a OneToOneMapping causing issues with change tracking
236726 JPA Eclipselink doesn't take blank as password
240166 SDO sdo-compiler fails on OASIS xsd files
241308 JPA Primary key is incorrectly assigned to embeddable class field with the same name as the primary key field's name
241388 JPA JPA cache is not valid after a series of EntityManager operations
243943 JPA Regression: checkCacheForObject via UnitOfWork if object only in Session and shouldCheckCacheOnly

Back to the top