Skip to content

Commit 12b3a53

Browse files
committed
Update datatable.version to v3.5.0
1 parent 4d9be09 commit 12b3a53

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased] (In Git)
99

1010
### Added
11-
* [Core] Define CLI arguments as static variables instead of hardcoded strings ([2130](https://github.com/cucumber/cucumber-jvm/pull/2130) Quang Lê)
11+
* [Core] Define CLI arguments as static variables instead of hardcoded strings ([#2130](https://github.com/cucumber/cucumber-jvm/pull/2130) Quang Lê)
12+
* [Core] Support for `Optional<T>` in data tables ([cucumber/#1182](https://github.com/cucumber/cucumber/pull/1182) Anton Derabin)
1213

1314
### Changed
1415

@@ -17,30 +18,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1718
### Removed
1819

1920
### Fixed
20-
2121
* [Core] Validation of `CUCUMBER_PUBLISH_TOKEN` no longer happens inside Cucumber-JVM - only on the server.
22-
([2123](https://github.com/cucumber/cucumber-jvm/pull/2123)
23-
[2122](https://github.com/cucumber/cucumber-jvm/issues/2122)
22+
([#2123](https://github.com/cucumber/cucumber-jvm/pull/2123)
23+
[#2122](https://github.com/cucumber/cucumber-jvm/issues/2122)
2424
Aslak Hellesøy)
2525

2626
## [6.7.0] (2020-09-14)
2727

2828
### Added
29-
* [JUnit Platform] Support discovery selectors with FilePosition ([2121](https://github.com/cucumber/cucumber-jvm/pull/2121) M.P. Korstanje)
29+
* [JUnit Platform] Support discovery selectors with FilePosition ([#2121](https://github.com/cucumber/cucumber-jvm/pull/2121) M.P. Korstanje)
3030

3131
### Changed
3232
* [JUnit Platform] Update dependency org.junit.platform:junit-platform-engine to v1.7.0
3333

3434
## [6.6.1] (2020-09-08)
3535

3636
### Fixed
37-
* [Core] CucumberOptions default snippet type should not override properties ([2107](https://github.com/cucumber/cucumber-jvm/pull/2107) M.P. Korstanje)
38-
* [Core] Replace parentFile.makeDirs with Files.createDirectories(parentFile) ([2104](https://github.com/cucumber/cucumber-jvm/pull/2104) M.P. Korstanje)
39-
* [Core] Separate run, dry-run and skip execution modes ([2102](https://github.com/cucumber/cucumber-jvm/pull/2109), [2102](https://github.com/cucumber/cucumber-jvm/pull/2109) M.P. Korstanje)
37+
* [Core] CucumberOptions default snippet type should not override properties ([#2107](https://github.com/cucumber/cucumber-jvm/pull/2107) M.P. Korstanje)
38+
* [Core] Replace parentFile.makeDirs with Files.createDirectories(parentFile) ([#2104](https://github.com/cucumber/cucumber-jvm/pull/2104) M.P. Korstanje)
39+
* [Core] Separate run, dry-run and skip execution modes ([#2102](https://github.com/cucumber/cucumber-jvm/pull/2109), [#2102](https://github.com/cucumber/cucumber-jvm/pull/2109) M.P. Korstanje)
4040
* Fixes `--dry-run` not failing on undefined steps
4141

4242
### Security
43-
* [Core] Update `create-meta` to 2.0.2 to avoid sharing credentials ([2110](https://github.com/cucumber/cucumber-jvm/pull/2110) vincent-psarga)
43+
* [Core] Update `create-meta` to 2.0.2 to avoid sharing credentials ([#2110](https://github.com/cucumber/cucumber-jvm/pull/2110) vincent-psarga)
4444

4545
## [6.6.0] (2020-08-26)
4646

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<!-- io.cucumber dependencies -->
2626
<cucumber-expressions.version>10.3.0</cucumber-expressions.version>
27-
<datatable.version>3.4.0</datatable.version>
27+
<datatable.version>3.5.0</datatable.version>
2828
<create-meta.version>2.0.2</create-meta.version>
2929
<tag-expressions.version>3.0.0</tag-expressions.version>
3030
<!-- Whenever messages is updated run `make update-cck` -->
@@ -574,6 +574,12 @@
574574
<new>method boolean io.cucumber.core.options.CucumberOptionsAnnotationParser.CucumberOptions::publish()</new>
575575
<justification>Internal API</justification>
576576
</item>
577+
<item>
578+
<code>java.method.visibilityReduced</code>
579+
<old>method boolean io.cucumber.datatable.DataTableType::isReplaceable()</old>
580+
<old>method boolean io.cucumber.datatable.DataTableType::isReplaceable()</old>
581+
<justification>Internal API</justification>
582+
</item>
577583
<!-- Gherkin parser related -->
578584
<item>
579585
<code>java.class.nonPublicPartOfAPI</code>

0 commit comments

Comments
 (0)