svn commit: r1745051 - /commons/proper/configuration/trunk/pom.xml

2016-05-22 Thread deki
Author: deki Date: Sun May 22 14:12:11 2016 New Revision: 1745051 URL: http://svn.apache.org/viewvc?rev=1745051=rev Log: added ciManagement Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1745063 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-22 Thread sebb
Author: sebb Date: Sun May 22 14:50:10 2016 New Revision: 1745063 URL: http://svn.apache.org/viewvc?rev=1745063=rev Log: Simplify; merge update() and doFinal() methods so code looks more like original static methods. Modified:

[1/2] [lang] fix deprecation warning in ConstructorUtilsTest by using Assert#assertArrayEquals instead of Assert#assertEquals to compare arrays

2016-05-22 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 5b223744b -> 34a5e7fa9 fix deprecation warning in ConstructorUtilsTest by using Assert#assertArrayEquals instead of Assert#assertEquals to compare arrays Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/2] [lang] fix generics and rawtypes warnings in MethodUtilsTest

2016-05-22 Thread pascalschumacher
fix generics and rawtypes warnings in MethodUtilsTest Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/34a5e7fa Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/34a5e7fa Diff:

svn commit: r1745103 - in /commons/proper/csv/trunk/src/site: site.xml xdoc/index.xml

2016-05-22 Thread ggregory
Author: ggregory Date: Mon May 23 01:56:18 2016 New Revision: 1745103 URL: http://svn.apache.org/viewvc?rev=1745103=rev Log: Prepare for 1.4 release. Modified: commons/proper/csv/trunk/src/site/site.xml commons/proper/csv/trunk/src/site/xdoc/index.xml Modified:

svn commit: r1745108 - in /commons/proper/csv/tags/csv-1.4-RC1: ./ pom.xml

2016-05-22 Thread ggregory
Author: ggregory Date: Mon May 23 04:13:13 2016 New Revision: 1745108 URL: http://svn.apache.org/viewvc?rev=1745108=rev Log: Creating tag for commons-csv 1.4-RC1 Added: commons/proper/csv/tags/csv-1.4-RC1/ - copied from r1745011, commons/proper/csv/trunk/ Modified:

Nexus: Staging Completed

2016-05-22 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Closing Apache Commons CSV 1.4-RC1.Deployer properties:"userAgent" = "Apache-Maven/3.0.5 (Java 1.8.0_91; Windows 7 6.1)""userId" = "ggregory""ip" = "172.250.253.8"Details:The following artifacts have been

svn commit: r1745050 - /commons/proper/fileupload/branches/b1_3/src/changes/changes.xml

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:09:06 2016 New Revision: 1745050 URL: http://svn.apache.org/viewvc?rev=1745050=rev Log: Add release date of commons-fileupload 1.3.1 to changes.xml Modified: commons/proper/fileupload/branches/b1_3/src/changes/changes.xml Modified:

svn commit: r1745057 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-22 Thread sebb
Author: sebb Date: Sun May 22 14:27:34 2016 New Revision: 1745057 URL: http://svn.apache.org/viewvc?rev=1745057=rev Log: Inline the code from the enum Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified:

[1/2] [lang] Add method to DiffBuilder to allow appending from a DiffResult.

2016-05-22 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 49455b78b -> 5b223744b Add method to DiffBuilder to allow appending from a DiffResult. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f8b1f6e7

[2/2] [lang] LANG-1176: Improve ArrayUtils removeElements time complexity to O(n) (closes #144)

2016-05-22 Thread pascalschumacher
LANG-1176: Improve ArrayUtils removeElements time complexity to O(n) (closes #144) based on patch submitted by Jeffery Yuan Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5b223744 Tree:

svn commit: r1745099 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-22 Thread sebb
Author: sebb Date: Sun May 22 23:07:29 2016 New Revision: 1745099 URL: http://svn.apache.org/viewvc?rev=1745099=rev Log: Fix Javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified:

svn commit: r1745098 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-22 Thread sebb
Author: sebb Date: Sun May 22 22:53:44 2016 New Revision: 1745098 URL: http://svn.apache.org/viewvc?rev=1745098=rev Log: Use local code rather than depending on the enum methods Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified:

[1/2] commons-compress git commit: snappy spec has moved

2016-05-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master ba6953cfe -> 18daf66b2 snappy spec has moved Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/cfd53873 Tree:

[2/2] commons-compress git commit: COMPRESS-352 add support for IWA files

2016-05-22 Thread bodewig
COMPRESS-352 add support for IWA files Apple has created a Snappy dialect used in iWorks archives. The test case is copied from Tika. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/18daf66b Tree:

svn commit: r1745052 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-22 Thread sebb
Author: sebb Date: Sun May 22 14:15:46 2016 New Revision: 1745052 URL: http://svn.apache.org/viewvc?rev=1745052=rev Log: Simplify - always require key when creating the instance Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified:

[1/2] [lang] LANG-1233: DiffBuilder add method to allow appending from a DiffResult (closes #122, closes #151)

2016-05-22 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 34a5e7fa9 -> c36de7a60 LANG-1233: DiffBuilder add method to allow appending from a DiffResult (closes #122, closes #151) Update javadoc for DiffBuilder#append(String, DiffResult) Project:

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

2016-05-22 Thread pascalschumacher
LANG-1233: 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/c36de7a6 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c36de7a6 Diff:

svn commit: r1745042 - /commons/proper/fileupload/branches/b1_3/pom.xml

2016-05-22 Thread britter
Author: britter Date: Sun May 22 13:47:40 2016 New Revision: 1745042 URL: http://svn.apache.org/viewvc?rev=1745042=rev Log: The latest release of FILEUPLOAD has been 1.3.1 so this is either 1.3.2 or 1.4 but not 1.3.3. Modified: commons/proper/fileupload/branches/b1_3/pom.xml Modified:

svn commit: r1745047 - /commons/proper/fileupload/branches/b1_3/

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:07:59 2016 New Revision: 1745047 URL: http://svn.apache.org/viewvc?rev=1745047=rev Log: Add IntelliJ files to svn:ignore Modified: commons/proper/fileupload/branches/b1_3/ (props changed) Propchange: commons/proper/fileupload/branches/b1_3/

svn commit: r1745048 - /commons/proper/commons-parent/trunk/pom.xml

2016-05-22 Thread deki
Author: deki Date: Sun May 22 14:08:19 2016 New Revision: 1745048 URL: http://svn.apache.org/viewvc?rev=1745048=rev Log: changed ciManagement to Jenkins builds.apache.org as the Continuum instance continuum-ci.apache.org no longer exists Modified: commons/proper/commons-parent/trunk/pom.xml

svn commit: r1745046 - /commons/proper/fileupload/branches/b1_3/pom.xml

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:07:01 2016 New Revision: 1745046 URL: http://svn.apache.org/viewvc?rev=1745046=rev Log: Fix release and SCM information Modified: commons/proper/fileupload/branches/b1_3/pom.xml Modified: commons/proper/fileupload/branches/b1_3/pom.xml URL:

svn commit: r1745065 - /commons/proper/fileupload/branches/b1_3/src/main/java/org/apache/commons/fileupload/MultipartStream.java

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:56:37 2016 New Revision: 1745065 URL: http://svn.apache.org/viewvc?rev=1745065=rev Log: Make checkstyle happy Modified: commons/proper/fileupload/branches/b1_3/src/main/java/org/apache/commons/fileupload/MultipartStream.java Modified:

svn commit: r1745064 - in /commons/proper/fileupload/branches/b1_3: pom.xml src/checkstyle/fileupload_checks.xml src/checkstyle/license-header.txt

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:55:24 2016 New Revision: 1745064 URL: http://svn.apache.org/viewvc?rev=1745064=rev Log: Don't use checkstyle to check license headers. This is what we have RAT for. Removed: commons/proper/fileupload/branches/b1_3/src/checkstyle/license-header.txt

svn commit: r1745044 - /commons/proper/fileupload/branches/b1_3/pom.xml

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:03:41 2016 New Revision: 1745044 URL: http://svn.apache.org/viewvc?rev=1745044=rev Log: Fix Clirr comparison version configuration as described on http://www.mojohaus.org/clirr-maven-plugin/examples/specific-version.html Modified:

svn commit: r1745053 - /commons/proper/fileupload/branches/b1_3/pom.xml

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:15:59 2016 New Revision: 1745053 URL: http://svn.apache.org/viewvc?rev=1745053=rev Log: Update to latest junit version Modified: commons/proper/fileupload/branches/b1_3/pom.xml Modified: commons/proper/fileupload/branches/b1_3/pom.xml URL:

svn commit: r1745058 - /commons/proper/fileupload/branches/b1_3/src/main/java/org/apache/commons/fileupload/MultipartStream.java

2016-05-22 Thread britter
Author: britter Date: Sun May 22 14:31:38 2016 New Revision: 1745058 URL: http://svn.apache.org/viewvc?rev=1745058=rev Log: Adopt changes made in r1743480 by jochen: Attempt to fix a possible performance issue with large boundaries. Preliminary, may be rolled back shortly. Modified:

svn commit: r13733 - in /dev/commons/csv: CSV_1_4_RC1/ csv-1.3-RC1/

2016-05-22 Thread ggregory
Author: ggregory Date: Mon May 23 05:37:45 2016 New Revision: 13733 Log: Apache Commons CSV 1.4 RC1. Added: dev/commons/csv/CSV_1_4_RC1/ dev/commons/csv/CSV_1_4_RC1/RELEASE-NOTES.txt dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz (with props)