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 "Mylyn/Porting Guide"

Line 8: Line 8:
  
 
See the <b>[[Mylyn/Porting Guide/3.0]]</b>
 
See the <b>[[Mylyn/Porting Guide/3.0]]</b>
 +
 +
= Changes in 3.1 =
 +
 +
* <code>AbstractRepositoryConnectorUi.getAddExistingTaskWizard()</code> now returns null
  
 
= Pending changes for 3.x =
 
= Pending changes for 3.x =
  
 
* Closing of idle HttpClient connections
 
* Closing of idle HttpClient connections

Revision as of 16:32, 26 September 2008


Porting from 1.0 to 2.0

See the Mylyn Porting Guide 2.0

Porting from 2.0 to 3.0

See the Mylyn/Porting Guide/3.0

Changes in 3.1

  • AbstractRepositoryConnectorUi.getAddExistingTaskWizard() now returns null

Pending changes for 3.x

  • Closing of idle HttpClient connections

Back to the top