LANG-1256: Add JMH maven dependencies.
move checkstyle exclusion of JMH generated classes from pom.xml to
checkstyle-suppressions.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d61090ab
Tree: http://git-wi
LANG-1256: Add JMH maven dependencies.
do not run checksytle on classes generated by JMH
remove unnecessary maven-compiler-plugin configuration from benchmark profile
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/co
LANG-1256: Add JMH maven dependencies. (closes #182)
In order to provide patch for LANG-1110, required dependency on JMH lib.
Current commit add benchmark profile and ability to run JMH based benchmark by
executing "mvn test -P benchmark" command, moreover it's also possible to
specify exact bench
LANG-1256: Add JMH maven dependencies.
fix checkstyle exclusion on older maven versions
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/b7cc7a1c
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/b7c
Repository: commons-lang
Updated Branches:
refs/heads/master b7cc7a1c7 -> d61090ab6
LANG-1256: Add JMH maven dependencies.
move checkstyle exclusion of JMH generated classes from pom.xml to
checkstyle-suppressions.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit:
Repository: commons-lang
Updated Branches:
refs/heads/master 331d2f21f -> b7cc7a1c7
LANG-1256: Add JMH maven dependencies.
fix checkstyle exclusion on older maven versions
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons
Repository: commons-lang
Updated Branches:
refs/heads/master e685d847b -> 331d2f21f
LANG-1256: Add JMH maven dependencies.
do not run checksytle on classes generated by JMH
remove unnecessary maven-compiler-plugin configuration from benchmark profile
Project: http://git-wip-us.apache.org/re
Repository: commons-lang
Updated Branches:
refs/heads/master a060733e6 -> e685d847b
LANG-1256: Add JMH maven dependencies. (closes #182)
In order to provide patch for LANG-1110, required dependency on JMH lib.
Current commit add benchmark profile and ability to run JMH based benchmark by
execu