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/Backlog"

(New page: This page is a prioritized list of enhancements to be made to the EclipseLink project. The intent is that this list be used to plan each development cycle taking the top most items. {|{{B...)
 
Line 1: Line 1:
This page is a prioritized list of enhancements to be made to the EclipseLink project. The intent is that this list be used to plan each development cycle taking the top most items.
+
This page is a prioritized list of enhancements to be made to the EclipseLink project. The intent is that this list be used to plan future development cycles taking the top most items. While not all filed bugs and enhancement requests will be captured here the most important ones should be listed to have them addressed in an upcoming cycle.
  
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
 
|+{{BMTableCaptionStyle}}|Bugs Committed
 
|+{{BMTableCaptionStyle}}|Bugs Committed
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
! Bug #
+
! Bug/ER #
! Milestone<br>Target
+
 
! Description  
 
! Description  
 
|-
 
|-
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 200040] || 1.0M2 || New native XML metadata format: Provide new metadata format that is more readable, uses configuration by exception, and aligns with JPA's ORM.XML for override or full replacement.
+
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200040 200040] || New native XML metadata format: Provide new metadata format that is more readable, uses configuration by exception, and aligns with JPA's ORM.XML for override or full replacement.
 
|-
 
|-
| ? || 1.0M2 || Remove Deprecated Logging: Remove the deprecated logging classes from the o.e.p.sessions package (SessionLog, SessionLogEntry, DefaultSessionLog)   
+
| ? || Remove Deprecated Logging: Remove the deprecated logging classes from the o.e.p.sessions package (SessionLog, SessionLogEntry, DefaultSessionLog)   
 
|-
 
|-
| ? || ? || Dynamic Persistence: Make the dynamic persistence capability generally available and usable with JPA, SDO, DBWS, and MOXy. ENable full capabilities of a woven class in a dynamic entity.
+
| ? ||  Remove Deprecated SDK-XML mapping and associated legacy metadata read/write functionality
 +
|-
 +
| ? || Remove Deprecated SDK mappings. Some non-deprecated mappings (i.e. object-relational mappings) will require keeping some of the functionality.
 +
|-
 +
| ? || Remove Deprecated MBeans support in deprecated.services support.
 +
|-
 +
| ? || Dynamic Persistence: Make the dynamic persistence capability generally available and usable with JPA, SDO, DBWS, and MOXy. ENable full capabilities of a woven class in a dynamic entity.
 
|-
 
|-
 
|}
 
|}

Revision as of 22:35, 8 October 2007

This page is a prioritized list of enhancements to be made to the EclipseLink project. The intent is that this list be used to plan future development cycles taking the top most items. While not all filed bugs and enhancement requests will be captured here the most important ones should be listed to have them addressed in an upcoming cycle.

Bugs Committed
Bug/ER # Description
200040 New native XML metadata format: Provide new metadata format that is more readable, uses configuration by exception, and aligns with JPA's ORM.XML for override or full replacement.
 ? Remove Deprecated Logging: Remove the deprecated logging classes from the o.e.p.sessions package (SessionLog, SessionLogEntry, DefaultSessionLog)
 ? Remove Deprecated SDK-XML mapping and associated legacy metadata read/write functionality
 ? Remove Deprecated SDK mappings. Some non-deprecated mappings (i.e. object-relational mappings) will require keeping some of the functionality.
 ? Remove Deprecated MBeans support in deprecated.services support.
 ? Dynamic Persistence: Make the dynamic persistence capability generally available and usable with JPA, SDO, DBWS, and MOXy. ENable full capabilities of a woven class in a dynamic entity.

Back to the top