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.1.1"

Line 71: Line 71:
  
 
All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available [[EclipseLink/Development/Bugs | here]]. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 1.1.1.
 
All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available [[EclipseLink/Development/Bugs | here]]. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 1.1.1.
 
+
{|{{BMTableStyle}}
 
+
|-{{BMTHStyle}}
 +
! Bug
 +
! Component
 +
! Summary
 +
! Comments
 +
|-
 +
| {{bug|276148}}
 +
| Core
 +
|  With Oracle 10.2.0.4 thin driver - TIMESTAMPTZ failures
 +
|  With Oracle 10.2.0.4 thin driver, there are several Oracle TIMESTAMP Type test failures.  10.2.0.4 driver changed the way that dates are returned from TIMESTAMPTZ.  There is a workaround listed in the bug.
 +
|-
 
== Certifications ==
 
== Certifications ==
  

Revision as of 14:49, 15 May 2009

EclipseLink 1.1.1 Release Notes

Release Status

Released May 15th.

  • Final RC build April 30th
  • M2 Apr 18, 2009
  • M1 Apr 07, 2009

Release Deliverables

  • ZIP of all libraries
  • ZIP of all OSGi bundles
  • Maven
  • P2 Repository (Update Site)

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.1.1, are available here. The following is a partial list of key bugs addressed in the 1.1.1 release.

Bug Component Summary Comments
bug 259772 Core Bundles are not compatible with regular OSGi containers
bug 266358 SDO Incorrect namespace references by using multiple schemas
bug 269068 MOXy Open tags in wrong order when using XMLChoiceCollectionMapping and class hierarchy
bug 270017 Core Cascade locking Cascade locking incompatible with versioning when version is on the base class and when first modified object processed in change detection (commit) is a private child(not the subclass)
bug 270413 Core ClassCast Exception when upgrading 1.0.2 to 1.1
bug 274186 Core To avoid systematic flush, need to support Calendar as much as Date is supported in conform in uow

Known Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available here. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 1.1.1.

Certifications

The following are the testing configurations certified for this release.

Database/JDBC Platforms

Application Server Platforms

XML Parsers

IP

Bug Component Summary Comments
bug 276148 Core With Oracle 10.2.0.4 thin driver - TIMESTAMPTZ failures With Oracle 10.2.0.4 thin driver, there are several Oracle TIMESTAMP Type test failures. 10.2.0.4 driver changed the way that dates are returned from TIMESTAMPTZ. There is a workaround listed in the bug.

Back to the top