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

Line 7: Line 7:
 
=== 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}}
 +
 +
=== Thread Enhancements ===
 +
Avoid suspending threads for ThreadNameChangeListener {{bug|536053}}
 +
Debug View shows wrong information due to threads with short lifetime {{bug|534319}}
 +
Thread evaluation runs in parallel with thread label update {{bug|536648}}
 +
Hide Running Threads in Debug View {{bug|306598}}
 +
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
 
Other Bugs and enhancements.
 
Other Bugs and enhancements.

Revision as of 10:03, 17 July 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. The BETA_JAVA11 branch/target will be merged to master after Java 11 is released in September 2018.

Enhancing Java 9 user experience

Managing transitive dependencies for modular projects bug 534884

Thread Enhancements

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

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top