Sunday, August 8, 2010

RESTClient 2.3.2 Released

A major issue with the previous releases of RESTClient was that it was not accepting headers and parameters with identical keys. This has been fixed in the present version. This has been made possible because of the data-structures available in the WizTools.org Commons Lib project.

Downloads can be found in the usual location.

WizTools.org Commons Lib 0.2.0 Available in Maven Central Repository

WizTools.org Commons Lib 0.2.0 available in Maven Central Repository. To add as dependency:


<dependency>
<groupId>org.wiztools.commons</groupId>
<artifactId>wiztools-commons-lib</artifactId>
<version>0.2.0</version>
</dependency>