Skip to content

Commit 2ceada0

Browse files
committed
Prepare release v7.10.0
Created-by: polyglot-release v1.3.0
1 parent 5d0ee70 commit 2ceada0

File tree

36 files changed

+67
-66
lines changed

36 files changed

+67
-66
lines changed

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ 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+
14+
## [7.10.0] - 2022-12-11
1315
### Added
1416
- Enabled reproducible builds ([#2641](https://github.com/cucumber/cucumber-jvm/issues/2641) Hervé Boutemy )
1517
- [Core] Mark Allure 5 and 6 plugins as incompatible ([#2652](https://github.com/cucumber/cucumber-jvm/issues/2652) M.P. Korstanje)
1618
- [Spring] Invoke all `TestContextManager` methods ([#2661](https://github.com/cucumber/cucumber-jvm/pull/2661) M.P. Korstanje)
1719

18-
### Fixed
19-
- [Core] Emit exceptions on failure to handle test run finished events ([#2651](https://github.com/cucumber/cucumber-jvm/issues/2651) M.P. Korstanje)
20-
- [Spring] @MockBean annotation not working with JUnit5 ([#2654](https://github.com/cucumber/cucumber-jvm/pull/2654) Alexander Kirilov, M.P. Korstanje)
21-
- [Core] Improve expression creation performance ([cucumber-expressions/#187](https://github.com/cucumber/cucumber-expressions/pull/187), [cucumber-expressions/#189](https://github.com/cucumber/cucumber-expressions/pull/189), jkrongegg)
22-
2320
### Changed
2421
- [TestNG] Update dependency org.testng:testng to v7.7.0
2522

26-
### Deprecated
23+
### Deprecated
2724
- [DeltaSpike] Deprecated Deltaspike - does not work on Java 17.
2825

29-
## [7.9.0] - 2022-11-01
30-
### Changed
31-
- [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.
26+
### Fixed
27+
- [Core] Emit exceptions on failure to handle test run finished events ([#2651](https://github.com/cucumber/cucumber-jvm/issues/2651) M.P. Korstanje)
28+
- [Spring] @MockBean annotation not working with JUnit5 ([#2654](https://github.com/cucumber/cucumber-jvm/pull/2654) Alexander Kirilov, M.P. Korstanje)
29+
- [Core] Improve expression creation performance ([cucumber-expressions/#187](https://github.com/cucumber/cucumber-expressions/pull/187), [cucumber-expressions/#189](https://github.com/cucumber/cucumber-expressions/pull/189), jkrongegg)
3230

31+
## [7.9.0] - 2022-11-01
3332
### Added
3433
- [Spring] Support @CucumberContextConfiguration as a meta-annotation ([#2491](https://github.com/cucumber/cucumber-jvm/issues/2491) Michael Schlatt)
3534

3635
### Changed
36+
- [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.
3737
- [Core] Update dependency io.cucumber:gherkin to v24.1
3838
- [Core] Delegate encoding and BOM handling to gherkin ([#2624](https://github.com/cucumber/cucumber-jvm/issues/2624) M.P. Korstanje)
3939

@@ -200,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200200
- [Weld] Removed `cucumber-weld` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
201201
- [Needle] Removed `cucumber-needled` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
202202

203-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.9.0...main
203+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.0...main
204+
[7.10.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.9.0...main
204205
[7.9.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.8.1...main
205206
[7.8.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.8.0...main
206207
[7.8.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.7.0...main

compatibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>cucumber-jvm</artifactId>
66
<groupId>io.cucumber</groupId>
7-
<version>7.10.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

cucumber-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.cucumber</groupId>
88
<artifactId>cucumber-jvm</artifactId>
9-
<version>7.10.0-SNAPSHOT</version>
9+
<version>7.10.0</version>
1010
</parent>
1111

1212
<artifactId>cucumber-archetype</artifactId>

cucumber-bom/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>7.10.0-SNAPSHOT</version>
6+
<version>7.10.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>
@@ -55,97 +55,97 @@
5555
<dependency>
5656
<groupId>io.cucumber</groupId>
5757
<artifactId>cucumber-cdi2</artifactId>
58-
<version>7.10.0-SNAPSHOT</version>
58+
<version>7.10.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.cucumber</groupId>
6262
<artifactId>cucumber-core</artifactId>
63-
<version>7.10.0-SNAPSHOT</version>
63+
<version>7.10.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>io.cucumber</groupId>
6767
<artifactId>datatable</artifactId>
68-
<version>7.10.0-SNAPSHOT</version>
68+
<version>7.10.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.cucumber</groupId>
7272
<artifactId>datatable-matchers</artifactId>
73-
<version>7.10.0-SNAPSHOT</version>
73+
<version>7.10.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>io.cucumber</groupId>
7777
<artifactId>cucumber-deltaspike</artifactId>
78-
<version>7.10.0-SNAPSHOT</version>
78+
<version>7.10.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>io.cucumber</groupId>
8282
<artifactId>docstring</artifactId>
83-
<version>7.10.0-SNAPSHOT</version>
83+
<version>7.10.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>io.cucumber</groupId>
8787
<artifactId>cucumber-gherkin</artifactId>
88-
<version>7.10.0-SNAPSHOT</version>
88+
<version>7.10.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>io.cucumber</groupId>
9292
<artifactId>cucumber-gherkin-messages</artifactId>
93-
<version>7.10.0-SNAPSHOT</version>
93+
<version>7.10.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>io.cucumber</groupId>
9797
<artifactId>cucumber-guice</artifactId>
98-
<version>7.10.0-SNAPSHOT</version>
98+
<version>7.10.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.cucumber</groupId>
102102
<artifactId>cucumber-jakarta-cdi</artifactId>
103-
<version>7.10.0-SNAPSHOT</version>
103+
<version>7.10.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>io.cucumber</groupId>
107107
<artifactId>cucumber-java</artifactId>
108-
<version>7.10.0-SNAPSHOT</version>
108+
<version>7.10.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>io.cucumber</groupId>
112112
<artifactId>cucumber-java8</artifactId>
113-
<version>7.10.0-SNAPSHOT</version>
113+
<version>7.10.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>io.cucumber</groupId>
117117
<artifactId>cucumber-junit</artifactId>
118-
<version>7.10.0-SNAPSHOT</version>
118+
<version>7.10.0</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>io.cucumber</groupId>
122122
<artifactId>cucumber-junit-platform-engine</artifactId>
123-
<version>7.10.0-SNAPSHOT</version>
123+
<version>7.10.0</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>io.cucumber</groupId>
127127
<artifactId>cucumber-openejb</artifactId>
128-
<version>7.10.0-SNAPSHOT</version>
128+
<version>7.10.0</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>io.cucumber</groupId>
132132
<artifactId>cucumber-picocontainer</artifactId>
133-
<version>7.10.0-SNAPSHOT</version>
133+
<version>7.10.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>io.cucumber</groupId>
137137
<artifactId>cucumber-plugin</artifactId>
138-
<version>7.10.0-SNAPSHOT</version>
138+
<version>7.10.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>io.cucumber</groupId>
142142
<artifactId>cucumber-spring</artifactId>
143-
<version>7.10.0-SNAPSHOT</version>
143+
<version>7.10.0</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>io.cucumber</groupId>
147147
<artifactId>cucumber-testng</artifactId>
148-
<version>7.10.0-SNAPSHOT</version>
148+
<version>7.10.0</version>
149149
</dependency>
150150
</dependencies>
151151
</dependencyManagement>

cucumber-cdi2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.cucumber</groupId>
1616
<artifactId>cucumber-jvm</artifactId>
17-
<version>7.10.0-SNAPSHOT</version>
17+
<version>7.10.0</version>
1818
</parent>
1919

2020
<artifactId>cucumber-cdi2</artifactId>

cucumber-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.10.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88
</parent>
99

1010
<artifactId>cucumber-core</artifactId>

cucumber-deltaspike/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.10.0-SNAPSHOT</version>
8+
<version>7.10.0</version>
99
</parent>
1010

1111
<artifactId>cucumber-deltaspike</artifactId>

cucumber-gherkin-messages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.10.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88
</parent>
99

1010
<properties>

cucumber-gherkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.10.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88
</parent>
99

1010
<properties>

cucumber-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.10.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)