[text] [TEXT-113] Add an interpolator string lookup. Deprecate StrLookup in favor of StringLookupFactory.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master a99fbb826 -> 788e7ef9c [TEXT-113] Add an interpolator string lookup. Deprecate StrLookup in favor of StringLookupFactory. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/as

[lang] LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 2ce404940 -> 2e9f3a801 LANG-1356: Add bypass option for classes to recursive and reflective EqualsBuilder Patch supplied by Yathos UG Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apac

[text] No need to nest else clause.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 1de362f43 -> a99fbb826 No need to nest else clause. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a99fbb82 Tree: http://git-wip-us.apache.org/repo

[text] [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix Checkstyle errors. Add Javadoc comments. Clean ups.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 388fa72c1 -> 1de362f43 [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix Checkstyle errors. Add Javadoc comments. Clean ups. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commi

[text] [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix Checkstyle errors. Add Javadoc comments. Clean ups.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 0f06a6bc7 -> 388fa72c1 [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix Checkstyle errors. Add Javadoc comments. Clean ups. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commi

[text] Format nit.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 6afbdc8a4 -> 0f06a6bc7 Format nit. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0f06a6bc Tree: http://git-wip-us.apache.org/repos/asf/commons-tex

[text] [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix class cast ex. Fix checkstyle. Javadoc.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 29f1108c3 -> 6afbdc8a4 [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Fix class cast ex. Fix checkstyle. Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://gi

[text] Remove trailing white spaces on all lines and Javadoc.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 7017ea97f -> 29f1108c3 Remove trailing white spaces on all lines and Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/29f1108c Tree: http://

[text] [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup.

2018-02-11 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master a8824266f -> 7017ea97f [TEXT-113] Add an interpolator string lookup. No long needs to subclass StrLookup. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/c

[lang] LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 60412131f -> 2ce404940 LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal Add additional tests (closes #314) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache

[lang] LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no lower level cause exists

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 3a4ac3579 -> 60412131f LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no lower level cause exists This makes the behavior of getRootCause consistent with getRootCauseMessage and getRootCauseStackTrace. Pro

[lang] harmonize since javadoc tags content (remove "(Commons )Lang")

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 7eb47fd85 -> 3a4ac3579 harmonize since javadoc tags content (remove "(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/3a4ac357 Tree

[lang] CloneFailedException: remove "@since upcoming" from constructors javadoc, because these constructors were added in the same version as the class itself (3.0)

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 6684a7631 -> 7eb47fd85 CloneFailedException: remove "@since upcoming" from constructors javadoc, because these constructors were added in the same version as the class itself (3.0) Project: http://git-wip-us.apache.org/repos/asf/c

[2/2] [lang] add changes.xml entry for "LANG-1060: NumberUtils.isNumber assumes number starting with Zero"

2018-02-11 Thread pascalschumacher
add changes.xml entry for "LANG-1060: NumberUtils.isNumber assumes number starting with Zero" Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6684a763 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tr

[1/2] [lang] LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal (closes #313)

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master c3b1fefba -> 6684a7631 LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal (closes #313) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/common

[lang] NumberUtils#isCreatable: remove java 6 only code, as commons-lang requires at java 7+ now

2018-02-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master f50ec5e60 -> c3b1fefba NumberUtils#isCreatable: remove java 6 only code, as commons-lang requires at java 7+ now Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

svn commit: r24926 - in /release/commons/compress: binaries/ source/

2018-02-11 Thread bodewig
Author: bodewig Date: Sun Feb 11 09:18:18 2018 New Revision: 24926 Log: remove ald release Removed: release/commons/compress/binaries/commons-compress-1.16-bin.tar.gz release/commons/compress/binaries/commons-compress-1.16-bin.tar.gz.asc release/commons/compress/binaries/commons-compr