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"

 
(7 intermediate revisions by 2 users not shown)
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 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.
+
For open development items see:
  
{|{{BMTableStyle}}
+
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=EPS%28EclipseLink%29&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Bugzilla]
|+{{BMTableCaptionStyle}}|Bugs Committed
+
|-{{BMTHStyle}}
+
! Bug/ER #
+
! Description
+
|-
+
| [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.
+
|-
+
| ? ||  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. This effort will involve combining the existing SDO and DBWS solution into a single offering in a public package in the eclipselink.core project.
+
|-
+
| ? || Remove unused import statements reported by Eclipse IDE in eclipselink.core project. Approximately 138 warnings.
+
|-
+
| ? || Remove unused import statements reported by Eclipse IDE in eclipselink.extension.oracle project. Approximately 8 warnings.
+
|-
+
| ? || Remove unused import statements reported by Eclipse IDE in eclipselink.jpa project. Approximately 25 warnings.
+
|-
+
| ? || Remove unused local or private members reported by Eclipse IDE in eclipselink.core project. Approximately 32 warnings.
+
|-
+
| ? || Remove local variable never read warnings reported by Eclipse IDE in eclipselink.core project. Approximately 226 warnings.
+
|-
+
|}
+

Latest revision as of 10:55, 28 April 2008

For open development items see:

Bugzilla

Back to the top