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: http://git-wi
Repository: commons-text
Updated Branches:
refs/heads/pr/4 [deleted] 9e84145b1
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: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9e84145b
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: http://git-wip-us.apache.org/r
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: http://git-wip-us.apache.org/repo
Repository: commons-text
Updated Branches:
refs/heads/pr/4 [created] 9e84145b1
salutations: matches salutations. Miss, Dr, ..
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1c640335
Tree: http://git-wip-us.a
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: http://git-wip-us.apache.org/repos/asf/commons-tex
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: http://git-wip-us.ap
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: http://git-wip-us.apache.org/repos/as
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: http://git-wip-us.apache.org/repos/asf/com
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: http://gi
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: http://git-wip-us.apache.org/repos/asf/commons-lang/re
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: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
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: http://git
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: http://git-wip-us.apache.org/repos/asf/com
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: http://git-wip-us.apach
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: http://git-wip-us.apache.org/repos/asf
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: http://git-wip-us.apache.org/repos/asf/
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
b/src/test/java/org/apache/c
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
--
dif
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: http://git-wip-us.apache.org/repos/as
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
-
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: http://git-wip-us.apache
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: http://git-wip-us.apache.org/repos/asf/common
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
--
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: http://g
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: http://git-wip-us.apache.org/repos/asf/
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: http://git-wip-us.apache.
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
Diff:
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: http:/
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: http://git-wip-us.apache.org/repos/asf/commo
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: http://gi
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
dev/commons/jcs/
33 matches
Mail list logo