@ImportHttpServices internally configures and creates a RestClient, and corresponding RestClient.Builder is seemingly not exposed anywhere. This makes it difficult to distinguish builders in MockServerRestClientCustomizer to access the necessary MockRestServiceServer.
Could you consider adding a new RestClientHttpServiceGroupConfigurer with the similar functionality as in MockServerRestClientCustomizer that will provide a MockRestServiceServer for each HttpServiceGroup?
Spring Boot 4.0.6
@ImportHttpServicesinternally configures and creates aRestClient, and correspondingRestClient.Builderis seemingly not exposed anywhere. This makes it difficult to distinguish builders in MockServerRestClientCustomizer to access the necessaryMockRestServiceServer.Could you consider adding a new RestClientHttpServiceGroupConfigurer with the similar functionality as in
MockServerRestClientCustomizerthat will provide a MockRestServiceServer for each HttpServiceGroup?Spring Boot 4.0.6