Skip to content

Commit daad14c

Browse files
timtebeekmpkorstanje
authored andcommitted
Hint at how to adopt io.cucumber package changes (#1737)
Add a note to the changelog on how to adopt the io.cucumber package changes.
1 parent 99647ff commit daad14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
1818
* [All] New package structure ([#1445](https://github.com/cucumber/cucumber-jvm/pull/1445), [#1448](https://github.com/cucumber/cucumber-jvm/issues/1448), [#1449](https://github.com/cucumber/cucumber-jvm/pull/1449) M.P. Korstanje)
1919
- Adds `Automatic-Module-Name` to each module
2020
- Roots packages in `io.cucumber.<module>`
21+
- Use `find . -name '*.java' -exec sed -i 's/import cucumber.api/import io.cucumber/g' {} \; -exec sed -i 's/cucumber.CucumberOptions/cucumber.junit.CucumberOptions/g' {} \;` to adopt 90% of the new package structure
2122
- Use @API Guardian annotations to mark the public API ([#1536](https://github.com/cucumber/cucumber-jvm/issues/1536) M.P. Korstanje)
2223
* [All] Compile using source and target level 8 ([#1611](https://github.com/cucumber/cucumber-jvm/issues/1611) M.P. Korstanje)
2324
* [Java8] Remove `cucumber-java8` dependency on `cucumber-java`

0 commit comments

Comments
 (0)