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 - December 2007)
(1.0 Milestone 2 - December 2007)
Line 34: Line 34:
 
* '''Build/Testing'''
 
* '''Build/Testing'''
 
** Automated nightly build on Eclipse build server [http://www.eclipse.org/eclipselink/downloads/nightly.php available for download]
 
** Automated nightly build on Eclipse build server [http://www.eclipse.org/eclipselink/downloads/nightly.php available for download]
** Automated testing using MySQL on Eclipse Servers - Status?
+
** Continuous Build (every 30 minutes if changes made) now running with failures sent to dev mailing list
 +
** Automated testing using MySQL on Eclipse Servers  
 
* '''Documentation'''
 
* '''Documentation'''
 
** Initial contribution of [[EclipseLink/UserGuide | EclipseLink UserGuide] to wiki
 
** Initial contribution of [[EclipseLink/UserGuide | EclipseLink UserGuide] to wiki
 
** [http://www.eclipse.org/eclipselink/api/1.0/index.html JavaDocs available for M2]
 
** [http://www.eclipse.org/eclipselink/api/1.0/index.html JavaDocs available for M2]
* '''Foundation'''  
+
* '''Projects of Note'''  
** Start removal of deprecated code
+
** Removal of deprecated code started
* '''JPA'''
+
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 Project 200040]: New XML metadata format for native ORM and Extended JPA project started
** Initiated [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 Project 200040]: New XML metadata format for Extended JPA
+
** Remove base classes originally introduced to support JPA in JDK 1.4
+
  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=EPS%28EclipseLink%29&target_milestone=1.0M2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=    Bugs closed for 1.0 M2] ''Note: 1.0M1 bugs also included in this list''
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=EPS%28EclipseLink%29&target_milestone=1.0M2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=    Bugs closed for 1.0 M2] ''Note: 1.0M1 bugs also included in this list''

Revision as of 13:02, 5 December 2007

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

1.0 Release Criteria

Under construction--Doug 13:20, 27 November 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:

  • ER 200040: New EclipseLink ORM.XML Schema
  • Support for migrating from other ORM solutions
    • Oracle TopLink
    • TopLink Essentials
  • EclipseLink Utilities
    • EclipseLink Workbench
    • Package Rename for migration from Oracle TopLink and TopLink Essentials

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.

1.0 Milestone 2 - December 2007

  • Build/Testing
    • Automated nightly build on Eclipse build server available for download
    • Continuous Build (every 30 minutes if changes made) now running with failures sent to dev mailing list
    • Automated testing using MySQL on Eclipse Servers
  • Documentation
  • Projects of Note
    • Removal of deprecated code started
    • Project 200040: New XML metadata format for native ORM and Extended JPA project started

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

1.0 Milestone 3 - January 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

Back to the top