cucumber-attic / gherkin

Cross platform parser for the Gherkin language. Used by Cucumber to parse .feature files.
252 stars 126 forks source link

(Java) Make the jar a bundle to support execution in OSGi containers. #221

Closed brasmusson closed 8 years ago

brasmusson commented 8 years ago

With https://github.com/cucumber/gherkin2/pull/166 and https://github.com/cucumber/cucumber-jvm/pull/873 support to execute Cucumber-JVM in OSGi containers was added. To not lose that ability when upgrading Cucumber-JVM to use Gherkin v4, the Gherkin jar need to be built as an OSGi bundle.