Announcing Reactor Bismuth-SR10
On behalf of the Reactor team, I have the pleasure of announcing a first shipment of Reactor goodness this week: Reactor Bismuth-SR10
is out ?
Stay tuned for a Reactor Californium milestone later this week ??♂️
Reactor Bismuth-SR10
The latest maintenance BOM of the 3.1.x line, Bismuth-SR10
, is out. It includes two new artifacts (click on the version numbers to see the release notes on GitHub):
reactor-core
3.1.8.RELEASE
reactor-netty
0.7.8.RELEASE
One update considerations though: Flux.last()
used to skip throwing a NoSuchElementException
on some category of empty sources (Flux
or Mono
that are Callable
, like Flux.empty()
). This is a bug…