Sébastien Deleuze

Results 487 comments of Sébastien Deleuze

`2.16.x` looks like a good target and let us the time to experiment on Spring side.

Be aware there are a bunch of Coroutines context issues still open on Spring Framework, and this area needs refinements to support all the use cases. See for example https://github.com/spring-projects/spring-framework/issues/26977,...

Hey, I am starting working on that and may ask guidance to Kotin team on the best way to fix that. This kind of issue seems to impact both Micrometer...

So the challenge was to pass the `CoroutineContext` despite the fact that `kotlinx.coroutines.reactor.mono` is not a suspending function (it cannot capture the context and requires to pass the context explicitly,...

With the 3 issues above fixed, `6.1.0-SNAPSHOT` Spring Framework builds should now contain everything needed from a Spring Framework POV for `CoroutineContext` propagation in WebFlux functional DSL. If somebody could...

I have just added the last part of Spring Framework 6.1 `CoroutineContext` refinement: it is now possible to propagate it via `CoWebFilter`. https://github.com/spring-projects/spring-framework/issues/27522

Awesome, I will test it against our latest Spring 4.1 RC1 release and update my OpenSnap Spring4/Dart sample application !

- Initial intent should be to contibute hints and related tests to the various libraries. - If they refuse for some reasons, remaining non Spring related hints should be contributed...

Could you try to contribute the third party bits to https://github.com/oracle/graalvm-reachability-metadata like we do for the rest of the Spring portfolio?

> @sdeleuze was that directed to myself? @pdebuitlear Not specifically