Reactor-Core 3.2.12.RELEASE is part of Californium-SR11 Release Train.
This is a recommended update for all Reactor 3 users.
✨ New features and improvements
- Due to a few Throwable constants, class references could leak in multi-classloader environments. This is now avoided by skipping the filling of the stacktrace (#1872)
🪲 Bug fixes
Flux#flatMapwith scalar source now supports onErrorContinue (#1684)Flux#doAfterTerminatenow executed whenonErrorin fused mode (#1836, #1835)- Explicitly catch
LinkageErrorin Traces. This helps with some static analyzers (#1830) - Pass on
cancelSupportwhen liftingConnectableFlux(#1860)
📖 Documentation, Tests and Build
- [github] Removed
CONTRIBUTING.mdand issue_template in favor of centralized ones (740c048) - [build] Use JCenter, not MavenCentral for doDownloadBaseline (aa08709, d4f5332)
- [doc] Remove double mention of subscribe in Flux README (#1861)
- [doc] Document that default initial delay for interval is the period (#1866)