Registry / testing / blockhound-junit-platform

blockhound-junit-platform

JSON →
library1.0.17.RELEASEjavamavenunverified

Integrates BlockHound to detect blocking calls in JUnit Platform-based tests.

<dependency> <groupId>io.projectreactor.tools</groupId> <artifactId>blockhound-junit-platform</artifactId> <version>1.0.17.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · BLOCKHOUND-JUNIT-P
B
blockhound-junit-platform
testingjavav1.0.17.RELEASE
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.

BlockHoundTestExecutionListener
reactor.blockhound.junit.platform.BlockHoundTestExecutionListener

Installs BlockHound to detect blocking calls.

import reactor.blockhound.BlockHound; import reactor.blockhound.integration.BlockHoundIntegration; public class Example { public static void main(String[] args) { BlockHound.install(); System.out.println("BlockHound installed"); } }
Debug
Known issues
gotchaBlockHound may produce false positives with certain JDK versions.
fix
Update to the latest version or configure exclusions via BlockHoundIntegration.
affects: <1.0.17.RELEASE
Upgrade
Version history
1.0.17.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
blockhound-junit-platform — mvn dependency:get blockhound-junit-platform · libregistry