Juergen Zimmermann
Juergen Zimmermann

Reputation: 2222

Where is io.projectreactor:reactor-bom:Bismuth-RC1?

Although Spring Reactor Core 3.1.0.RC1 et.al. is available I cannot find io.projectreactor:reactor-bom:Bismuth-RC1. I'd like to test it with the latest Spring WebFlux. Any hint is appreciated.

Upvotes: 0

Views: 154

Answers (1)

Brian Clozel
Brian Clozel

Reputation: 59191

Reactor Core 3.1.0.RC1 has been released only a few hours ago. The Reactor BOM manages versions for many Reactor projects, including Reactor Netty which is not yet released.

You should get an official announcement on https://spring.io/blog and @ProjectReactor.

Upvotes: 2

Related Questions