Skip to content

Commit bd8382c

Browse files
authored
Fix NPE for optional arguments when using the Cucumber JSON Formatter (#3060)
Fixes: #3059 by cucumber/cucumber-json-formatter#7
1 parent b327b36 commit bd8382c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
## [Unreleased]
13+
### Fixed
14+
- [Core] Fix NPE for optional arguments when using the Cucumber JSON Formatter ([cucumber-json-formatter/#7](https://github.com/cucumber/cucumber-json-formatter/pull/7), [#3060](https://github.com/cucumber/cucumber-jvm/pull/3060) M.P. Korstanje)
1315

1416
## [7.28.0] - 2025-09-01
1517
### Added
@@ -19,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
- [JUnit Platform Engine] Support rerun files ([#3057](https://github.com/cucumber/cucumber-jvm/pull/3057) M.P. Korstanje)
2022

2123
### Changed
22-
- [Core] Use a [message based Cucumber JSON Formatter](https://github.com/cucumber/cucumber-json-formatter) ([##2888](https://github.com/cucumber/cucumber-jvm/pull/#2888) M.P. Korstanje)
24+
- [Core] Use a [message based Cucumber JSON Formatter](https://github.com/cucumber/cucumber-json-formatter) ([#2888](https://github.com/cucumber/cucumber-jvm/pull/#2888) M.P. Korstanje)
2325

2426
### Deprecated
2527
- [Core] Deprecate `--i18n` options ([#3053](https://github.com/cucumber/cucumber-jvm/pull/3053) M.P. Korstanje)

cucumber-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<ci-environment.version>10.0.1</ci-environment.version>
1717
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
18-
<cucumber-json-formatter.version>0.1.1</cucumber-json-formatter.version>
18+
<cucumber-json-formatter.version>0.1.2</cucumber-json-formatter.version>
1919
<gherkin.version>34.0.0</gherkin.version>
2020
<html-formatter.version>21.13.0</html-formatter.version>
2121
<junit-xml-formatter.version>0.8.1</junit-xml-formatter.version>

0 commit comments

Comments
 (0)