[2/3] [lang] Make sure placement of curly braces is consistent

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/309b34f0/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java b/src/test/java/org/apache/com

[3/3] [lang] Make sure placement of curly braces is consistent

2017-06-06 Thread britter
Make sure placement of curly braces is consistent Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/309b34f0 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/309b34f0 Diff: http://git-wip-us.apache.or

[1/3] [lang] Make sure placement of curly braces is consistent

2017-06-06 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 3a818ed6a -> 309b34f05 http://git-wip-us.apache.org/repos/asf/commons-lang/blob/309b34f0/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java -- diff --git a/sr

svn commit: r1797816 - in /commons/proper/digester/trunk: pom.xml src/site/xdoc/download_digester.xml

2017-06-06 Thread sebb
Author: sebb Date: Tue Jun 6 17:51:26 2017 New Revision: 1797816 URL: http://svn.apache.org/viewvc?rev=1797816&view=rev Log: Ensure commons:download-page generates correct names Modified: commons/proper/digester/trunk/pom.xml commons/proper/digester/trunk/src/site/xdoc/download_digester.

svn commit: r19902 - in /dev/commons/fileupload: binaries/HEADER.html binaries/README.html source/HEADER.html source/README.html

2017-06-06 Thread chtompki
Author: chtompki Date: Tue Jun 6 17:06:14 2017 New Revision: 19902 Log: Adding symlinks to fileupload dev dist Added: dev/commons/fileupload/binaries/HEADER.html (with props) dev/commons/fileupload/binaries/README.html (with props) dev/commons/fileupload/source/HEADER.html (wit

svn commit: r19901 - in /dev/commons/fileupload: ./ binaries/ source/

2017-06-06 Thread chtompki
Author: chtompki Date: Tue Jun 6 17:04:51 2017 New Revision: 19901 Log: Adding fileupload 1.3.3 RC5 to dev dist Added: dev/commons/fileupload/HEADER.html dev/commons/fileupload/README.html Modified: dev/commons/fileupload/binaries/commons-fileupload-1.3.3-bin.tar.gz dev/commons/f

Nexus: Staging Completed

2017-06-06 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Preparing commons-fileupload-1.3.3-RC5Deployer properties:"userAgent" = "Apache-Maven/3.5.0 (Java 1.8.0_131; Mac OS X 10.12.5)""userId" = "chtompki""ip" = "199.244.219.38"Details:The following artifacts have been staged/commons-fileupload/commo

[commons-fileupload] Git Push Summary

2017-06-06 Thread chtompki
Repository: commons-fileupload Updated Tags: refs/tags/commons-fileupload-1.3.3-RC5 [created] 9d6a6ed47

[1/3] commons-fileupload git commit: Adding myself to pom

2017-06-06 Thread chtompki
Repository: commons-fileupload Updated Branches: refs/heads/b1_3 cb28d4393 -> dd2238b16 Adding myself to pom Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/9f61aa7c Tree: http://git-wip-us.apach

[3/3] commons-fileupload git commit: (chore) more tabs to spaces

2017-06-06 Thread chtompki
(chore) more tabs to spaces Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/dd2238b1 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/dd2238b1 Diff: http://git-wip-us.apache.org/r

[2/3] commons-fileupload git commit: Preparing 1.3.3-RC5

2017-06-06 Thread chtompki
Preparing 1.3.3-RC5 Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/cf5e7cde Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/cf5e7cde Diff: http://git-wip-us.apache.org/repos/asf

commons-fileupload git commit: (chore) checkstyle spaces instead of tabs

2017-06-06 Thread chtompki
Repository: commons-fileupload Updated Branches: refs/heads/b1_3 ca7fc260f -> cb28d4393 (chore) checkstyle spaces instead of tabs Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/cb28d439 Tree: ht

commons-fileupload git commit: (chore) checkstyle fixes

2017-06-06 Thread chtompki
Repository: commons-fileupload Updated Branches: refs/heads/b1_3 f56be3632 -> ca7fc260f (chore) checkstyle fixes Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/ca7fc260 Tree: http://git-wip-us.a

[17/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
Make sure lines in files don't have trailing white spaces and remove all trailing white spaces Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1da8ccdb Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/t

[16/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/NotImplementedException.java -- diff --git a/src/main/java/org/apache/commons/lang3/NotImplementedException.java b/src/main/

[04/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/text/translate/EntityArraysTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/text/translate/EntityArraysTest.j

[07/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/builder/DiffBuilderTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/builder/DiffBuilderTest.java b/src/test/

[20/21] [lang] Prevent redundant modifiers

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3a818ed6/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java b/src/test/

[11/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/time/StopWatch.java -- diff --git a/src/main/java/org/apache/commons/lang3/time/StopWatch.java b/src/main/java/org/apache/com

[13/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java -- diff --git a/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java b/src/main/java/org/apac

[10/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java b/src/test/java/org/apache/com

[15/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java -- diff --git a/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java b/src/main/java/

[06/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/exception/AbstractExceptionContextTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/exception/AbstractExceptio

[18/21] [lang] Make sure no illegal imports (e.g. sun.*) are used

2017-06-06 Thread britter
Make sure no illegal imports (e.g. sun.*) are used Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d0650d1a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/d0650d1a Diff: http://git-wip-us.apache.o

[08/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java b/src/test/java/org/apache/c

[19/21] [lang] Make sure modifiers are in JLS order

2017-06-06 Thread britter
Make sure modifiers are in JLS order Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8a8b8ec8 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8a8b8ec8 Diff: http://git-wip-us.apache.org/repos/asf/c

[21/21] [lang] Prevent redundant modifiers

2017-06-06 Thread britter
Prevent redundant modifiers Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3a818ed6 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3a818ed6 Diff: http://git-wip-us.apache.org/repos/asf/commons-la

[14/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/math/NumberUtils.java -- diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java b/src/main/java/org/apache

[09/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/BooleanUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/BooleanUtilsTest.java b/src/test/java/org/apache

[12/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/main/java/org/apache/commons/lang3/time/DateUtils.java -- diff --git a/src/main/java/org/apache/commons/lang3/time/DateUtils.java b/src/main/java/org/apache/com

[01/21] [lang] Don't allow package-info.html

2017-06-06 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 551101299 -> 3a818ed6a Don't allow package-info.html Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f21c32a0 Tree: http://git-wip-us.apache.org/re

[03/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/time/FastDateParser_MoreOrLessTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/time/FastDateParser_MoreOrLess

[02/21] [lang] Make sure files end with a new line

2017-06-06 Thread britter
Make sure files end with a new line Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/fa91c1b2 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/fa91c1b2 Diff: http://git-wip-us.apache.org/repos/asf/co

[05/21] [lang] Make sure lines in files don't have trailing white spaces and remove all trailing white spaces

2017-06-06 Thread britter
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1da8ccdb/src/test/java/org/apache/commons/lang3/mutable/MutableIntTest.java -- diff --git a/src/test/java/org/apache/commons/lang3/mutable/MutableIntTest.java b/src/test/jav