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.8"

(Java 9 Technical Debt and Additional Features Support)
(Planning page for JDT Core for Photon (4.8))
 
(82 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Planning page for JDT Core work for Photon (4.8) =
+
= Planning page for JDT Core for Photon (4.8) =
The sub-lists in the order of decreasing urgency is shown in the table below - Last few rows are for convenience and may not have mapping of row number to urgency.
+
=== Overview ===
+
<div>
+
        {|class="wikitable" border="1"  cellpadding="4"  cellspacing="4"
+
        | Sl No
+
        | Category
+
        | Remarks
+
        |-
+
        | 1
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=All%20Next%20Milestone&sharer_id=152344 All Bugs - Next Milestone]
+
        |  4.8 M5     
+
        |-
+
        | 2
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=All_Next_Maint&sharer_id=152344 All Next Maintenance]
+
        |  added here for quick access              |-
+
        |-
+
        | 3
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.8%20bugs&sharer_id=152344 Open Photon Bugs]
+
        |       
+
        |}</div>
+
  
 +
=== Java 9 Support ===
 +
''Done'' <br/>
 +
Add Java 9 support - [https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=457413&hide_resolved=0 Java 9 Tree]. The BETA_JAVA9 branch merged into 4.8 and 4.7.1a in September 2017
  
=== Java 9 Technical Debt and Additional Features Support ===
+
=== Java 10 support  ===
+
''Done'' <br/>
 +
Add Java 10 support - [https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=525732&hide_resolved=0 Java 10 Tree]. The BETA_JAVA_18_3 branch o be merged into 4.8 and 4.7.3a in March 2018.
  
<div>
+
=== Routine Maintenance and Enhancements ===
        {|class="wikitable" border="1"  cellpadding="4"  cellspacing="4"
+
''Done'' <br/>
        | Sl No
+
[https://bit.ly/2KJhP26  All Resolved Bugs]
        | Category
+
        | Remarks
+
        |-
+
        | 1
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=j9.open.next_milestone&sharer_id=152344 Open Java 9 bugs for next milestone]
+
        |  4.8 M5     
+
        |-
+
        | 2
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=J9.maint.Open&sharer_id=152344 Open Java 9 bugs for next maintenance]
+
        | 4.7.3       
+
        |-
+
        | 3
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.8%20J9%20bugs&sharer_id=152344 Open Java 9 bugs slated for 4.8]
+
        |       
+
        |-
+
        | 4
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=J9.Orphans&sharer_id=152344 Open Java 9 Orphan bugs waiting for adoption ]
+
        | Please sync up with the respective QA contacts.       
+
        |-
+
        | 5
+
        | [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=J9.Open&sharer_id=152344 All Java 9 open bugs ]
+
        | targeted plus non-targeted
+
        |}</div>
+
 
+
=== Java 8  Technical Debt Support ===
+
Other open bugs and enhancements related to Java 8 that is slated to 4.8 - [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.8%20J8%20bugs&sharer_id=152344 here]
+
 
+
=== JDK 10 Investigation ===
+
(Yes, we may get a JDK 10, 11, etc., after all: [http://mail.openjdk.java.net/pipermail/jdk-dev/2017-November/000116.html Proposal from jdk-dev list])
+
 
+
Investigate Java 10 features and the possible support from JDT Core [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525732 Top Level Bug].
+
 
+
[[JDT Core/Plan/4.8/JEP286 | JEP286: Local Variable Type Inference]]
+
  
 +
For a Java releases driven planning please refer to [https://wiki.eclipse.org/JDT_Core/Plan/Java Java Releases Support Page]
 
[[Category:JDT]]
 
[[Category:JDT]]

Latest revision as of 12:29, 21 May 2018

Planning page for JDT Core for Photon (4.8)

Java 9 Support

Done
Add Java 9 support - Java 9 Tree. The BETA_JAVA9 branch merged into 4.8 and 4.7.1a in September 2017

Java 10 support

Done
Add Java 10 support - Java 10 Tree. The BETA_JAVA_18_3 branch o be merged into 4.8 and 4.7.3a in March 2018.

Routine Maintenance and Enhancements

Done
All Resolved Bugs

For a Java releases driven planning please refer to Java Releases Support Page

Back to the top