transferwise / openbanking-client

Java client for using the UK Open Banking API
Other
15 stars 14 forks source link

[EUPAY-1439]: replace RestTemplate with WebClient for RestRegistrationClient and RestOAuthClient #253

Closed aun-wise closed 5 months ago

aun-wise commented 5 months ago

Context

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.

Changes