Skip to content

Commit 7527153

Browse files
committed
[Deltaspike] Deprecated Deltaspike
Deltaspike does not work on Java 17. Closes: #2650
1 parent 3bb2c57 commit 7527153

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
## Fixed
1919
- [Core] Emit exceptions on failure to handle test run finished events ([2651](https://github.com/cucumber/cucumber-jvm/issues/2651) M.P. Korstanje)
2020

21+
## Deprecated
22+
- [DeltaSpike] Deprecated Deltaspike - does not work on Java 17.
23+
2124
## [7.9.0] - 2022-11-01
2225
### Changed
2326
- [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.

cucumber-deltaspike/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>cucumber-deltaspike</artifactId>
1212
<packaging>jar</packaging>
13-
<name>Cucumber-JVM: DeltaSpike</name>
13+
<name>Cucumber-JVM: DeltaSpike - Deprecated</name>
1414

1515
<properties>
1616
<apiguardian-api.version>1.1.2</apiguardian-api.version>

0 commit comments

Comments
 (0)