RFR: Specify arch version in mvn command

Symious duke at openjdk.org
Sun Feb 1 23:23:21 UTC 2026


`mvn archetype:generate` will be using the default "0.5" version, but it's not compatible with new JDKs (JDK21 can not run successfully in my case).

This change is to specify the version to the latest JMH arch version as "1.37", tested works well both with JDK8 and JDK21.

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

Commit messages:
 - Specify arch version in mvn command

Changes: https://git.openjdk.org/jmh/pull/166/files
  Webrev: https://webrevs.openjdk.org/?repo=jmh&pr=166&range=00
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jmh/pull/166.diff
  Fetch: git fetch https://git.openjdk.org/jmh.git pull/166/head:pull/166

PR: https://git.openjdk.org/jmh/pull/166


More information about the jmh-dev mailing list