belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Support new Spring RestClient API #74

Closed jpraet closed 2 months ago

jpraet commented 2 months ago

Spring Boot 3.2 / Spring Framework 6.1 introduced a new RestClient API.

Now that we have dedicated modules for Spring Boot 2.x vs Spring Boot 3.x (#73), support could be added for this API.