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 4 - January 2008)
Line 39: Line 39:
  
  
== 1.0 Milestone 4 - January 2008 ==
+
== 1.0 Milestone 4 - Feb 2008 ==
 
* '''Build/Testing'''
 
* '''Build/Testing'''
 
** Rework build scripts to work more flexibly with both Subversion/Tortoise checkouts and Subclipse/Subversive checkouts
 
** Rework build scripts to work more flexibly with both Subversion/Tortoise checkouts and Subclipse/Subversive checkouts

Revision as of 17:18, 8 January 2008

This page is describes the milestone builds working towards the 1.0 release Functional Exit Criteria


1.0 Release Criteria

RELEASE SCHEDULE: No firm date set but the goal is to make the 1.0 release in the first half of 2008 based on the Eclipse development process rules. This includes a graduation review.

Under construction --Doug 14:11, 18 December 2007 (EST)

The 1.0 release of EclipseLink will be focussed on getting the initial contribution from Oracle TopLink 11gR1 available. In addition to this there are several major features being implemented:

  • JPA
    • JPA 1.0 compliant with extensions
    • ER 200040: New EclipseLink ORM.XML Schema
    • Preview of JPA 2.0 features
  • MOXy
    • JAXB 2.0
      • Annotation based configuration
      • Generation from annotated domain mode or XSD using XJC
    • JAXB 2.0 usage with native XML mapping configuration file
  • SDO
    • SDO 2.1 complete
  • Utils
    • Workbench
    • Migration
      • Package Rename Infrastructure
      • Oracle TopLink 10.1.3X and 11.1.1X
      • TopLink Essentials V2
  • Examples: Provide examples for most common usage scenarios
  • Documentation
  • OSGi/Equinox: Provide support for the usage of EclipseLink within Equinox (Eclipse IDE plugins, RCP applications, Eclipse Runtime projects)
  • Spring Framework: Enable the usage of EclipseLink JPA within Spring


1.0 Milestone 4 - Feb 2008

  • Build/Testing
    • Rework build scripts to work more flexibly with both Subversion/Tortoise checkouts and Subclipse/Subversive checkouts
    • Progress our plan for including extensions that depend on classes that are not open source
  • Utilities
    • Creation of new sub-component
    • Initial contribution of the EclipseLink Workbench Utility
    • Move package rename functionality to new component
    • Mapping Workbench support for new metadata XSDs
    • Mapping Workbench support for upgrading from Oracle TopLink (versions?)
  • Foundation

1.0 Milestone 3 - January 2008

1.0 Milestone 2 - December 5th, 2007

Bugs closed for 1.0 M2 Note: 1.0M1 bugs also included in this list


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
      • Object-Relational: Support for reading in Oracle TopLink's 10.1.3 and 11gR1 XML metadata files
      • Object-XML: JAXB 2.0 (not fully compliant) + extensions
      • SDO 2.1
  • Working manual build and test capability within Eclipse IDE and through the use of ANT
  • Tests are manually runnable. Instructions for running tests and expected results are here.
  • Basic Examples illustrating core functionality are here.
  • 1.0M1 Available for download from here.

Back to the top