The JRedmine team is pleased to announce the jredmine-1.4 release! JRedmine is a java redmine client. Documentation of the project can be found here: http://maven-site.nuiton.org/jredmine What's new in this version -------------------------- This version offers some nice improvements from the version 1.3: o JRedmine works now with even if there is some plugins (dmsf, backlog) which alter redmine object structure (see #2039) o JRedmine works now also with redmine 2.x (see #2330) o improve tests design o add some its to check everything working fine with different versions of redmine, tested with: o redmine 1.3.2 o redmine 1.4.4 o redmine 2.0.4 o redmine 2.1.2 Which rails plugin to use ? --------------------------- Due to #2330, there is now two rails plugins, one for redmine 1.x and one for redmine 2.x. Use the dedicated one, see http://maven-site.nuiton.org/jredmine/jredmine-client/index.html See also download section of this mail to get the correct rails plugin. And the future ? ---------------- We'd like for version 2.0 (see #2024) to use directly REST API of Redmine, but there is still a long way to achieve this. We will try to works with Jean-Philip to make this dream true :) If it is possible (?) Other stuff to do soon: o implements more actions to redmine server (delete actions, create issues,...) o rethink api to make possible to use different redmine version as backend o add english documentation (need translators) o and much-much more... So any volunteers are welcome to help us, we need you ;) Changes ------- Changes in this version include: New features: o Improve xpp3 reader api Issue: 2033. Thanks to Tony Chemit. Resolved by tchemit. o Use m-plugin-p 3 api Issue: 926. Thanks to Tony Chemit. Resolved by tchemit. o Make possible to use redmine service or any api without plexus container Issue: 2188. Thanks to Tony Chemit. Resolved by tchemit. o Improve RedmineService design Issue: 2189. Thanks to Tony Chemit. Resolved by tchemit. Fixed Bugs: o get_issue_times rest api does not work Issue: 2032. Thanks to Tony Chemit. Resolved by tchemit. o jredmine rest plugin should fix what to send out Issue: 2039. Thanks to Tony Chemit. Resolved by tchemit. o Maven test utilise les properties de test de la distribution Issue: 937. Resolved by tchemit. Changes: o Updates to doxia 1.3 Issue: 2326. Thanks to Tony Chemit. Resolved by tchemit. o Updates to m-changes-p 2.8 Issue: 2327. Thanks to Tony Chemit. Resolved by tchemit. o Updates to m-p-testing-harness 1.3 Issue: 2329. Thanks to Tony Chemit. Resolved by tchemit. o Updates to helper-m-p 1.5 Issue: 2034. Thanks to Tony Chemit. Resolved by tchemit. o Make jredmine plugins works with both redmine 1.x and 2.x Issue: 2330. Thanks to Tony Chemit. Resolved by tchemit. o Updates to mavenpom 3.3.8 Issue: 2187. Thanks to Tony Chemit. Resolved by tchemit. o Updates to plexus-utils 3.0.8 Issue: 2328. Thanks to Tony Chemit. Resolved by tchemit. Downloads --------- For a manual installation, you can download files here: http://nuiton.org/projects/jredmine/files * jredmine-client-1.4-deps.zip - http://nuiton.org/attachments/download/788 * jredmine-client-1.4-full.zip - http://nuiton.org/attachments/download/789 * jredmine_rails-1.x.zip - http://nuiton.org/attachments/download/790 * jredmine_rails-2.x.zip - http://nuiton.org/attachments/download/791 Maven artifacts --------------- Artifacts are deployed in Maven Central Repository http://repo1.maven.org/maven2/ Find us at * http://search.maven.org/#artifactdetails|org.nuiton|jredmine|1.4|jar Have fun! -JRedmine team