Patch: Add ServicesResourceTransformer to the archetypes and samples
Aleksey Shipilev
shade at redhat.com
Mon Oct 28 18:30:18 UTC 2019
On 10/11/19 4:36 PM, Dmitry Timofeev wrote:
> I've bumped into this issue in the SBT-JMH project, which includes
> Async Profiler and Java Flight Recorder integrations for JMH. I added
> declarations of the provided Profiler implementations in this library
> so that they are discoverable by JMH through SPI mechanism and can be
> used in any JMH benchmark. I also had declarations in a test benchmark
> project. The standard JMH maven-shade-plugin configuration resulted in
> it silently picking one of them and ignoring the other.
Right. See:
https://bugs.openjdk.java.net/browse/CODETOOLS-7902531
--
Thanks,
-Aleksey
More information about the jmh-dev
mailing list