Registry / utility / reactor-bom

reactor-bom

JSON →
library2025.0.4javamavenunverified

Bill of materials for aligning versions of Reactor 3 libraries in a project.

<dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-bom</artifactId> <version>2025.0.4</version> </dependency>
INSTALL
IMPORT
SIG · REACTOR-BOM
R
reactor-bom
utilityjavav2025.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Flux
reactor.core.publisher.Flux

Create and subscribe to a simple Flux

import reactor.core.publisher.Flux; Flux<String> flux = Flux.just("Hello", "Reactor"); flux.subscribe(System.out::println);
Debug
Known issues
gotchaBOM does not include all transitive dependencies; you may need to add other Reactor artifacts explicitly.
fix
Add individual Reactor dependencies (e.g., reactor-core, reactor-test) as needed.
affects: all
Upgrade
Version history
2025.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
reactor-bom — mvn dependency:get reactor-bom · libregistry