Ben Hale

Results 38 comments of Ben Hale

Post SpringOne, reach out to me and we can design this experience.

Just wanted to chime in and mention that my original prototype/demonstration client layer, `r2dbc-client` was designed based on Jdbi's APIs and ethos. If you do choose to investigate further, I...

I can confirm that this is still ongoing.

Thanks for the pointer @dkoper.

This won't be done to the V1 plugin, but will be included in the V2 plugins.

Yeah, we’ve never really had a request for this and so we haven’t yet implemented it. We’ll put it on the list for an upcoming release.

Can you give an example of extension and mocking that you're trying to do where the `TokenProvider` interface isn't sufficient? The class is designed for extension and locks down certain...

The `DefaultConnectionContext` doesn't make use of any thread pools, but rather provides those pools to [Reactor](https://projectreactor.io) for its internal non-blocking execution needs. The documentation [does provide](https://github.com/cloudfoundry/cf-java-client#cloudfoundryclient-dopplerclient-uaaclient-builders) some documentation > The...