RFR: 7903023: Update Kotlin in Maven archetypes to the latest stable version
Aleksey Shipilev
shade at openjdk.java.net
Mon Sep 13 08:10:09 UTC 2021
On Fri, 10 Sep 2021 12:40:28 GMT, Vsevolod Tolstopyatov <github.com+2780116+qwwdfsad at openjdk.org> wrote:
> Testing:
>
> * `mvn install` in the JMH
> * `mvn archetype:generate -DarchetypeCatalog=local -DinteractiveMode=false -DarchetypeGroupId=org.openjdk.jmh -DarchetypeArtifactId=jmh-kotlin-benchmark-archetype -DgroupId=org.qwwdfsad -DartifactId=qtest` in CMD
> * `cd qtest`
> * Ensure that `mvn install && java -jar target/benchmarks.jar` passes
> * Ensure that `grep "1.5.30|1.33-SNAPSHOT" pom.xml` prints two lines
Thank you. I would not be testing this locally, and instead rely on your Kotlin expertise that it actually still works :)
-------------
Marked as reviewed by shade (Committer).
PR: https://git.openjdk.java.net/jmh/pull/51
More information about the jmh-dev
mailing list