Closed aun-wise closed 4 months ago
This is the final PR to migrate openbanking-client to use WebClient from RestTemplate. This PR bumps the library version to 21.0.0
WebClient
RestTemplate
21.0.0
Changes to return Mono type so that the client can use .block() by themselves will be separated into another version.
Mono
.block()
Async
Rest
Context
This is the final PR to migrate openbanking-client to use
WebClient
fromRestTemplate
. This PR bumps the library version to21.0.0
Changes to return
Mono
type so that the client can use.block()
by themselves will be separated into another version.Changes
21.0.0
Async
back toRest