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 "JDT Core/Plan/4.7"

(Planning page for JDT Core work for Oxygen (4.7))
Line 1: Line 1:
 
= Planning page for JDT Core work for Oxygen (4.7) =
 
= Planning page for JDT Core work for Oxygen (4.7) =
 
This page discusses target fixes and improvements to JDT Core for the upcoming Oxygen release.  
 
This page discusses target fixes and improvements to JDT Core for the upcoming Oxygen release.  
A list of open and resolved bugs for 4.7-4.7M4 and BETA_JAVA9 targets can be found via [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Eclipse&component=APT&component=Core&list_id=14783838&product=JDT&query_format=advanced&target_milestone=4.7&target_milestone=4.7%20M1&target_milestone=4.7%20M2&target_milestone=4.7%20M3&target_milestone=4.7%20M4&target_milestone=BETA%20J9 this query.] BETA_JAVA9 target is expected to be merged into 4.7 at some point in time. Primary focus of JDT Core for oxygen is Java 9 update.
+
A list of open and resolved bugs for 4.7-4.7M4 and BETA_JAVA9 targets can be found via [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Eclipse&component=APT&component=Core&list_id=14783838&product=JDT&query_format=advanced&target_milestone=4.7&target_milestone=4.7%20M1&target_milestone=4.7%20M2&target_milestone=4.7%20M3&target_milestone=4.7%20M4&target_milestone=BETA%20J9 this query.] The BETA_JAVA9 branch/target is expected to be merged into 4.8 and 4.7.1 when Java 9 gets released in July 2017. Primary focus of JDT Core for Oxygen is Java 9 update.
  
  

Revision as of 06:52, 7 December 2016

Planning page for JDT Core work for Oxygen (4.7)

This page discusses target fixes and improvements to JDT Core for the upcoming Oxygen release. A list of open and resolved bugs for 4.7-4.7M4 and BETA_JAVA9 targets can be found via this query. The BETA_JAVA9 branch/target is expected to be merged into 4.8 and 4.7.1 when Java 9 gets released in July 2017. Primary focus of JDT Core for Oxygen is Java 9 update.


Java 9 Support

Add Java 9 support in JDT Core bug 457413

New Search Indexing Support

Proposal for a faster JDT index bug 481796.
Plan is to introduce a global index that holds semantic information rather than filename mappings, supports reliable error detection, and is extensible enough to replace all current indexes and caches. It will support most common JDT operations without the need to ever open a .jar file or perform an exhaustive search. The design document is available here

Update JDT Core to use Java 8

Move JDT Project compliance to 1.8 bug 488273

Routine Maintenance and enhancements

Back to the top