Skip to content

Commit

Permalink
Prepare release v7.16.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Mar 21, 2024
1 parent 917dad6 commit ecb8c41
Show file tree
Hide file tree
Showing 36 changed files with 64 additions and 64 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Expand Up @@ -10,16 +10,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [7.16.0] - 2024-03-21
### Added
- [Core] Improved support for multiple classloaders in IncrementingUuidGenerator ([#2853](https://github.com/cucumber/cucumber-jvm/pull/2853) J. Kronegg)
- [Java] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))
- [JUnit Platform Engine] Improve the cucumber.features warning ([#2856](https://github.com/cucumber/cucumber-expressions/pull/2856) M.P. Korstanje)
- [JUnit Platform Engine] Improve Maven and Gradle compatibility ([#2832](https://github.com/cucumber/cucumber-jvm/pull/2832) M.P. Korstanje)

### Changed
- [TestNG] Update dependency org.testng:testng to v7.9.0
- [Core] Update dependency io.cucumber:tag-expressions to v6.1.0
- [Core] Update Messages and dependants ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Update dependency io.cucumber:gherkin to v27.0.0
- [Core] Update dependency io.cucumber:gherkin to v27.0.0
- [Core] Added Malayalam localization ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Added 'ed' to Italian ([#31](https://github.com/cucumber/gherkin/issues/160))
- [Core] Added Danish translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
Expand All @@ -33,18 +36,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Core] Missing execution steps statuses ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi)
- [Java] Parse negative numbers in Norwegian (and 59 other languages) ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))

## [7.15.0] - 2023-12-11
### Added
- [JUnit Platform Engine] Improve Maven and Gradle compatibility ([#2832](https://github.com/cucumber/cucumber-jvm/pull/2832) M.P. Korstanje)
- [Core] Support nested jar file systems (i.e. Spring Boot 3.2) ([#2830](https://github.com/cucumber/cucumber-jvm/pull/2830) M.P. Korstanje)

## [7.15.0] - 2023-12-11
### Changed
- [Core] Upgrade `vis-timeline` to v7.7.3

### Added
- [Core] Support nested jar file systems (i.e. Spring Boot 3.2) ([#2830](https://github.com/cucumber/cucumber-jvm/pull/2830) M.P. Korstanje)

## [7.14.1] - 2023-11-25

### Fixed
- [Guice] Inject static fields prior to before all hooks ([#2803](https://github.com/cucumber/cucumber-jvm/pull/2803) M.P. Korstanje)

Expand Down Expand Up @@ -302,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [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)
- [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)

[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.15.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.16.0...HEAD
[7.16.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.15.0...v7.16.0
[7.15.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.14.1...v7.15.0
[7.14.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.14.0...v7.14.1
[7.14.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.13.0...v7.14.0
Expand Down
2 changes: 1 addition & 1 deletion compatibility/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cucumber-jvm</artifactId>
<groupId>io.cucumber</groupId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-archetype/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-archetype</artifactId>
Expand Down
40 changes: 20 additions & 20 deletions cucumber-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cucumber-jvm</artifactId>
<groupId>io.cucumber</groupId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down Expand Up @@ -63,97 +63,97 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-cdi2</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-core</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>datatable</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>datatable-matchers</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-deltaspike</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>docstring</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-gherkin</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-gherkin-messages</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-guice</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jakarta-cdi</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java8</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit-platform-engine</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-openejb</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-picocontainer</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-plugin</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-spring</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-testng</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-cdi2/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-cdi2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-deltaspike/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-deltaspike</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-gherkin-messages/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-gherkin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-guice/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-jakarta-cdi/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-jakarta-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-jakarta-openejb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-jakarta-openejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-java/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-java8/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-junit-platform-engine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-junit-platform-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-junit/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-kotlin-java8/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-kotlin-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-openejb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-openejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-picocontainer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-picocontainer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-testng/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>cucumber-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatable-matchers/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>datatable-matchers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datatable/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>datatable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docstring/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cucumber-jvm</artifactId>
<groupId>io.cucumber</groupId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/calculator-java-cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>examples</artifactId>
<version>7.16.0-SNAPSHOT</version>
<version>7.16.0</version>
</parent>

<artifactId>calculator-java-cli</artifactId>
Expand Down

0 comments on commit ecb8c41

Please sign in to comment.