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

(Lambda Debugging Support)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
=== Java 9 Support ===
 
=== Java 9 Support ===
Working on Java 9 support is the primary focus for Oxygen. 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.
+
Working on Java 9 support is the primary focus for Oxygen. The BETA_JAVA9 branch/target was merged to 4.8 and 4.7.1 after Java 9 was released in July 2017.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=14843004&namedcmd=Java%209%20Debug JDT Debug Plan] to support debugging in Java 9.
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=14843004&namedcmd=Java%209%20Debug JDT Debug Plan] to support debugging in Java 9.
  
''DELIVERED in 4.7.1a''
+
''DELIVERED in 4.7.1a and 4.8 M3''
 +
 
 +
=== Java 10 Support ===
 +
The BETA_JAVA10 branch/target was merged into 4.8 and 4.7.3 after Java 10 was released in March 2018.
 +
* [https://bugs.eclipse.org/bugs/buglist.cgi?cmdtype=runnamed&list_id=17536606&namedcmd=Java%2010%20Debug JDT Debug Plan] to support debugging in Java 10.
 +
 
 +
''DELIVERED in 4.7.3a and 4.8 M7''
  
 
=== Lambda Debugging Support ===
 
=== Lambda Debugging Support ===
 
[1.8] Variables view should show captured lambda variables  - {{bug|516319}}<br>
 
[1.8] Variables view should show captured lambda variables  - {{bug|516319}}<br>
 
[1.8] Lambda variables (closures) are not recognized by debugger variable inspector  - {{bug|516278}}<br>
 
[1.8] Lambda variables (closures) are not recognized by debugger variable inspector  - {{bug|516278}}<br>
 +
 +
''DELIVERED in 4.8''
  
 
=== Advanced Source Lookup Support ===
 
=== Advanced Source Lookup Support ===
 
Advanced Source lookup in JDT  - {{bug|506149}}<br>
 
Advanced Source lookup in JDT  - {{bug|506149}}<br>
 +
 
''DELIVERED in 4.8 M3''
 
''DELIVERED in 4.8 M3''
  
 
=== Analyzing the support for shutdown hooks ===
 
=== Analyzing the support for shutdown hooks ===
 
Java shutdown hooks are not invoked on exit - {{bug|38016}}<br>
 
Java shutdown hooks are not invoked on exit - {{bug|38016}}<br>
 +
 +
''MOVED to 4.9''
  
 
=== Improving Threading & Concurrency experience during Debug ===
 
=== Improving Threading & Concurrency experience during Debug ===
 
Debugger dies in different unpredictable  - {{bug|285130}}<br>
 
Debugger dies in different unpredictable  - {{bug|285130}}<br>
 +
 +
''DELIVERED in 4.8 M1''
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===

Latest revision as of 06:26, 21 May 2018

Planning page for JDT Debug work for Photon(4.8)

Java 9 Support

Working on Java 9 support is the primary focus for Oxygen. The BETA_JAVA9 branch/target was merged to 4.8 and 4.7.1 after Java 9 was released in July 2017.

DELIVERED in 4.7.1a and 4.8 M3

Java 10 Support

The BETA_JAVA10 branch/target was merged into 4.8 and 4.7.3 after Java 10 was released in March 2018.

DELIVERED in 4.7.3a and 4.8 M7

Lambda Debugging Support

[1.8] Variables view should show captured lambda variables - bug 516319
[1.8] Lambda variables (closures) are not recognized by debugger variable inspector - bug 516278

DELIVERED in 4.8

Advanced Source Lookup Support

Advanced Source lookup in JDT - bug 506149

DELIVERED in 4.8 M3

Analyzing the support for shutdown hooks

Java shutdown hooks are not invoked on exit - bug 38016

MOVED to 4.9

Improving Threading & Concurrency experience during Debug

Debugger dies in different unpredictable - bug 285130

DELIVERED in 4.8 M1

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Back to the top