Simon Baslé

Results 160 comments of Simon Baslé

@kashike there is currently no plan to tackle that in 2021, not while the baseline is Java 8. We might re-evaluate if there is a jump to Java 17 next...

@Sineaggi sorry for not getting back to you on that one earlier. End of January, the decision was made that the next version in 2022, reactor-core 3.5.0, will stay on...

Keeping this issue (on-hold) to track possible research into different request tradeoffs in a 4.0.0 > Prefetching was a tradeoff that was made at project inception, which is hard to...

This needs an experiment. Can we relax the safeguards in operators, and instead safe-wrap downstream `Subscriber`s if they're not from the vanilla operators `CoreSubscriber`? If yes, can we extend that...

> nit: Is dependabot a generic term? I thought it and renovate were different products? Hopefully the solution could be adapted for both. definitely not a generic term @yschimke. Dependabot...

@ttddyy that is correct for the various timeouts

This can be considered for post 3.3, likely 4.0.

We actually have CI (there was some issue with github authorized app the past few days), but not code coverage indeed.

Can you pinpoint what is breaking exactly? IIRC the RxJava3 adapater doesn't use any of these classes explicitly. I'm also wondering about the need to support RxJava 3.0.x?

indeed, got it. so what's the play here? we have to break support for RxJava 3.0.x and 3.1.0 in a patch release :/ any idea how the user base sizes...