Thomas Segismont

Results 402 comments of Thomas Segismont

@ctron would you like to contribute?

I consent https://www.eclipse.org/user/tsegismont Le lun. 30 mai 2022 à 21:13, stefanos ***@***.***> a écrit : > I consent > > — > Reply to this email directly, view it on...

The build fails because, when using JDK8, the classes of the Reactive Oracle Client cannot be read. Indeed, the module is built with JDK11: ```xml 11 ``` @vietj I know...

Thanks for tip. I'll give it a try when we work on 4.3

@vietj PTAL The second commit message gives some details about the changes

@vietj you piqued my curiosity :) Can you elaborate on a concrete use case you had in mind?

Thanks for the details. Indeed, great idea :)

@vietj I believe this one can be closed too, correct?

If calling `blockingScheduler(Vertx vertx, boolean ordered)` with `ordered` set to `false` does what you want, what is it you're missing exactly?

Thanks for the details. The purpose of `ordered=true` is to ensure that two tasks cannot be run concurrently (relatively to the Vert.x context). From this perspective, the implementation is fine,...