-
Notifications
You must be signed in to change notification settings - Fork 920
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
Add missing static constructors to ResponseEntity
#5954
Add missing static constructors to ResponseEntity
#5954
Conversation
532f864
to
65c4288
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks! 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Motivation:
This PR adds more static constructors to
ResponseEntity
to match those available in the deprecatedHttpResult
.Modifications:
HttpStatus
Void
return type with<T>
(breaking change)rxjava3
moduleResult:
ResponseEntity
can now be used the same way thatHttpResult
was used.