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

java: Implement Query object #39

Merged
merged 5 commits into from
Apr 5, 2024
Merged

java: Implement Query object #39

merged 5 commits into from
Apr 5, 2024

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Mar 29, 2024

🤔 What's changed?

Implements the query object for Java. Will be used by the JUnit XML Formatter and TestNG XML formatters and other Java plugins that switch to messages.

⚡️ What's your motivation?

Ultimately replace Cucumber-JVMs own plugin system a message based on. But this requires some tooling as messages are not easy to work with.

🏷️ What kind of change is this?

  • ⚡ New feature (non-breaking change which adds new behaviour)

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

@mpkorstanje mpkorstanje force-pushed the java-implement-query branch 5 times, most recently from d82bc5d to bb95b6e Compare April 4, 2024 20:21
@mpkorstanje mpkorstanje marked this pull request as ready for review April 5, 2024 02:34
@mpkorstanje mpkorstanje merged commit 359aa15 into main Apr 5, 2024
8 checks passed
@mpkorstanje mpkorstanje deleted the java-implement-query branch April 5, 2024 12:26
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.

1 participant