Java agent to detect blocking calls from non-blocking threads, helping to identify code that violates reactive programming principles.
<dependency>
<groupId>io.projectreactor.tools</groupId>
<artifactId>blockhound</artifactId>
<version>1.0.17.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install BlockHound to detect blocking calls.
Use BlockHound.Builder to whitelist specific methods or classes.
No dependency data recorded yet.