BlockHound icon indicating copy to clipboard operation
BlockHound copied to clipboard

Java agent to detect blocking calls from non-blocking threads.

Results 45 BlockHound issues
Sort by recently updated
recently updated
newest added

https://docs.gradle.org/7.4.2/release-notes.html#upgrade-instructions

## Expected Behavior We would like to be able to upgrade Java to version 18. ## Actual Behavior Currently an exception is thrown while bumping up java version `BUG! exception...

Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.19 to 1.12.13. Release notes Sourced from byte-buddy-agent's releases. Byte Buddy 1.12.13 Avoid duplicate application of Byte Buddy Maven plugin. Allow for class path discovery of Plugins...

type/dependency-upgrade

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.19 to 1.12.13. Release notes Sourced from byte-buddy's releases. Byte Buddy 1.12.13 Avoid duplicate application of Byte Buddy Maven plugin. Allow for class path discovery of Plugins...

type/dependency-upgrade

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.0. Release notes Sourced from junit-jupiter-api's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

type/dependency-upgrade

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.0. Release notes Sourced from junit-jupiter-engine's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

type/dependency-upgrade

I am using Springboot 2.4.5 (Spring 5.3.6) with `io.projectreactor.tools:blockhound-junit-platform`. I recently got into a blocking call issue in following code ``` String csv = Files.readString(Paths.get("src/test/resources/sample.csv")); WebTestClient.bindToRouterFunction(routerFunction).build() .post() .uri("/csvUpload") .contentType(MediaType.MULTIPART_FORM_DATA) .accept(MediaType.APPLICATION_JSON)...

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.23.1. Commits 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2 d9cd2da [maven-release-plugin] prepare for next development iteration 6f19754 [maven-release-plugin] prepare release...

type/dependency-upgrade

## Motivation As a user of blockhound, I would like to implement a test which I know will break and commit to my repo. To prevent this test from breaking...

OpenJDK _12.0.1_ with even Kotlin _1.3.40-eap-67_ works fine. However, using OpenJDK _13 build 23_ I get the following exception: ``` Exception in thread "main" java.lang.RuntimeException: java.lang.UnsupportedOperationException: class redefinition failed: attempted...

help wanted
area/java-agent
status/has-workaround