[29/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
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:

[27/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
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:

[25/50] [lang] LANG-1256: Add JMH maven dependencies. (closes #182)

2017-05-17 Thread britter
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

[28/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
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:

[lang] LANG-1256: Add JMH maven dependencies.

2017-04-28 Thread pascalschumacher
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:

[lang] LANG-1256: Add JMH maven dependencies.

2017-04-28 Thread pascalschumacher
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:

[1/2] [lang] LANG-1256: Add JMH maven dependencies. (closes #182)

2017-04-28 Thread pascalschumacher
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