Skip to main content
Release Resolved Merged Community Contributions
3.20.2
June 30, 2016
Service Release to address bug 497040 and bug 452674.
3.20.1
June 22, 2016
41
bugs
110
reviews
Community contributions were provided by Alex Blewitt, Andreas Dangel, Andreas Sewe, Blaine Lewis, Brandon Dong, Chris Poon, Christian Gaege, Florian Thienel, James Kennedy, Jeremie Bresson, Kenneth Poon, Kyle Ross, Landon Butterworth, Patrik Suzzi, and Vaughan Hilts.
Includes: Mylyn 3.20.1, Mylyn Builds 1.12.1, Mylyn Commons 3.20.1, Mylyn Context 3.20.1, Mylyn Docs 2.9, Mylyn Reviews 2.11.1. Mylyn Tasks 3.20.1, Mylyn Versions 1.12.1.

Also see the New & Noteworthy for previous releases


NOTE: Mylyn 3.20 requires Java 1.8 or later and supports Eclipse 4.5 and 4.6. See the download page for repository locations.

Supported Repository Versions

Connectors included in Mylyn 3.20 support the following repository versions:
  • Bugzilla 4.0 - 4.4.12, 5.0.3
  • Gerrit 2.9.4 - 2.11.3
  • Hudson 3.0 - 3.3.3
  • Jenkins 1.509 - 1.651

New in Mylyn 3.20

Task List

Performance

Significant performance improvements have been made to the task list. Large task lists now load as much as four times faster.

 

Hudson/Jenkins Connector

Hudson 3.3.3 and Jenkins 1.651

Hudson 3.3.3 and Jenkins 1.651 are now supported.

 

Framework and API

See porting guide for additional notes on API changes.

Mapping to PriorityLevels

PriorityLevel getPriorityLevel(TaskAttribute priorityAttribute, String priorityOption) was added to TaskAttributeMapper. static boolean isValidPriority(String string) was added to PriorityLevel. See bug 436128.


Refactor Task IDs and Attribute Values

Task IDs and attribute values can be refactored in TaskData. See bug 494568.

 

Back to the top