Skip to content

Conversation

@laeubi
Copy link
Contributor

@laeubi laeubi commented Sep 27, 2025

Fix #544
Fix #478

@laeubi laeubi merged commit 7f61456 into cucumber:main Sep 27, 2025
1 check passed
version: ${version_cleanup;${mvnVersion}}
Bundle-SymbolicName: ${mvnGroupId}.${mvnArtifactId}
Bundle-Version: ${version}
Import-Package: !sun.*,io.cucumber.messages.internal.com.google.gson*,!io.cucumber.messages.internal.*,!org.checkerframework.*,*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think cucumber.messages.internal still exists.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mpkorstanje year this is maybe not required anymore and is a bit cumbersome to manage anyways. Because of that I would suggest adding the data in cucumber directly as with:

this is much more appropriate and consistent.

Copy link
Contributor

@mpkorstanje mpkorstanje Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem with these definitions is that it they're equally cumbersome if kept with the project itself. Problems exclusively show up at runtime. In this case it is harmless, but forgetting to expose a package would break that module.

But lets keep that discussion in github.com/cucumber/gherkin-utils/pull/131. Consider this FYI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mpkorstanje in this case superfluous instructions simply do not taken into account but of course to not add to the clarity. So we can see this more as no one ever noticed this has gone :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Where is the pretty format ? Ctrl+Shift+F do not work

2 participants