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

[Core] Deprecate the Formatter interface #1401

Closed
mpkorstanje opened this issue Jun 19, 2018 · 2 comments · Fixed by #1407
Closed

[Core] Deprecate the Formatter interface #1401

mpkorstanje opened this issue Jun 19, 2018 · 2 comments · Fixed by #1407
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@mpkorstanje
Copy link
Contributor

They formatter interface is a marker interface that used to inform Cucumber that the class implementing it was a plug-in that should be provided with events. This functionality has since fallen apart into Plugin and EventListener.

All usages of Formatter can be replaced with Plugin and EventListener. The class itself can be deprecated.

@mpkorstanje mpkorstanje added the good first issue Good for newcomers label Jun 19, 2018
@aslakhellesoy
Copy link
Contributor

Sounds good. There will be a lot of breaking changes when we integrate cucumber/common#416. I suggest we remove it then.

@mpkorstanje mpkorstanje added this to the 4.0.0 milestone Jun 20, 2018
@mpkorstanje mpkorstanje mentioned this issue Jun 29, 2018
6 tasks
@mpkorstanje mpkorstanje changed the title Deprecate the Formatter interface [Core] Deprecate the Formatter interface Jun 29, 2018
@mlvandijk mlvandijk self-assigned this Jul 13, 2018
mpkorstanje pushed a commit that referenced this issue Jul 27, 2018
@lock
Copy link

lock bot commented Jul 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants