Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx compatibility for cucumber java plugin #2328

Conversation

ericdriggs
Copy link

Description

Reverts refactor of @when annotation to support cucumber java plugin so that all step definitions are not treated as warnings.

Until this is addressed, I'll need to maintain a fork for our use since we have finite karate plugin licenses and we need a java debugger.

All that would be needed for users to use cucumber java plugin would be to add jar dependency to their own project
<dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-java</artifactId> <version>1.2.5</version> <exclusions> <exclusion> <groupId>info.cukes</groupId> <artifactId>cucumber-html</artifactId> </exclusion> <exclusion> <groupId>info.cukes</groupId> <artifactId>cucumber-jvm-deps</artifactId> </exclusion> <exclusion> <groupId>info.cukes</groupId> <artifactId>gherkin</artifactId> </exclusion> </exclusions> </dependency>

@ptrthomas
Copy link
Member

closing as wontfix, refer: #2214

@ptrthomas ptrthomas closed this May 31, 2023
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.

None yet

2 participants