Reactor-Core 3.3.14.RELEASE is part of Dysprosium-SR17 release train.
This is a maintenance release.
✨ New features and improvements
🪲 Bug fixes
- Metrics should prioritize closest tag in case of duplicates (#2560)
- Rework how stepName() is computed (backport #2551 in 3.3.14.RELEASE)
skipUntilconditional subscriber logic inconsistent (#2578)- Fix OverflowException in MultiSubscriptionSubscriber, notably affecting
concatMap(#2576)
📖 Documentation, Tests and Build
- Fix some metrics tests to avoid implicit use of globalRegistry (#2575)
- [build] Enforce NoHTTP with plugin and relevant exclusions (#2574)
- [build] Document the Java 8/9 stubs in Core's build file (#2573)
- Fix a few return types in Mono javadocs (#2581)
- Amend SerializedSubscriberTest to accept rare double discard (#2592)
- Improve explanations in Retry javadoc (#2609)