Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JDT Core/Plan/4.7

< JDT Core
Revision as of 06:52, 7 December 2016 by Unnamed Poltroon (Talk) (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. 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