kkondratov
kkondratov
@sjohnr Thank you for clarifying that the intent of the existing class was keeping it closed off for extension. Indeed the current implementation `AbstractWebClientReactiveOAuth2AccessTokenResponseClient` contains a large boilerplate which can...
@sjohnr I'd be happy and interested in submitting a PR. Will need to read up on the guidelines and the procedure regarding the spring projects.
@chemicL it might be possible to make create a little less objects (yes certain lambda invocations will most likely create objects, but not all). ```diff diff --git a/reactor-core-micrometer/src/main/java/reactor/core/observability/micrometer/TimedScheduler.java b/reactor-core-micrometer/src/main/java/reactor/core/observability/micrometer/TimedScheduler.java ---...
@chemicL going away from the previously mentioned approach i've created a PR to address the issue with some modifications to **not** introduce extra objects on the stack but rather delegate...