Redmine Java API 1.10 release

22 views
Skip to first unread message

Alexey Skor

unread,
May 16, 2012, 9:37:05 PM5/16/12
to redmine-ja...@googlegroups.com, Maxim Karvonen, dev
Significant changes:
1. Exception handling changes are not backward compatible. See https://github.com/redminedev/redmine-java-api/wiki/Migration-Guide
2. The library is now using JSON instead of XML when communicating with Redmine. Please replace Castor XML dependency with this one in your projects:
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
            <version>20090211</version>
        </dependency>


--
Alex

Alexey Skor

unread,
May 16, 2012, 11:09:38 PM5/16/12
to redmine-ja...@googlegroups.com, Maxim Karvonen, dev
correction: you can delete all Redmine Java API dependencies (Json, HttpClient) from your projects. they will be retrieved by Maven automatically.
--
Alex

Javier Rubio Larred

unread,
May 18, 2012, 5:34:37 AM5/18/12
to redmine-ja...@googlegroups.com, Maxim Karvonen, dev
Hello Alex,

Is the release 1.10 already out? Where can I download it from? In maven repository the latest one is 1.9.1. Could you tell me from where?

Cheers

Alexey Skor

unread,
May 18, 2012, 1:10:13 PM5/18/12
to redmine-ja...@googlegroups.com, Maxim Karvonen, dev
Reply all
Reply to author
Forward
0 new messages