Skip to content

Commit 1c33961

Browse files
committed
Update changelog w.r.t cucumber#1389
1 parent c651e0a commit 1c33961

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
44
## [4.0.0-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v3.0.2...master) (In Git)
55

66
### Added
7+
* [Core] Support parallel execution of pickles ([#1389](https://github.com/cucumber/cucumber-jvm/pull/1389) Kiel Boatman, M.P. Korstanje)
8+
* When running with parallel support enabled all Plugins implementing `EventHandler`/`Formater` will receive events
9+
after execution has completed in `Event.CANONICAL_ORDER`.
10+
* Plugins implementations implementing `ConcurrentEventListener` will receive events in real time.
11+
* Plugins implementations are synchronized on and will not receive concurrent events.
12+
* Added the `--threads` commandline argument for the CLI.
13+
* When `--threads` is used with a value greater then 1 parallel support is enabled for the CLI.
14+
* JUnit/TestNG have parallel support enabled by default. Consult their respective documentation for parallel executions.
715
* [Spring] Add documentation for spring object factory ([#1405](https://github.com/cucumber/cucumber-jvm/pull/1405) Marit van Dijk)
816
* [Core] Add --wip option ([#1381](https://github.com/cucumber/cucumber-jvm/pull/1381) Heziode)
917
* [Core] Upgrade gherkin to 5.1.0 ([#1377](https://github.com/cucumber/cucumber-jvm/pull/1377) Aslak Hellesøy)

0 commit comments

Comments
 (0)