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"

(Changes in 3.1)
(Changes in 3.1)
Line 17: Line 17:
 
* <code>AbstractRepositorySettingsPage</code> is now extensible
 
* <code>AbstractRepositorySettingsPage</code> is now extensible
 
* <code>IUserAttentionListener.userAttentionGained()</code> only fired once {{bug|250072}}
 
* <code>IUserAttentionListener.userAttentionGained()</code> only fired once {{bug|250072}}
 +
* <code>AbstractTaskEditorPage.getEditor()</code>'s signature has changed.
  
 
== Breaking changes ==
 
== Breaking changes ==
  
* Constants in AbstractRepositorySettingsPage have changed
+
* Constants in <code>AbstractRepositorySettingsPage</code> have changed
  
 
= Pending changes for 3.x =
 
= Pending changes for 3.x =
  
 
* Closing of idle HttpClient connections
 
* Closing of idle HttpClient connections

Revision as of 18:39, 24 February 2009


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
  • New hyperlink detection bug 167941
  • AttributeEditorFactory now requires an IContextService to enable the WikiText task editor extensions
  • AbstractTaskRepositoryLinkProvider.setTaskRepository() may have repository set to null if association is cleared
  • AbstractRepositorySettingsPage is now extensible
  • IUserAttentionListener.userAttentionGained() only fired once bug 250072
  • AbstractTaskEditorPage.getEditor()'s signature has changed.

Breaking changes

  • Constants in AbstractRepositorySettingsPage have changed

Pending changes for 3.x

  • Closing of idle HttpClient connections

Back to the top