[2/2] [lang] Use long literals (closes #248)

2017-03-04 Thread pascalschumacher
Use long literals (closes #248) This patch replaces int literals that were cast to longs (e.g., "(long) 1)" with long literals (e.g., "1L"), making the code cleaner and easier to maintain. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

commons-compress git commit: use builder pattern for LZ77 to simplify addition of optional parameters

2017-03-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 5375fd9dc -> 5170392a5 use builder pattern for LZ77 to simplify addition of optional parameters also: * use "back-reference" consistently in public API * make maxBackReferenceLength default to minBackReferenceLength for

svn commit: r1785520 - in /commons/proper/pool/trunk/src: changes/ main/java/org/apache/commons/pool2/impl/ test/java/org/apache/commons/pool2/impl/

2017-03-04 Thread mattsicker
Author: mattsicker Date: Sat Mar 4 20:18:19 2017 New Revision: 1785520 URL: http://svn.apache.org/viewvc?rev=1785520=rev Log: [POOL-320]: Use more efficient stack walking mechanisms for usage tracking Added:

[7/7] [text] Updated mail-lists.xml in preparation for 1.0 release

2017-03-04 Thread chtompki
Updated mail-lists.xml in preparation for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e38039a3 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e38039a3 Diff:

[5/7] [text] Updated README.md in preparation for 1.0 release

2017-03-04 Thread chtompki
Updated README.md in preparation for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a22f4aa6 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a22f4aa6 Diff:

[4/7] [text] Updated RELEASE-NOTES.txt in preparation for 1.0 release

2017-03-04 Thread chtompki
Updated RELEASE-NOTES.txt in preparation for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bfdd0aa8 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfdd0aa8 Diff:

[1/7] [text] Updating versions for Commons Text release 1.0

2017-03-04 Thread chtompki
Repository: commons-text Updated Branches: refs/heads/release 2d522713c -> e38039a3d Updating versions for Commons Text release 1.0 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/09170afe Tree:

[6/7] [text] Updated issue-tracking.xml in preparation for 1.0 release

2017-03-04 Thread chtompki
Updated issue-tracking.xml in preparation for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/77ee69fd Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/77ee69fd Diff:

[3/7] [text] Update change log description to include package name change

2017-03-04 Thread chtompki
Update change log description to include package name change Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/85a247bd Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/85a247bd Diff:

[2/7] [text] Updated download page in preparation for 1.0 release

2017-03-04 Thread chtompki
Updated download page in preparation for 1.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d298623c Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/d298623c Diff:

[commons-text] Git Push Summary

2017-03-04 Thread chtompki
Repository: commons-text Updated Tags: refs/tags/commons-text-1.0-RC1 [created] 54418664a