Releases: authorjapps/zerocode
zerocode-tdd-parent-1.3.31
1.3.29
- Issues List-
- fix: update snappy-java for m1 support
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.29</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.29'
Other Maven artifact link:
https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.29/jar
Visit README for documentation and more details.
zerocode-tdd-parent-1.3.28
- Issues resolved
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.28</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.28'
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.28/jar
Visit README for more details.
zerocode-tdd-parent-1.3.27
- Issues List-
- initialPollWaitingForConsumerGroupJoin time should be configurable #462
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.27</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.27'
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.27/jar
Visit README for more details.
zerocode-tdd-parent-1.3.26
- Issues List-
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.26</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.26'
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.26/jar
Visit README for more details.
zerocode-tdd-parent-1.3.25
- Fixed issues
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.25</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.25'
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.25/jar
Visit README for more details.
zerocode-tdd-parent-1.3.24
- Issues List-
Maven:
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.24</version>
</dependency>
Gradle:
implementation 'org.jsmart:zerocode-tdd:1.3.24'
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.24/jar
Visit README for more details.
zerocode-tdd-parent-1.3.23
- Issues/Features List
- #407 (Hover mouse to see the details)
- #410 (Hover mouse to see the details)
@@authoname
is deprecated, use@authorname
#category
introduced to add regression category for the scenario. Currently one category per scenario supported.
- Kafka Retry mechanism code enhanced and made accurate to intercept messages from a Kafka topic and partition
- You might need to poll for slightly longer miliseconds if any existing tests fail
- e.g.
consumer.pollingTime = 5000
instead ofconsumer.pollingTime = 3000
and/or consumer.maxNoOfRetryPollsOrTimeouts = 3
instead ofconsumer.maxNoOfRetryPollsOrTimeouts = 2
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.23</version>
</dependency>
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.23/jar
Visit README for more details.
zerocode-tdd-parent-1.3.22
- Issue List
- Reverted #405
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.22</version>
</dependency>
Maven artifact Jar link: https://repo1.maven.org/maven2/org/jsmart/zerocode-tdd/1.3.22/
Visit README for more details.
zerocode-tdd-parent-1.3.21
- Issue List
Note:
This change has been reverted in v 1.3.22
due to bad user experience.
Recommended not to use v 1.3.21
release.
Hence use v 1.3.22
or higher.
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.21</version>
</dependency>
Artifact jar files are available here:
https://oss.sonatype.org/content/repositories/orgjsmart-1084/org/jsmart/
Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.21/jar
Visit README for more details.