[text] TEXT-81: changes.xml syntax fix

2017-04-28 Thread chtompki
Repository: commons-text Updated Branches: refs/heads/master f945dd26d -> c0dd79eca TEXT-81: changes.xml syntax fix Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0dd79ec 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:

[2/2] [lang] LANG-1110: Implement HashSetvBitSetTest using JMH

2017-04-28 Thread pascalschumacher
LANG-1110: Implement HashSetvBitSetTest using JMH (side effect: closes #253, closes #191) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e685d847 Tree:

[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

commons-io git commit: README.md: remove license badge, because github now displays the license at the top

2017-04-28 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master a64b4cc53 -> ffcbfdc80 README.md: remove license badge, because github now displays the license at the top Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit:

[text] README.md: remove license badge, because github now displays the license at the top

2017-04-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 1f5171efc -> f945dd26d README.md: remove license badge, because github now displays the license at the top Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[3/4] [text] TEXT-81: Add RandomStringGenerator (closes #36)

2017-04-28 Thread pascalschumacher
TEXT-81: Add RandomStringGenerator (closes #36) add changes.xml entries for TEXT-81 and TEXT-36 fix checkstyle violations other minimal clean-up fix checkstyle Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/4] [text] TEXT-81: Add RandomStringGenerator

2017-04-28 Thread pascalschumacher
TEXT-81: Add RandomStringGenerator Revert "TEXT-51: remove RandomStringGenerator for 1.0 release add again in 1.1" This reverts commit ba4e4932f0d864a15c94d32fb8c341e230d928df and restores RandomStringGenerator. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[4/4] [text] checkstyle.xml: do not require javadoc for private variables

2017-04-28 Thread pascalschumacher
checkstyle.xml: do not require javadoc for private variables Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1f5171ef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1f5171ef Diff:

[1/4] [text] TEXT-36: RandomStringGenerator: allow users to provide source of randomness (closes #25)

2017-04-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 66cf58776 -> 1f5171efc TEXT-36: RandomStringGenerator: allow users to provide source of randomness (closes #25) Create functional interface to provide randomness for RandomStringGenerator Project: