Skip to main content
Release Resolved Community Contributions
3.14
January 9, 2015
33
bugs
Community contributions were provided by Nicholas Folk, Michael Keppler, Marc-Andre Laperle, Ron Peters, Mark Sayson, Stephan Wahlbrink, and Ulf Winkelvos.
Includes: Mylyn 3.14, Mylyn Builds 1.6, Mylyn Commons 3.14, Mylyn Context 3.14, Mylyn Docs 2.3, Mylyn Reviews 2.5. Mylyn Tasks 3.14, Mylyn Versions 1.6.

Also see the New & Noteworthy for previous releases


New in Mylyn 3.14

NOTE: Mylyn 3.14 requires Java 1.6 or later and supports Eclipse 3.8, 4.3 or 4.4. Eclipse 3.6 is now the base compilation target, so Mylyn no longer runs on Eclipse 3.5. See the download page for repository locations.


 

Gerrit Connector

Gerrit Topic

The Gerrit topic is now shown in the task editor and in the dashboard view.


Review Status

The Gerrit dashboard view now shows the status of all reviews.


Gerrit 2.9

Gerrit 2.9 is now supported.

 

Hudson/Jenkins Connector

Hudson 3.2.1 and Jenkins 1.580.1

Hudson 3.2.1 and Jenkins 1.580.1 are now supported.

 

Bugzilla Connector

Bugzilla 4.5.6, 4.4.6, 4.2.11, and 4.0.15

Bugzilla 4.5.6, 4.4.6, 4.2.11, and 4.0.15 are now supported.

 

Framework and API

See porting guide for additional notes on API changes.

Tasks: Inject Depencencies

To reduce the dependency of tests on the UI, AbstractRepositorySettingsPage has a new constructor that takes the connector UI as a parameter. AbstractRepositoryConnectorUi now provides a getConnector method. See bug 436398

Back to the top