BlockHound
BlockHound copied to clipboard
Add Premain-Class attribute
This PR adds premain
method and manifest attribute, supporting the installation of the agent via -javaagent=
JVM option.
@nickcaballero Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@nickcaballero Thank you for signing the Contributor License Agreement!
I just rebased this PR on top of latest master.
@pderop I've updated the PR with your suggestions! Went with the loadIntegrations
approach for the builder, which I think is a lot cleaner.
@nickcaballero ,
thanks a lot for updating the PR :smiley:,
One last small thing, could you just add a note somewhere in the documentation, please check https://github.com/reactor/BlockHound/pull/297#pullrequestreview-1247718113 ?
thanks
@nickcaballero, thanks for this PR ! @chemicL, thanks for the review !
I'll change the parameter names of the premain method in another PR, let's merge this one for the moment.