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 Debug/Plan/4.9"

(Java 11 Support)
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
=== Java 11 Support ===
 
=== Java 11 Support ===
Working on Java 11 support is the primary focus for 4.9. The BETA_JAVA11 branch/target will be merged to master after Java 11 is released in September 2018.
+
Working on Java 11 support is the primary focus for 4.9. Java 11 is ongoing during 4.9 and will be delivered via Marketplace once Java 11 goes GA.
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=17723832&namedcmd=Java%2011%20Debug JDT Debug Plan] to support debugging in Java 11.
+
* [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=Debug&list_id=17853944&product=JDT&query_format=advanced&short_desc=%5B11%5D&short_desc_type=allwordssubstr JDT Debug Plan] to support debugging in Java 11.
  
 
=== Enhancing Java 9 user experience ===
 
=== Enhancing Java 9 user experience ===
Managing transitive dependencies for modular projects {{bug|534884}}
+
Managing transitive dependencies for modular projects {{bug|534884}}<br>
 +
''DELIVERED in 4.9''
 +
 
 +
Run Configuration Command Line to Clipboard {{bug|312397}}<br>
 +
''DELIVERED in 4.9''
 +
 
 +
=== Thread Enhancements ===
 +
Avoid suspending threads for ThreadNameChangeListener {{bug|536053}}<br>
 +
''DELIVERED in 4.9''
 +
<br>Debug View shows wrong information due to threads with short lifetime {{bug|534319}}<br>
 +
''DELIVERED in 4.9''
 +
<br>Thread evaluation runs in parallel with thread label update {{bug|536648}}<br>
 +
''DELIVERED in 4.9''
 +
<br>Hide Running Threads in Debug View {{bug|306598}}<br>
 +
''DELIVERED in 4.9''
 +
 
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
 
Other Bugs and enhancements.
 
Other Bugs and enhancements.

Latest revision as of 04:41, 31 August 2018

Planning page for JDT Debug work for 4.9

Java 11 Support

Working on Java 11 support is the primary focus for 4.9. Java 11 is ongoing during 4.9 and will be delivered via Marketplace once Java 11 goes GA.

Enhancing Java 9 user experience

Managing transitive dependencies for modular projects bug 534884
DELIVERED in 4.9

Run Configuration Command Line to Clipboard bug 312397
DELIVERED in 4.9

Thread Enhancements

Avoid suspending threads for ThreadNameChangeListener bug 536053
DELIVERED in 4.9
Debug View shows wrong information due to threads with short lifetime bug 534319
DELIVERED in 4.9
Thread evaluation runs in parallel with thread label update bug 536648
DELIVERED in 4.9
Hide Running Threads in Debug View bug 306598
DELIVERED in 4.9

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top