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/Incubator/Extensions"

(Extension Projects)
(Extension Projects)
 
(35 intermediate revisions by 5 users not shown)
Line 23: Line 23:
  
 
At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation.
 
At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation.
 +
 +
[[EclipseLink/Development/Incubator/Extensions/DatabasePlatformPromotion | DatabasePlatform Promotion]]
  
 
=== Extension Usage Tracking ===
 
=== Extension Usage Tracking ===
Line 39: Line 41:
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
 
! Bug
 
! Bug
! Committers
 
 
! Description
 
! Description
 +
! Committers
 
! Comments or Wiki link
 
! Comments or Wiki link
 
|-
 
|-
| ?
+
| {{bug|273057}}
| Ingres Platform
+
| tware
+
| Custom platform provided by vendor. Needs to have all issues verified and certification testing sorted out. <br>
+
|-
+
| ?
+
 
| Nested Fetch Group
 
| Nested Fetch Group
 
| dclarke
 
| dclarke
| Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY.<br>
+
| Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY. [[EclipseLink/Development/Incubator/Extensions/NestedFetchGroup | details]]
 
|-
 
|-
 
| {{bug|288307}}
 
| {{bug|288307}}
 
| Fetch Plan
 
| Fetch Plan
 
| dclarke, ssmith
 
| dclarke, ssmith
| Custom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned.  
+
| Custom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned. [[EclipseLink/Development/Incubator/Extensions/FetchPlan | details]]
 
|-
 
|-
 
| {{bug|288363}}
 
| {{bug|288363}}
 
| GraphInvalidationListener  
 
| GraphInvalidationListener  
 
| dclarke
 
| dclarke
| [[EclipseLink/Development/Incubator/Extensions/RefreshInvalidGraphListener | details]] - A SessionEventListener that uses postExecuteQuery to process query results ensuring that the graph returned does not contain invalid objects.
+
| A SessionEventListener that processes query results ensuring that the graph returned does not contain invalid objects. [[EclipseLink/Development/Incubator/Extensions/RefreshInvalidGraphListener | details]]
 +
|-
 +
| {{bug|253682}}
 +
| Ingres Platform
 +
| tware
 +
| Custom database platform provided by vendor. [[EclipseLink/Development/Incubator/Extensions/IngresPlatform | details]]<br>
 +
|-
 +
| {{bug|284657}}
 +
| MaxDB Platform
 +
| tware,afischbach
 +
| Custom database platform provided by vendor. - ''integrated into product'' - [[EclipseLink/Development/Incubator/Extensions/MaxDBPlatform | details]]<br>
 +
|-
 +
| {{bug|215079}}
 +
| H2 Platform
 +
| tware
 +
| Custom database platform provided by community member. - ''integrated into product'' - [[EclipseLink/Development/Incubator/Extensions/H2Platform | details]]<br>
 +
|-
 +
| {{bug|248205}}
 +
| DB2 AS400 Platform
 +
| tware
 +
| Custom database platform provided by community member. [[EclipseLink/Development/Incubator/Extensions/DB2AS400Platform | details]]. <br>
 +
|-
 +
| {{bug|287167}}
 +
| NetWeaver Platform
 +
| tware,agoerler
 +
| Custom server platform provided by vendor. - ''integrated into product'' -[[EclipseLink/Development/Incubator/Extensions/NetWeaverPlatform | details]] <br>
 +
|-
 +
| {{bug|288715}}
 +
| Symfoware Platform
 +
| tware
 +
| Custom database platform provided by vendor. - ''integrated into product'' - [[EclipseLink/Development/Incubator/Extensions/SymfowarePlatform | details]] <br>
 +
|-
 +
| {{bug|380226}}
 +
| SAP HANA Platform
 +
| tware
 +
| Custom database platform provided by vendor. [[EclipseLink/Development/Incubator/Extensions/HANAPlatform | details]]<br>
 
|}
 
|}
 +
 +
[[Category:EclipseLink]]

Latest revision as of 06:49, 21 June 2012

EclipseLink Extensions Incubator

This incubator will allow the development of extensions to EclipseLink that illustrate to users how similar extensions can be written.

This incubator is not intended to be a catch-all but to specifically deal with EclipseLink's public extension points allowing common extensions to be shared. Some of these extension points include:

  • Database Platforms
  • Expression Operators
  • Event Listeners
  • Query Re-directors
  • Server Platforms
  • Descriptor policies

Each extension will be maintained in its own project with self contained test cases to illustrate and verify its usage. EclipseLink users can then use these extensions as per their EPL/EDL licensing terms.

Promoting an Extension Project

Over time extensions in this incubator may be migrated into core functionality. The basic criteria for promoting include:

  1. Committers agree that the functionality is valuable to the user community and there is enough interest among the committers to support the functionality. This will require a vote of the current committers with at least 5 positive votes and no negative votes.
  2. The functionality in the extension project passes a design review of committers with any issues raised addressed
  3. There exists reasonable test cases, JavaDoc comments, and usage documentation to simplify its promotion

At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation.

DatabasePlatform Promotion

Extension Usage Tracking

Each project in this incubator should have its own bug associated so that users of the extension can add themselves to the cc list and therefore be notified of enhancements and migration of functionality into the project's distributed bundles/JARs. The users copied on an extension incubator bug and votes cast for the bug will be used to help judge the community interest in a given project.

Support for Extensions

The support for these extension incubator projects is limited. It is recommended that issues encountered be raised in the bug.

Extension Projects

The following are the current extension projects maintained in this incubator.

Bug Description Committers Comments or Wiki link
bug 273057 Nested Fetch Group dclarke Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY. details
bug 288307 Fetch Plan dclarke, ssmith Custom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned. details
bug 288363 GraphInvalidationListener dclarke A SessionEventListener that processes query results ensuring that the graph returned does not contain invalid objects. details
bug 253682 Ingres Platform tware Custom database platform provided by vendor. details
bug 284657 MaxDB Platform tware,afischbach Custom database platform provided by vendor. - integrated into product - details
bug 215079 H2 Platform tware Custom database platform provided by community member. - integrated into product - details
bug 248205 DB2 AS400 Platform tware Custom database platform provided by community member. details.
bug 287167 NetWeaver Platform tware,agoerler Custom server platform provided by vendor. - integrated into product - details
bug 288715 Symfoware Platform tware Custom database platform provided by vendor. - integrated into product - details
bug 380226 SAP HANA Platform tware Custom database platform provided by vendor. details

Back to the top