Closed as not planned
Closed as not planned
Description
One of the cases in #32338 relates to MockRestServiceServer
setting a mock request factory on RestClient.Builder
. If that same builder is then passed into an application component that wants to customize the request factory (related to production), it ends up replacing the mock request factory.
It's reasonable to assume that if a RestClient.Builder
is passed into MockRestServiceServer
then the changes to the request factory should stick, and any further changes can be a no-op.