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 "Debug/Phone 1-Sep-2011"

(Attendees)
m
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
* Wind River
 
* Wind River
 +
** Pawel
 
* IBM
 
* IBM
 
** Dani (might join a bit later)
 
** Dani (might join a bit later)
 +
** Mike
 +
** Curtis
  
 
== Agenda and Minutes  ==
 
== Agenda and Minutes  ==
 
* Status
 
* Status
* Flex viewer refactoring - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=161435 161435]
+
** Pawel
 +
*** Flex viewer work
 +
*** Bugs from product
 +
** Dani
 +
*** Git migration
 +
*** Losing tags value, because tags in CVS are per-project, but tags in git are repository wide.
 +
*** After git migration, will need to tag and release from command line.
 +
** Mike
 +
*** Not much debug work.
 
* 3.8 Plan - [[Debug/Plan/3.8]]
 
* 3.8 Plan - [[Debug/Plan/3.8]]
 +
** drop splitting jdt launching bundle.
 +
** drop working sets for debug view
 +
** probably need to drop using jvmdi - would need to write a library to leverage new features, plus oracle hints that 3rd party software should stick with jdi.
 +
* Java 5
 +
** Starting to convert to java 5 exec environment.
 +
*** Markus Keller has lots of experience.
 +
*** Need to ask PMC about move.
 +
*** OSGI for example down-compiles to java 4 exec environment.
 +
*** Note: API rule is that collections cannot be used in APIs.
 +
*** Java 5 has update IO classes that could help with serializing mementos.
 +
*** Need a good reason to move to Java 5.
 +
* Flex viewer refactoring - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=161435 161435]
 +
** Using asyncExec() vs. jobs(). 
 +
** Should check existing users that refactoring won't break them.
 +
** Can start testing next week.
  
 
== Action ==
 
== Action ==

Latest revision as of 11:50, 1 September 2011

Call Info

Debug/Meeting_Notes#Call_Info

Attendees

To be edited

  • Wind River
    • Pawel
  • IBM
    • Dani (might join a bit later)
    • Mike
    • Curtis

Agenda and Minutes

  • Status
    • Pawel
      • Flex viewer work
      • Bugs from product
    • Dani
      • Git migration
      • Losing tags value, because tags in CVS are per-project, but tags in git are repository wide.
      • After git migration, will need to tag and release from command line.
    • Mike
      • Not much debug work.
  • 3.8 Plan - Debug/Plan/3.8
    • drop splitting jdt launching bundle.
    • drop working sets for debug view
    • probably need to drop using jvmdi - would need to write a library to leverage new features, plus oracle hints that 3rd party software should stick with jdi.
  • Java 5
    • Starting to convert to java 5 exec environment.
      • Markus Keller has lots of experience.
      • Need to ask PMC about move.
      • OSGI for example down-compiles to java 4 exec environment.
      • Note: API rule is that collections cannot be used in APIs.
      • Java 5 has update IO classes that could help with serializing mementos.
      • Need a good reason to move to Java 5.
  • Flex viewer refactoring - 161435
    • Using asyncExec() vs. jobs().
    • Should check existing users that refactoring won't break them.
    • Can start testing next week.

Action

Back to the top