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"

(Links)
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
<td valign="top">
 
<td valign="top">
 
<table>
 
<table>
<tr>
 
<td>
 
=== Welcome to the <b>Eclipse Persistence Services Project (EclipseLink)</b> Development Home ===
 
This page is focussed on information about current development and development process for the comitters of the EclipseLink project.
 
</td>
 
</tr>
 
  
 
<tr>
 
<tr>
Line 32: Line 26:
 
<tr>
 
<tr>
 
<td valign="top">
 
<td valign="top">
=== Features, Bugs & Enhancements ===
+
 
 +
== Features, Bugs & Enhancements ==
 
Features and Enhancements will have a BugZilla [[EclipseLink/Development/Bugs|enhancement]] associated with it.  A [[EclipseLink/Development/DesignDocs|design document]] will be created for 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).
 
Features and Enhancements will have a BugZilla [[EclipseLink/Development/Bugs|enhancement]] associated with it.  A [[EclipseLink/Development/DesignDocs|design document]] will be created for 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 [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).
  
==== EclipseLink Newsgroups & Mailing Lists ====
+
== EclipseLink Newsgroups & Mailing Lists ==
 
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=111 EclipseLink Users Forum]
 
* [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/ month view] - [https://dev.eclipse.org/mailman/listinfo/eclipselink-dev subscribe]
 
* [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]
Line 54: Line 49:
 
=== Links ===
 
=== Links ===
 
* [http://www.eclipse.org/eclipselink EclipseLink Home]
 
* [http://www.eclipse.org/eclipselink EclipseLink Home]
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
 
  
* [[EclipseLink/Bugs|Bugs and Enhancements]]
+
* [[EclipseLink/Development/DesignDocs|Design documents]]
 +
 
 +
* [[EclipseLink/Development/Process/Git|Git]] - source code repository
  
* [[/Testing|Testing]]
 
* [[EclipseLink/Development/Incubator|Incubator]] - where experimental ideas are developed
 
 
* [[/Process|Contribution/Development Process]] - overview of development process
 
* [[/Process|Contribution/Development Process]] - overview of development process
* [[EclipseLink/IPLog | IP Log]] - where all external contributions and new approved dependencies must be tracked
+
* [[EclipseLink/Building| Building & Testing]] - how to build and test EclipseLink
* [[EclipseLink/Building| Building]] - building EclipseLink including Orbit projects
+
* [[/Testing|Testing]] - more information on EclipseLink testing
* [[EclipseLink/Maven|Maven]] - information about EclipseLink Maven repository
+
 
* [[EclipseLink/Development/Process/Git|Git]] - Git source repository
+
* [[EclipseLink/Maven|Maven]] - EclipseLink in Maven
====Resources====
+
 
* [http://git.eclipse.org/c/eclipselink/eclipselink.runtime.git/ git.eclipse] - EclipseLink Git repository on Eclipse
+
* [http://www.eclipse.org/eclipselink/#download Downloads]
* [https://fisheye2.atlassian.com/changelog/eclipselinkgit FishEye] - graphical interface monitoring the Git repository
+
 
 +
* [[EclipseLink/Development/Incubator|Incubator]] - where experimental ideas are developed
 +
* [[EclipseLink/IPLog | IP Log, Dependencies]] - where all external contributions and dependencies must be tracked
 +
 
 +
* [[EclipseLink/Development/Bugs|Bugs and Enhancements]]
 +
 
 +
====Resources, Documentation====
 
* [https://www.openhub.net/p/eclipselink Open HUB] - open source project network
 
* [https://www.openhub.net/p/eclipselink Open HUB] - open source project network
  
====Development Documentation====
 
* [[EclipseLink/Dependencies|Dependencies]]
 
* [[EclipseLink/Development/DesignDocs|Design documents]]
 
 
* [[EclipseLink/Development/Architecture/EclipseLink|EclipseLink Architecture]]
 
* [[EclipseLink/Development/Architecture/EclipseLink|EclipseLink Architecture]]
 
* [[EclipseLink/Development/Summit|EclipseLink Summit 2010]]
 
* [[EclipseLink/Development/Summit|EclipseLink Summit 2010]]

Latest revision as of 14:04, 18 April 2015

Current Development

  • Development has moved from SVN to Git, see Git

Features, Bugs & Enhancements

Features and Enhancements will have a BugZilla enhancement associated with it. A design document will be created for 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

Links

  • Git - source code repository
  • Maven - EclipseLink in Maven

Resources, Documentation

Copyright © Eclipse Foundation, Inc. All Rights Reserved.