| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.4.0 source code.tar.gz | 2026-04-15 | 295.1 kB | |
| 1.4.0 source code.zip | 2026-04-15 | 859.2 kB | |
| README.md | 2026-04-15 | 2.4 kB | |
| Totals: 3 Items | 1.2 MB | 2 | |
:::xml
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
π Whatβs New in 1.4.0
This release improves CSV parameterization simplified, strengthens Java/JDK build compatibility, and includes small documentation updates.
β¨ Features & Enhancements
- CSV headers + named column references (BREAKING change): Added support for referencing CSV columns by header name (e.g.
${PARAM.columnName}) and replaced deprecatedignoreHeaderwithwithHeaders.
Details: https://github.com/authorjapps/zerocode/pull/755 (Fixes https://github.com/authorjapps/zerocode/issues/743) β @IgnatiosSar (merged by @nirmalchandra)
π Infrastructure & Maintenance
- JDK compatibility / build config: Set
maven.compiler.releaseto8to keep compatibility across newer JDKs.
Details: https://github.com/authorjapps/zerocode/pull/751 (Closes https://github.com/authorjapps/zerocode/issues/750) β @nirmalchandra (merged by @nirmalchandra)
π Documentation
-
Migration Guide for breaking changes: - CI / Java version FAQ: Added FAQ documenting Java version + CI workflow build strategy. - Author: @IgnatiosSar
-
CI / Java version FAQ: Added FAQ documenting Java version + CI workflow build strategy.
Details: https://github.com/authorjapps/zerocode/pull/747 β @nirmalchandra - Deprecation note: Documented deprecation of
ignoreHeaderin README.
Details: https://github.com/authorjapps/zerocode/pull/756 β @nirmalchandra
PRs merged in this release (with authors & collaborators)
Included PRs (5):
- [#755] β https://github.com/authorjapps/zerocode/pull/755
- Author: @IgnatiosSar
- [#751] β https://github.com/authorjapps/zerocode/pull/751
- [#747] β https://github.com/authorjapps/zerocode/pull/747
- [#756] β https://github.com/authorjapps/zerocode/pull/756
- Author: @nirmalchandra
- [#757] β https://github.com/authorjapps/zerocode/pull/757
- Author: @authorjapps