Closed
Description
Spring Framework 6.0 introduces declarative HTTP clients. We should add some auto-configuration in Boot which supplies for example the HttpServiceProxyFactory
.
We could even think about an annotation with which the HTTP interface can be annotated and then directly injected into a consumer (like @FeignClient
).