RFR: Update JOpt Simple to 5.0.4

Aleksey Shipilev shade at openjdk.java.net
Tue Aug 31 19:30:07 UTC 2021


On Thu, 12 Aug 2021 19:38:20 GMT, Oliver Eikemeier <github.com+604196+eikemeier at openjdk.org> wrote:

> JMH is incompatible with a recent JOpt Simple, which is easy to pull in as a dependency.
> 
> Demonstration of the problem: https://github.com/eikemeier/jmh-test

Marked as reviewed by shade (Committer).

Frankly, it looks more like a project configuration issue. Downstream projects that depend on `jmh-core` should not have a dependency on another `jopt-simple`. If they do depend on `jopt-simple` 5.0.4 via the parent POMs or something, then they need to use `<exclusion>` to exclude older `jopt-simple` and let JMH use its own.

-------------

PR: https://git.openjdk.java.net/jmh/pull/49


More information about the jmh-dev mailing list