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.
EclipseLink/Release/2.1.1
EclipseLink 2.1.1 Release Notes
The EclipseLink 2.1.1 patchset focuses on providing bug fixes on the 2.1.0 stream.
New and Noteworthy
Helios Projects leveraging EclipseLink
Within the Helios release there are other projects that either include EclipseLink or offer complementary functionality.
- Eclipse WTP Dali 3.2.0
- EclipseRT Jetty StarterKit Tutorial with EclipseLink
- Swordfish 0.10 - uses EclipseLink SDO
Standards Based
- JPA 2.0
- JAXB 2.2
- SDO 2.1.1
Known Issues
The following are known issues that have been identified as potentially effecting users of EclipseLink 2.1.1. For a list of all open bugs and enhancement requests please see the queries at EclipseLink/Bugs
The following bug queries can be used by find known issues with specific feature areas. They return bugs reported against 2.1.1
- All bugs reported against 2.1.1
- By Component: JPA MOXy SDO DBWS Foundation
Resolved Issues
In addition to the features highlighted in the New and Noteworthy section this release also includes a substantial number of bug fixes and enhancement requests.
- All Fixed Bugs and enhancement requests
- Component: Foundation, JPA, MOXy, SDO, DBWS, Utils, Examples, Documentation
Property Name Generation from Introspector.decapitalize
The decapitalize method will now leave the property name in uppercase if the first and second characters are uppercase. EclipseLink will use the property name as ID, as detailed in the specification.
Note that this may require a change in some JPQL. For example, if previously you had a method with an annotation such as getCCustomers that would previously have had a property named cCustomers, you will now need to use property CCustomers.
Future Releases
For more information about future planned EclipseLink releases and patch sets please refer to the releases section of the project summary.