Difference between revisions of "EclipseLink/Development/Release/1.0"
< EclipseLink | Development
(→Milestone Summary) |
|||
Line 1: | Line 1: | ||
− | This page is describes the | + | This page is describes the milestone builds working towards the 1.0 release [[EclipseLink/Development/Release/1.0/Requirements | Functional Exit Criteria]] |
− | == | + | == 1.0 Milestone 1 - November 5th 2007 == |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* Initial contribution of Oracle TopLink source and test cases re-branded to org.eclipse.persistence | * Initial contribution of Oracle TopLink source and test cases re-branded to org.eclipse.persistence | ||
Line 27: | Line 10: | ||
* Working build and test scripts | * Working build and test scripts | ||
− | == 1.0 Milestone 2 == | + | == 1.0 Milestone 2 - December 2007 == |
* Utilities | * Utilities | ||
Line 47: | Line 30: | ||
* MOXy: JAXB 2 support for @XMLElements | * MOXy: JAXB 2 support for @XMLElements | ||
− | == 1.0 Milestone 3 == | + | == 1.0 Milestone 3 - January 2008 == |
* Dynamic Persistence ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200045 ER 200045]) | * Dynamic Persistence ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200045 ER 200045]) | ||
Line 54: | Line 37: | ||
* Mapping Workbench support for new metadata XSDs | * Mapping Workbench support for new metadata XSDs | ||
* Mapping Workbench support for upgrading from Oracle TopLink (versions?) | * Mapping Workbench support for upgrading from Oracle TopLink (versions?) | ||
− | |||
− |
Revision as of 16:18, 30 October 2007
This page is describes the milestone builds working towards the 1.0 release Functional Exit Criteria
1.0 Milestone 1 - November 5th 2007
- Initial contribution of Oracle TopLink source and test cases re-branded to org.eclipse.persistence
- Functionality
- Object-Relational: JPA 1.0 with extensions and
- Object-XML: JAXB 2.0 (not fully compliant) + extensions
- SDO 2.1
- Functionality
- Working build and test scripts
1.0 Milestone 2 - December 2007
- Utilities
- Creation of new sub-component
- Initial contribution of the EclipseLink Workbench Utility
- New XML metadata format (ER 200040) for Native ORM, OXM, and EIS
- Build/Testing
- Automated nightly build on Eclipse build server
- Automated testing using Derby/MySQL on Eclipse Servers
- Automated access to nightly builds
- Start removal of deprecated code
- JPA
- Remove base classes originally introduced to support JPA in JDK 1.4
- Remove CMP and EJB from class and package names
- Replace CMP3Policy with ClassDescriptor.PrimaryKeyPolicy
- Extensible metadata model when using JPA (custom descriptor classes)
- JPA 2.0 feature Development Strategy
- SDO 2.1 Functionally complete
- MOXy: JAXB 2 support for @XMLElements