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

Difference between revisions of "JDT Core/Java9"

(added to category JDT)
 
Line 25: Line 25:
 
*[[JDT Core/Java9/Notes 20160831|Notes from Stephan]]
 
*[[JDT Core/Java9/Notes 20160831|Notes from Stephan]]
 
*[[JDT Core/Java9/Open items|Open design issues and tasks]]
 
*[[JDT Core/Java9/Open items|Open design issues and tasks]]
 +
 +
[[Category:JDT]]

Latest revision as of 12:52, 6 April 2018

Java 9 landing page: Java9.

The root bug for all the work in JDT Core for Java 9 support is bug 457413.

Use Cases

Use cases are listed here : JDT Core Use Cases

Open issues

This has more items now and gets its own page here: Open design issues and tasks

Current Focus

The foremost goal for JDT should be to support projects with JDK 9 in their build path. This effort is being tracked by bug 459415.

IMPORTANT NOTES

  • The following lines must be added in all headers of modified files for the Java™ 9 implementation:
 * This is an implementation of an early-draft specification developed under the Java
 * Community Process (JCP) and is made available for testing and evaluation purposes
 * only. The code is not compatible with any specification of the JCP.
 *
  • Use @since 3.12 BETA_JAVA9 on all newly added members (same bundle version as in Neon).

Links

Back to the top