Skip to content

Commit ea3bb60

Browse files
authored
Use Cucumber Query to query messages (#31)
Extracted the Query object to https://github.com/cucumber/query/tree/main
1 parent f58c3cd commit ea3bb60

File tree

6 files changed

+27
-367
lines changed

6 files changed

+27
-367
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Changed
10+
- Extracted common code to [Cucumber Query](https://github.com/cucumber/query/tree/main) ([#31](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/31), M.P. Korstanje)
911

1012
## [0.3.0] - 2024-03-23
1113
### Added

java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<artifactId>messages</artifactId>
5454
<version>[24.0.0,25.0.0)</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>io.cucumber</groupId>
58+
<artifactId>query</artifactId>
59+
<version>[12.1.1,13.0.0)</version>
60+
</dependency>
5661

5762
<dependency>
5863
<groupId>com.fasterxml.jackson.core</groupId>

java/src/main/java/io/cucumber/junitxmlformatter/GherkinAstNodes.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

java/src/main/java/io/cucumber/junitxmlformatter/Query.java

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)