BlockHound

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

APACHE-2.0 License

Stars
1.3K

Bot releases are hidden (Show)

BlockHound - 1.0.9.RELEASE Latest Release

Published by pderop 6 months ago

What's Changed

๐Ÿš€ Features / Enhancements

  • Detect jdk major version using Runtime class (#408) @pderop
  • Flag inner Thread methods for JDK 19 and greater (#395) @Badbond
  • Remove IntrinsicCandidate annotation on non-native delegate methods. (#393) @pderop
  • Gradle Kotlin DSL examples (#379) @mfvanek

๐Ÿ› Bug Fixes

  • Fix instrumentation for Thread.sleep with jdk22 (#407) @pderop

๐Ÿงน Housekeeping

  • Post-release 1.0.8 (#352) @pderop

๐Ÿ“ฆ Dependency updates

  • Bump de.undercouch.download from 5.4.0 to 5.6.0 (#401) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.14.4 to 1.14.13 (#406) @dependabot
  • Bump net.bytebuddy:byte-buddy-agent from 1.14.4 to 1.14.13 (#405) @dependabot
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 (#398) @dependabot
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.2 (#397) @dependabot
  • Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.2 (#396) @dependabot
  • Bump me.champeau.gradle.japicmp from 0.4.1 to 0.4.2 (#368) @dependabot
  • Bump com.google.auto.service:auto-service from 1.0 to 1.1.1 (#365) @dependabot
  • Bump com.google.auto.service:auto-service-annotations from 1.0.1 to 1.1.1 (#364) @dependabot
BlockHound - 1.0.8.RELEASE

Published by pderop over 1 year ago

What's Changed

๐Ÿงน Housekeeping

  • Post-release 1.0.7: bump compatibleVersion and BLOCKHOUND_VERSION (#331) @pderop

๐Ÿ“ฆ Dependency updates

  • Bump net.bytebuddy:byte-buddy from 1.14.3 to 1.14.4 (#351) @dependabot
  • Bump de.undercouch.download from 5.3.1 to 5.4.0 (#346) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.14.0 to 1.14.3 (#349) @dependabot
  • Bump io.projectreactor:reactor-core from 3.2.2.RELEASE to 3.2.5.RELEASE (#339) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.13.0 to 1.14.0 (#338) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.12.23 to 1.13.0 (#335) @dependabot
  • Bump net.bytebuddy:byte-buddy-agent from 1.12.23 to 1.13.0 (#336) @dependabot
  • Bump net.bytebuddy:byte-buddy-agent from 1.12.22 to 1.12.23 (#333) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.12.22 to 1.12.23 (#332) @dependabot
  • Bump de.undercouch.download from 5.3.0 to 5.3.1 (#334) @dependabot
BlockHound - 1.0.0.M1

Published by bsideup over 5 years ago