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

Difference between revisions of "EclipseLink/Development/Release/1.0"

(Milestone Summary)
Line 7: Line 7:
 
! Milestone !! Date !! Notes
 
! Milestone !! Date !! Notes
 
|-  
 
|-  
! 1.0 Milestone 1 || ? || Initial Contribution  
+
! 1.0 Milestone 1 || ? || Initial Contribution, build process, and tests passing
 
|-  
 
|-  
! 1.0 Milestone 2 || ? ||  
+
! 1.0 Milestone 2 || ? || Remove deprecated code, re-factor components
 
|-  
 
|-  
 
! 1.0 Milestone 3 || ? ||  
 
! 1.0 Milestone 3 || ? ||  
Line 18: Line 18:
 
----
 
----
  
== Incubation Milestone 0.1 ==
+
== 1.0 Milestone 1 ==
  
 
* 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
 
** Functionality
 
** Functionality
*** Object-Relational: JPA 1.0 + extensions
+
*** Object-Relational: JPA 1.0 with extensions and
 
*** Object-XML: JAXB 2.0 (not fully compliant) + extensions
 
*** Object-XML: JAXB 2.0 (not fully compliant) + extensions
*** SDO 2.1 (compliant?)
+
*** SDO 2.1  
*** EIS/JCA: Which adapters?
+
 
* Working build and test scripts  
 
* Working build and test scripts  
  
== Incubation Milestone 0.2 ==
+
== 1.0 Milestone 2 ==
  
* Initial contribution of Mapping Workbench
+
* Move all JPA specific code into JPA component
 +
* Move JAXB implementation and tests into MOXy component
 +
* Move EIS implementation and tests into EIS component
 +
* Initial contribution of Mapping Workbench source
 
* 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])
* Oracle TopLink Migration ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200043 ER 200043])
+
* Removal of deprecated code
 +
 
 +
== 1.0 Milestone 3 ==
 +
 
 
* 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])
 +
* Oracle TopLink Migration ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=200043 ER 200043])
 
* Initial DBWS implementation based on WS standards
 
* Initial DBWS implementation based on WS standards
 +
* Mapping Workbench support for new metadata XSDs
 +
* Mapping Workbench support for upgrading from Oracle TopLink (versions?)
  
 
[[Category:EclipseLink|RoadMap]]
 
[[Category:EclipseLink|RoadMap]]

Revision as of 12:45, 11 September 2007


The following is the incubation milestone schedule for the EclipseLink project. It is UNDER CONSTRUCTION and provided here for review and discussion with the project team.

Milestone Summary

Milestone Date Notes
1.0 Milestone 1  ? Initial Contribution, build process, and tests passing
1.0 Milestone 2  ? Remove deprecated code, re-factor components
1.0 Milestone 3  ?
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

  • Move all JPA specific code into JPA component
  • Move JAXB implementation and tests into MOXy component
  • Move EIS implementation and tests into EIS component
  • Initial contribution of Mapping Workbench source
  • New XML metadata format (ER 200040)
  • Removal of deprecated code

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