Open-source Saturday: Redmine Java API 1.7.0 release

We have released Redmine Java API 1.7.0 with several new features and better support for Redmine 1.3.0.

Redmine development is going full speed and its remote interface is changed often. Reliable support for all possible Redmine versions in every Java API release is theoretically possible, but very expensive (let's say - too expensive for a free library).
Given that upgrade to Redmine 1.3.0 is pretty simple, the new Redmine Java API 1.7.0 release is tested with Redmine 1.3.0 only and will not support older Redmine versions due to changes in "issue relations" format introduced in Redmine 1.3.0.

Please contact us if you need support for some specific Redmine version: we can do this for a fee.
Although we strongly recommend upgrading your Redmine to version 1.3.0: it has much better remote API and a lot of bugs fixed.


Java API version Tested with Redmine Supports Redmine
1.6.0 1.2.2 1.1.0-1.3.0
1.6.1 1.2.2, 1.3.0 1.1.0-1.3.0
1.7.0 1.3.0 1.3.0+


Full changes list in Redmine Java API 1.7.0: