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"

(Current Development)
Line 47: Line 47:
  
 
Docs are usually not required for [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EclipseLink bug] fixes.  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 [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EclipseLink bug] fixes.  Prior to code being checked in, code reviews will be done through the mailing list (eclipselink-dev@eclipse.org).
 
=== Committer Resources ===
 
 
* Development Documentation
 
** [[EclipseLink/WikiLayout|Wiki Organization]]
 
** [[EclipseLink/Dependencies|Dependencies]]
 
** [[EclipseLink/Development/DesignDocs|Design documents]]
 
** [[EclipseLink/Development/Architecture|Architecture documents]]
 
** [[EclipseLink/Development/Documentation|End-user documentation plan]]
 
** [[EclipseLink/Building| Building EclipseLink]]
 
<!--** [[EclipseLink/Design_Philosophy| Design Philosophy]]-->
 
 
* [[EclipseLink/IPLog | IP Log]] where all external contributions and new approved dependencies must be tracked
 
* [http://fisheye2.atlassian.com/browse/eclipselink FishEye] provides a graphical interface to monitor the SVN repository
 
* [[EclipseLink/Development/Incubator|Incubator]] where experimental ideas are developed
 
  
 
==== EclipseLink Newsgroups & Mailing Lists ====
 
==== EclipseLink Newsgroups & Mailing Lists ====
Line 93: Line 78:
 
* [http://www.eclipse.org/eclipselink EclipseLink Home]
 
* [http://www.eclipse.org/eclipselink EclipseLink Home]
 
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
 
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
* [[EclipseLink/Source|Source]]
 
* [[/Process|Development Process]]
 
* [[/Testing|Testing]]
 
* [[EclipseLink/Building| Building EclipseLink including Orbit projects ]]
 
  
 
* [[EclipseLink/Bugs|Bugs and Enhancements]]
 
* [[EclipseLink/Bugs|Bugs and Enhancements]]
* [[/Performance|Performance]]
 
 
* [[EclipseLink/Timeline | Project Timeline]]
 
* [[EclipseLink/Timeline | Project Timeline]]
 
* [[EclipseLink/DevMeetings| Developer Meetings minutes and agendas]]
 
* [[EclipseLink/DevMeetings| Developer Meetings minutes and agendas]]
 +
 +
* [[/Testing|Testing]]
 +
* [[/Performance|Performance]]
 +
* [[EclipseLink/Development/Incubator|Incubator]] where experimental ideas are developed
 +
* [[/Process|Development Process]]
 +
* [[EclipseLink/IPLog | IP Log]] where all external contributions and new approved dependencies must be tracked
 +
* [[EclipseLink/Building| Building EclipseLink including Orbit projects ]]
 
* [[EclipseLink/Maven| Information about EclipseLink Maven Repository]]
 
* [[EclipseLink/Maven| Information about EclipseLink Maven Repository]]
 +
* [[EclipseLink/Source|Source]]
 +
 +
====Resources====
 +
* [http://fisheye2.atlassian.com/browse/eclipselink FishEye] - graphical interface monitoring the SVN repository
 +
 +
====Wiki====
 +
* [[EclipseLink/WikiLayout|Wiki Organization]]
 
* [[:Category:EclipseLink]]
 
* [[:Category:EclipseLink]]
 
* [[:Category:EclipseLink:Users]]
 
* [[:Category:EclipseLink:Users]]
 
* [[:Category:EclipseLink:Committers]]
 
* [[:Category:EclipseLink:Committers]]
  
 +
====Development Documentation====
 +
* [[EclipseLink/Dependencies|Dependencies]]
 +
* [[EclipseLink/Development/DesignDocs|Design documents]]
 +
* [[EclipseLink/Development/Architecture|Architecture documents]]
 +
* [[EclipseLink/Development/Documentation|End-user documentation plan]]
  
 
</td></tr></table>
 
</td></tr></table>

Revision as of 13:46, 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

Wiki

Development Documentation

Back to the top