Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix custom blocking methods #40

Merged
merged 3 commits into from
Jul 18, 2019
Merged

Fix custom blocking methods #40

merged 3 commits into from
Jul 18, 2019

Conversation

bsideup
Copy link
Contributor

@bsideup bsideup commented Jul 17, 2019

  1. fix double loading of BlockHoundRuntime class
  2. use Class#getName instead of Class#getCanonicalName (D'oh!)
  3. add a test for a non-bootstrap blocking method

Fixes #39

2. use `Class#getName` instead of `Class#getCanonicalName` (D'oh!)
3. add a test for a non-bootstrap blocking method

Fixes #39
@bsideup bsideup added this to the 1.0.0.M5 milestone Jul 17, 2019
@bsideup bsideup merged commit cbc01d7 into master Jul 18, 2019
@bsideup bsideup deleted the fix_custom_blocking_methods branch July 18, 2019 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.UnsatisfiedLinkError: reactor.blockhound.BlockHoundRuntime.isBlocking()Z
2 participants