I don't, I just noticed an OpenJDK email suggesting we use JMH, which we already do, so that reminded me to check that we use a current version.
Gary On Mon, Sep 29, 2014 at 8:29 PM, Remko Popma <[email protected]> wrote: > Thanks! You are always on top of this. How do you track all these versions? > > On Tue, Sep 30, 2014 at 6:03 AM, <[email protected]> wrote: > >> Repository: logging-log4j2 >> Updated Branches: >> refs/heads/master f42536422 -> 6d2f5d57d >> >> >> Update JMH perf framework from 1.1 to 1.1.1. >> >> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo >> Commit: >> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6d2f5d57 >> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6d2f5d57 >> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d2f5d57 >> >> Branch: refs/heads/master >> Commit: 6d2f5d57dff3c95df1aaa9bbe7097056f62cae75 >> Parents: f425364 >> Author: Gary Gregory <[email protected]> >> Authored: Mon Sep 29 17:03:30 2014 -0400 >> Committer: Gary Gregory <[email protected]> >> Committed: Mon Sep 29 17:03:30 2014 -0400 >> >> ---------------------------------------------------------------------- >> log4j-perf/pom.xml | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> ---------------------------------------------------------------------- >> >> >> >> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d2f5d57/log4j-perf/pom.xml >> ---------------------------------------------------------------------- >> diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml >> index c251720..13c576e 100644 >> --- a/log4j-perf/pom.xml >> +++ b/log4j-perf/pom.xml >> @@ -39,7 +39,7 @@ >> <log4jParentDir>${basedir}/..</log4jParentDir> >> <docLabel>Log4J Performance Tests</docLabel> >> <projectDir>/log4j-perf</projectDir> >> - <jmh.version>1.1</jmh.version> >> + <jmh.version>1.1.1</jmh.version> >> <javac.target>1.6</javac.target> >> <uberjar.name>benchmarks</uberjar.name> >> </properties> >> >> > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
