Skip to content

Releases: Codearte/accurest-maven-plugin

v0.5.3

16 Apr 07:48
Compare
Choose a tag to compare

Deprecate generateStubs, use convert instead.

v0.5.2

16 Apr 07:50
Compare
Choose a tag to compare

Allow to run wiremocks stubs from current directory, to run accurest contract directly use

mvn accurest:convert accurest:run

v0.5.1

16 Apr 07:52
Compare
Choose a tag to compare

Added stub runner - download and run stubs from remote repository

mvn accurest:run -stubs="groupId:artifactId"

v0.5.0

06 Apr 16:06
Compare
Choose a tag to compare

Introduced AccuREST Runner

mvn accurest:run

v0.4

05 Apr 17:58
Compare
Choose a tag to compare

Accurest updated to 1.0.4

0.2

02 Apr 21:31
Compare
Choose a tag to compare
0.2
  • Revert to generateTests instead of two goals.
  • Fixed baseClassForTests
  • Added ruleClassForTests and nameSuffixForTests parameter.

0.1.1

02 Apr 16:08
Compare
Choose a tag to compare

Added support for short form standalone conversion execution:

mvn accurest:convert

0.1.0

02 Apr 16:09
Compare
Choose a tag to compare

Added separate goals generating spock and junit verification code:

Goals:

  • generateSpecs - Groovy Spock Specification
  • generateTests - Java JUnit Tests