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"

Line 49: Line 49:
  
 
==== EclipseLink Newsgroups & Mailing Lists ====
 
==== EclipseLink Newsgroups & Mailing Lists ====
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=111 EclipseLink RT Newsgroup]
+
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=111 EclipseLink Users Forum]
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/maillist.html EclipseLink Dev Mailing list - eclipse.org hosted - date view]
+
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/maillist.html EclipseLink Dev Mailing list - eclipse.org hosted - date view] - [http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/ month view] - [https://dev.eclipse.org/mailman/listinfo/eclipselink-dev subscribe]
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-users/maillist.html EclipseLink Users Mailing list - eclipse.org hosted - date view]
+
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-users/maillist.html EclipseLink Users Mailing list - eclipse.org hosted - date view] - [http://dev.eclipse.org/mhonarc/lists/eclipselink-users/ month view] - [https://dev.eclipse.org/mailman/listinfo/eclipselink-users subscribe]
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/ EclipseLink Dev Mailing list - eclipse.org hosted - month view]
+
* [http://www.nabble.com/EclipseLink-f26430.html EclipseLink Nabble Forums] - [http://old.nabble.com/EclipseLink---Users-f26658.html users] - [http://old.nabble.com/EclipseLink---Dev-f26332.html dev]
* [http://dev.eclipse.org/mhonarc/lists/eclipselink-users/ EclipseLink Users Mailing list - eclipse.org hosted - month view]
+
* [http://www.nabble.com/EclipseLink-f26430.html EclipseLink Nabble Forums (EclipseLink Dev and Users lists)]
+
* [http://old.nabble.com/EclipseLink---Users-f26658.html EclipseLink Nabble Forums (EclipseLink Users list)]
+
* [http://old.nabble.com/EclipseLink---Dev-f26332.html EclipseLink Nabble Forums (EclipseLink Dev list)]
+
* [https://dev.eclipse.org/mailman/listinfo/eclipselink-dev EclipseLink Developers Mailing List (to subscribe)]
+
* [https://dev.eclipse.org/mailman/listinfo/eclipselink-users EclipseLink Users Mailing List (to subscribe)]
+
* [[EclipseLink/Development/Summit|EclipseLink Summit 2010]]
+
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 82: Line 75:
 
* [[EclipseLink/Timeline | Project Timeline]]
 
* [[EclipseLink/Timeline | Project Timeline]]
 
* [[EclipseLink/DevMeetings| Developer Meetings minutes and agendas]]
 
* [[EclipseLink/DevMeetings| Developer Meetings minutes and agendas]]
 +
* [[EclipseLink/Development/Summit|EclipseLink Summit 2010]]
  
 
* [[/Testing|Testing]]
 
* [[/Testing|Testing]]
 
* [[/Performance|Performance]]
 
* [[/Performance|Performance]]
* [[EclipseLink/Development/Incubator|Incubator]] where experimental ideas are developed  
+
* [[EclipseLink/Development/Incubator|Incubator]] - where experimental ideas are developed  
 
* [[/Process|Development Process]] - overview of development process
 
* [[/Process|Development Process]] - overview of development process
* [[EclipseLink/IPLog | IP Log]] where all external contributions and new approved dependencies must be tracked
+
* [[EclipseLink/IPLog | IP Log]] - where all external contributions and new approved dependencies must be tracked
 
* [[EclipseLink/Building| Building]] - building EclipseLink including Orbit projects
 
* [[EclipseLink/Building| Building]] - building EclipseLink including Orbit projects
 
* [[EclipseLink/Maven|Maven]] - information about EclipseLink Maven repository
 
* [[EclipseLink/Maven|Maven]] - information about EclipseLink Maven repository

Revision as of 13:54, 16 September 2010

Welcome to the Eclipse Persistence Services Project (EclipseLink) Development Home

This page is focussed on information about current development and development process for the comitters of the EclipseLink project.

Current Development

  • EclipseLink/Development/2.2 -
    • Looking for feedback on Proposals, Themes
    • Development being done in /svnroot/rt/org.eclipse.persistence/trunk/
  • 2.1.1 Patch Set - Status: Proposed: Aug 2010
    • Development being done in /svnroot/rt/org.eclipse.persistence/branches/2.1/trunk/
  • 2.0.3 Patch Set - Status: Proposed: Fall , 2010
    • Development being done in '/svnroot/rt/org.eclipse.persistence/branches/2.0/trunk/
  • 1.1.4 Patch Set - Status: Started, Release Date Not Scheduled
    • Development being done in /svnroot/rt/org.eclipse.persistence/branches/1.1.0/trunk/
  • 1.2.1 Patch Set - Status: Not Scheduled
    • Development being done in /svnroot/rt/org.eclipse.persistence/branches/1.2/trunk/


Features, Bugs & Enhancements

Features and Enhancements will have a BugZilla enhancement associated with it. A functional specification and design document will be created for each each feature. A review of these docs will be initially done by mailing list (eclipselink-dev@eclipse.org) and by meeting if followup is required. Prior to code being checked in, code reviews will be done through the mailing list (eclipselink-dev@eclipse.org).

Docs are usually not required for bug fixes. Prior to code being checked in, code reviews will be done through the mailing list (eclipselink-dev@eclipse.org).

EclipseLink Newsgroups & Mailing Lists

Weekly Committer Meeting

  • Agenda
  • Thursday @ 11 AM EST (GMT -5)

Links

Resources

  • FishEye - graphical interface monitoring the SVN repository

Development Documentation

Wiki

Back to the top