Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The plugin client library is distributed in the form of a Jar file. You simply download the file using the link below and add it to the classpath of your tests. 

Jarpom.xmlUber JarCompatibilityVersion Notes

java-client-1.6.7.jar

Status
colourGreen
titlelatest

pom_1.6.7.xmljava-client-1.6.7-uber.jar
  • ability to specify socket timeout period for REST calls

java-client-1.6.6.jar

pom_1.6.6.xmljava-client-1.6.6-uber.jar
  • fix for duplicate reporting of scenarios with examples
  • improved scenario examples reporting

java-client-1.6.5.jar

pom_1.6.5.xmljava-client-1.6.5-uber.jar
  • fix for project keys with numbers

java-client-1.6.4.jar

pom_1.6.4.xmljava-client-1.6.4-uber.jar
  • fix for using issue filter parameters
java-client-1.6.3.jarpom_1.6.3.xmljava-client-1.6.3-uber.jar
  • fix for reporting the underlying error message returned from Jira plugin in case of Rest call issues
  • BUG: not possible to use any issue filter parameters

java-client-1.6.2.jar

pom_1.6.2.xml

  • minor update for compatibility with jbehave-core 4.7 version
pom_1.6.0.xml
Jira plugin minimum version - 4.0.0
JBehave core minimum version - 4.7
  • jbehave-core dependency upgraded to version 4.7
java-client-1.1.5.jar pom_1.1.5.xml

  • supports OAuth 1.0a 
java-client-1.1.4.jar  



java-client-1.1.3.jar  



java-client-1.1.2.jar  



java-client-1.1.1.jar  



java-client-1.0.1.jar



Maven Users

If you are using maven then you can install the downloaded file into your local repository with the help of maven's install plugin using a command like the one below:

...