when migrating from spring 6.1.5 to spring 6.2.3 I noticed in the RestClient interface that the the exchange method is now nullable. link to docs
How could you end up in a situation where Restclient returns null? Is the correct pattern now to have a default response when null is returned?