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

(1.0 Milestone 2)
(1.0 Milestone 2)
Line 30: Line 30:
 
** Creation of new sub-component
 
** Creation of new sub-component
 
** Initial contribution of the EclipseLink Workbench Utility
 
** Initial contribution of the EclipseLink Workbench Utility
* New XML metadata format ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 ER 200040])
+
* New XML metadata format ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 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
 
* Start removal of deprecated code
* JPA Cleanup
+
* JPA  
 
** Remove base classes originally introduced to support JPA in JDK 1.4
 
** Remove base classes originally introduced to support JPA in JDK 1.4
 
** Remove CMP and EJB from class and package names
 
** Remove CMP and EJB from class and package names
 
** Replace CMP3Policy with ClassDescriptor.PrimaryKeyPolicy
 
** 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
  
 
== 1.0 Milestone 3 ==
 
== 1.0 Milestone 3 ==

Revision as of 14:21, 30 October 2007

This page is describes the current release target and its milestones as well as longer term goals for future releases.

Milestone Summary

Milestone Date Notes
[[EclipseLink/RoadMap#1.0_Milestone_1 | 1.0 Milestone 1] Nov 5, 2007 Initial Contribution, build process, and tests passing
1.0 Milestone 2 Dec 2007 Remove deprecated code, re-factor components
1.0 Milestone 3 Jan 2008
1.0  ? Graduation Release - Proposed Functionality

1.0 Milestone 1

  • 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
  • Working build and test scripts

1.0 Milestone 2

  • 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

1.0 Milestone 3

  • Dynamic Persistence (ER 200045)
  • Oracle TopLink Migration (ER 200043)
  • Initial DBWS implementation based on WS standards
  • Mapping Workbench support for new metadata XSDs
  • Mapping Workbench support for upgrading from Oracle TopLink (versions?)

Back to the top