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

RestClient exchange methods are not nullable #33779

Closed
rstoyanchev opened this issue Oct 23, 2024 · 0 comments
Closed

RestClient exchange methods are not nullable #33779

rstoyanchev opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@rstoyanchev
Copy link
Contributor

The retrieve workflow, a shortcut for exchange, can end with null, but exchange itself is not declared as Nullable. There is no reason why an response cannot be exchanged for a null value.

@rstoyanchev rstoyanchev added in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug labels Oct 23, 2024
@rstoyanchev rstoyanchev added this to the 6.1.15 milestone Oct 23, 2024
@rstoyanchev rstoyanchev self-assigned this Oct 23, 2024
@rstoyanchev rstoyanchev changed the title Rest client exchange methods are not nullable RestClient exchange methods are not nullable Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant