Closed aun-wise closed 5 months ago
We want to move away from RestTemplate as it’s blocking us to use tw-service-comms in pisp-service. To move away from RestTemplate, we will be using WebClient, a more modern and non-blocking library.
RestTemplate
tw-service-comms
pisp-service
WebClient
WireMock
RestRegistrationClient
RestOAuthClient
Context
We want to move away from
RestTemplate
as it’s blocking us to usetw-service-comms
inpisp-service
. To move away fromRestTemplate
, we will be usingWebClient
, a more modern and non-blocking library.Changes
WebClient
andWireMock
RestTemplate
withWebClient
- affecting:RestRegistrationClient
RestOAuthClient
WireMock