Simon Baslé

Results 180 comments of Simon Baslé

@reactor/netty-team I'll need to probably open a separate PR for the `netty5` branch, right?

output example can be seen in https://github.com/reactor/reactor-core/actions/runs/3097449417

The GH Summary part represent a lot of code for something that can be easily groked from the logs, and it will need some adaptation when copying these changes into...

reference for the interpretation of japicmp.txt report: https://github.com/siom79/japicmp/blob/master/japicmp/src/main/java/japicmp/output/stdout/StdoutOutputGenerator.java#L92

@chemicL @haraldpusch yeah that's a fair assessment. we're in a gray area, but I don't think anybody should rely on this particular behavior in `takeUntilOther`. regarding the Reactive Streams spec,...

# (1) Explicit approach Explored in #3147 ## Expected API The API is close to `transformDeferredContextual`, except it doesn't expose the `ContextView` but rather a `Wrappers` instance capable of wrapping...

# (2) Scope with Implicit Flag approach ## Where to put the Flag and how to define its range One place is the Reactor `Context`. It then boils down to...

# (3) Sub-API approach ## Expected API ```java ??? ``` ## Caveat Need to come up with a signature that the type system understands rather than ending up with something...

# (4) Implicit restoration support in a couple of selected operators Focusing eg. on `tap` and `handle` could be a way to offer 0-config option. Explored in #3180 ### Caveat...

this is an extraction of the resulting docs, as of 1e648c4: [Extraction generated metrics docs.pdf](https://github.com/reactor/reactor-core/files/9460525/Extraction.generated.metrics.docs.pdf)