Skip to content

GH-615: Error Handler Evolution Part 1 #1869

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

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

garyrussell
Copy link
Contributor

Flatten GenericErrorHandler into a single interface.
Create an adapter for legacy error handlers.

See #615

Flatten `GenericErrorHandler` into a single interface.
Create an adapter for legacy error handlers.

See spring-projects#615
* sub-interfaces.
*
* @author Gary Russell
* @since 2.7.4
Copy link
Member

Choose a reason for hiding this comment

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

I'm confused a little bit: the issue says 3.0 Backlog, but looks like you even would like to back-port it to 2.7.x.
Although I may see your point: you want to introduce it now to deprecate and remove those gradually in the future versions.
What is you thought on the matter, please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops - sorry; I started this work a few weeks ago before I decided to make main 2.8.x.

I also want to make a few more changes to ease migration of the old error handlers.

@artembilan artembilan merged commit cd661dc into spring-projects:main Jul 15, 2021
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.

2 participants