commons-crypto git commit: CRYPTO-125: CryptoOutputStream does not call write in a loop when underlying channel works in non-block mode. (Reviewed by Sun, Dapeng and Ke, Xianda)

2016-10-23 Thread sdp
Repository: commons-crypto Updated Branches: refs/heads/master 77af2da3d -> 3adc20723 CRYPTO-125: CryptoOutputStream does not call write in a loop when underlying channel works in non-block mode. (Reviewed by Sun, Dapeng and Ke, Xianda) Closes #71 from cjjnjust:master Project:

[commons-text] Git Push Summary

2016-10-23 Thread kinow
Repository: commons-text Updated Branches: refs/heads/pr/4 [deleted] 9e84145b1

[6/6] [text] Revert changes to HumanNameParser class visibility and Name constructor visibility

2016-10-23 Thread kinow
Revert changes to HumanNameParser class visibility and Name constructor visibility Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9e84145b Tree:

[4/6] [text] salutation: removed final so it can be mocked.

2016-10-23 Thread kinow
salutation: removed final so it can be mocked. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f6664034 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f6664034 Diff:

[3/6] [text] salutations: regex optionally looks for "."

2016-10-23 Thread kinow
salutations: regex optionally looks for "." Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ddafb1fc Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ddafb1fc Diff:

[2/6] [text] salutations: ignores case.

2016-10-23 Thread kinow
salutations: ignores case. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4bb5dddf Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4bb5dddf Diff:

[5/6] [text] salutations: Name constructor is now public for testing.

2016-10-23 Thread kinow
salutations: Name constructor is now public for testing. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cd92a0ea Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/cd92a0ea Diff:

[1/2] [lang] LANG-1279: Update Java requirement from Java 6 to 7

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master dc53e49b4 -> 383bc8eef LANG-1279: Update Java requirement from Java 6 to 7 use try with resources in SerializationUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/2] [lang] LANG-1279: Update Java requirement from Java 6 to 7

2016-10-23 Thread pascalschumacher
LANG-1279: Update Java requirement from Java 6 to 7 use multi-catch in AnnotationUtils and ExceptionUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/383bc8ee Tree:

[lang] LANG-1144: Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 96c8ea2fb -> dc53e49b4 LANG-1144: Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible minimal clean-up Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] add @SafeVarargs to some methods with vararg parameters to suppress "Type safety: Potential heap pollution via varargs parameter array" warnings

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master d6644e4fb -> 96c8ea2fb add @SafeVarargs to some methods with vararg parameters to suppress "Type safety: Potential heap pollution via varargs parameter array" warnings Project:

[lang] LANG-1188: StringUtils#join(T...): warning: [unchecked] Possible heap pollution from parameterized vararg type T

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 23108b1bd -> d6644e4fb LANG-1188: StringUtils#join(T...): warning: [unchecked] Possible heap pollution from parameterized vararg type T fixed by adding @SafeVarargs Project:

[lang] LANG-1279: Update Java requirement from Java 6 to 7

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 89afbb0c3 -> 23108b1bd LANG-1279: Update Java requirement from Java 6 to 7 replace usage of deprecated ArrayUtils#isEquals with Objects#deepEquals Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] LANG-1279: Update Java requirement from Java 6 to 7.

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 33884b226 -> 89afbb0c3 LANG-1279: Update Java requirement from Java 6 to 7. Remove jdk6 from travis configuration. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] Add final modifier to local variables.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 151f2cd3d -> 33884b226 Add final modifier to local variables. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/33884b22 Tree:

[lang] Use try-with-resources.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master eb2b89efb -> 151f2cd3d Use try-with-resources. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/151f2cd3 Tree:

[3/3] [lang] Add final modifier to local variables.

2016-10-23 Thread ggregory
Add final modifier to local variables. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/eb2b89ef Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/eb2b89ef Diff:

[2/3] [lang] Add final modifier to local variables.

2016-10-23 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/eb2b89ef/src/test/java/org/apache/commons/lang3/StringUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java

[1/3] [lang] Add final modifier to local variables.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master aadb9a31e -> eb2b89efb http://git-wip-us.apache.org/repos/asf/commons-lang/blob/eb2b89ef/src/test/java/org/apache/commons/lang3/time/FastDateParserSDFTest.java --

[2/2] [lang] Add final modifier to method parameters.

2016-10-23 Thread ggregory
Add final modifier to method parameters. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/aadb9a31 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/aadb9a31 Diff:

[1/2] [lang] Add final modifier to method parameters.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 607e3447c -> aadb9a31e http://git-wip-us.apache.org/repos/asf/commons-lang/blob/aadb9a31/src/test/java/org/apache/commons/lang3/test/NotVisibleExceptionFactory.java

[lang] Add final modifier to private fields.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 4f82195af -> 607e3447c Add final modifier to private fields. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/607e3447 Tree:

[2/2] [lang] Remove redundant type arguments.

2016-10-23 Thread ggregory
Remove redundant type arguments. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/4f82195a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/4f82195a Diff:

[1/2] [lang] Remove redundant type arguments.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 7e8df326f -> 4f82195af http://git-wip-us.apache.org/repos/asf/commons-lang/blob/4f82195a/src/test/java/org/apache/commons/lang3/builder/MultiLineToStringStyleTest.java

[lang] [LANG-1279] Update Java requirement from Java 6 to 7.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 32ccabe3b -> 7e8df326f [LANG-1279] Update Java requirement from Java 6 to 7. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7e8df326 Tree:

[lang] Order entries by type.

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 8c5335e6c -> 32ccabe3b Order entries by type. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/32ccabe3 Tree:

[1/2] [lang] [LANG-1144]

2016-10-23 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master a945ecbbd -> 8c5335e6c [LANG-1144] Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/2] [lang] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang

2016-10-23 Thread ggregory
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8c5335e6 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8c5335e6

[lang] StringUtils#replacePattern: fix source code formatting

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 65ed41ff7 -> a945ecbbd StringUtils#replacePattern: fix source code formatting Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a945ecbb Tree:

[2/2] [lang] LANG-1276: add changes.xml entry

2016-10-23 Thread pascalschumacher
LANG-1276: add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/65ed41ff Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/65ed41ff Diff:

[1/2] [lang] LANG-1276: StrBuilder#replaceAll ArrayIndexOutOfBoundsException (closes #200)

2016-10-23 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master e2dbe55d5 -> 65ed41ff7 LANG-1276: StrBuilder#replaceAll ArrayIndexOutOfBoundsException (closes #200) Avoid ArrayIndexOutOfBoundsException by keeping variable buf consistent with buffer in StrBuilder#replaceImpl. Project:

svn commit: r16631 - /dev/commons/jcs/

2016-10-23 Thread tv
Author: tv Date: Sun Oct 23 10:14:31 2016 New Revision: 16631 Log: Added checksums Added: dev/commons/jcs/commons-jcs-dist-2.0-beta-2-bin.tar.gz.md5 dev/commons/jcs/commons-jcs-dist-2.0-beta-2-bin.tar.gz.sha1 dev/commons/jcs/commons-jcs-dist-2.0-beta-2-bin.zip.md5