[03/50] [lang] LANG-1167: Added more test cases for ReflectionToStringBuilderExcludeNullValuesTest

2017-05-17 Thread britter
LANG-1167: Added more test cases for ReflectionToStringBuilderExcludeNullValuesTest Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3c2673e8 Tree:

[45/50] [lang] Remove annotations for documenting concurrency behavior.

2017-05-17 Thread britter
Remove annotations for documenting concurrency behavior. As discussed on the ML, we need more time to figure out the design of this annotations. So I'm removing them in order to get the next release out of the door. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[23/50] [lang] Use String#contains where possible (closes #263)

2017-05-17 Thread britter
Use String#contains where possible (closes #263) Since the project defines a JDK 7 source compatibility, it's safe to use JDK 5's features. This patch replaces usages of String#indexOf with String#contains where possible to make the code easier to read and maintain. Project:

[13/50] [lang] Add FindBugs to Travis CI (closes #262)

2017-05-17 Thread britter
Add FindBugs to Travis CI (closes #262) This patch copies the FindBugs configuration in pom.xml from the reporting section to the build section so findbugs can be used as part of the build process (by using the maven goal findbugs:check). It then adds this goal to the Travis CI build so that

[17/50] [lang] Merge branch 'LANG-1167' of https://github.com/MarkDacek/commons-lang

2017-05-17 Thread britter
Merge branch 'LANG-1167' of https://github.com/MarkDacek/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/8147cc5b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8147cc5b Diff:

[15/50] [lang] use Validate#notNull instead of "throw new NullPointerException"

2017-05-17 Thread britter
use Validate#notNull instead of "throw new NullPointerException" Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/52d6e24d Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/52d6e24d Diff:

[39/50] [lang] StrBuilder: remove commented-out code

2017-05-17 Thread britter
StrBuilder: remove commented-out code Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1375e931 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1375e931 Diff:

[28/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
LANG-1256: Add JMH maven dependencies. fix checkstyle exclusion on older maven versions Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/b7cc7a1c Tree:

[01/50] [lang] Merge remote-tracking branch 'APACHE/master' [Forced Update!]

2017-05-17 Thread britter
Repository: commons-lang Updated Branches: refs/heads/release 1ec464dac -> 3a64cf6af (forced update) Merge remote-tracking branch 'APACHE/master' Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/40b8ecd3

[08/50] [lang] Exclude SF_SWITCH_NO_DEFAULT on FastDatePrinter

2017-05-17 Thread britter
Exclude SF_SWITCH_NO_DEFAULT on FastDatePrinter FastDatePrinter#appendFullDigits uses a switch case without break statements. SF_SWITCH_NO_DEFAULT unfortunately cannot recognize this pattern, and leave us with no choice but to suppress it. Project:

[10/50] [lang] Exclude SF_SWITCH_NO_DEFAULT on FastDateParser

2017-05-17 Thread britter
Exclude SF_SWITCH_NO_DEFAULT on FastDateParser FastDateParser#simpleQuote uses a switch case that actually has a default branch in it, but doesn't use break statements. SF_SWITCH_NO_DEFAULT unfortunately cannot recognize this pattern, and leave us with no choice but to suppress it. Project:

[20/50] [lang] LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261)

2017-05-17 Thread britter
LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[09/50] [lang] Exclude SF_SWITCH_FALLTHROUGH on FastDatePrinter

2017-05-17 Thread britter
Exclude SF_SWITCH_FALLTHROUGH on FastDatePrinter FastDatePrinter#appendFullDigits uses a switch statement that intentionally falls through the cases. This patch adds a FindBugs suppression for it. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[06/50] [lang] [LANG-1291] Provide annotations to document thread safety.

2017-05-17 Thread britter
[LANG-1291] Provide annotations to document thread safety. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a91f76da Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a91f76da Diff:

[11/50] [lang] FindBugs exclude filter for StringUtils

2017-05-17 Thread britter
FindBugs exclude filter for StringUtils Exclude ES_COMPARING_PARAMETER_STRING_WITH_EQ FindBugs warnings from StringUtils methods compare(String, String, boolean) and compareIgnoreCase(String, String, boolean). The usages of the == operator seem to be intentional optimizations similar to the

Nexus: Staging Completed

2017-05-17 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Apache Commons Lang 3.6 RC2Deployer properties:"userAgent" = "Apache-Maven/3.5.0 (Java 1.8.0_112; Mac OS X 10.12.4)""userId" = "britter""ip" = "12.154.31.190"Details:The following artifacts have been

Nexus: Staging Repository Dropped

2017-05-17 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Drop Apache Commons Lang 3.6 RC1Deployer properties:"userAgent" = "Apache-Maven/3.5.0 (Java 1.8.0_112; Mac OS X 10.12.4)""userId" = "britter""ip" = "92.72.176.106"Details:The orgapachecommons-1245 staging repository has been dropped.Action

[35/50] [lang] LANG-1307: Add getDigits method to StringUtils

2017-05-17 Thread britter
LANG-1307: Add getDigits method to StringUtils add since javadoc tag and 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/610caab5 Tree:

[48/50] [lang] Add release notes for 3.6 release

2017-05-17 Thread britter
Add release notes for 3.6 release Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/964496a1 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/964496a1 Diff:

[47/50] [lang] Update download page in preparation for 3.6 release

2017-05-17 Thread britter
Update download page in preparation for 3.6 release Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/02f3094e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/02f3094e Diff:

[50/50] [lang] Update version numbers for release 3.6

2017-05-17 Thread britter
Update version numbers for release 3.6 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3a64cf6a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3a64cf6a Diff:

[30/50] [lang] HashSetvBitSetTest: use diamond operator (closes #264)

2017-05-17 Thread britter
HashSetvBitSetTest: use diamond operator (closes #264) Use Java 7's diamond operator to make the code a tad more elegant, as done in the rest of the codebase. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[25/50] [lang] LANG-1256: Add JMH maven dependencies. (closes #182)

2017-05-17 Thread britter
LANG-1256: Add JMH maven dependencies. (closes #182) In order to provide patch for LANG-1110, required dependency on JMH lib. Current commit add benchmark profile and ability to run JMH based benchmark by executing "mvn test -P benchmark" command, moreover it's also possible to specify exact

[49/50] [lang] Update website for 3.6 release

2017-05-17 Thread britter
Update website for 3.6 release Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/cc06d265 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/cc06d265 Diff:

[18/50] [lang] LANG-1167: attributing work to Mark Dacek

2017-05-17 Thread britter
LANG-1167: attributing work to Mark Dacek Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0446364f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0446364f Diff:

[12/50] [lang] Add a default case to switch to appease FindBugs

2017-05-17 Thread britter
Add a default case to switch to appease FindBugs Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9f7d03f0 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9f7d03f0 Diff:

[07/50] [lang] Fixed the indentation in ArrayUtilsTest

2017-05-17 Thread britter
Fixed the indentation in ArrayUtilsTest Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5a524460 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5a524460 Diff:

[46/50] [lang] Remove LANG-1291 from changes.xml since it has been reverted

2017-05-17 Thread britter
Remove LANG-1291 from changes.xml since it has been reverted Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/05e18cc5 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/05e18cc5 Diff:

[14/50] [lang] LANG-1272: Added shuffle methods to ArrayUtils

2017-05-17 Thread britter
LANG-1272: Added shuffle methods to ArrayUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/82cc2443 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/82cc2443 Diff:

[42/50] [lang] [LANG-1331] ImmutablePair.nullPair() Update @SuppressWarnings.

2017-05-17 Thread britter
[LANG-1331] ImmutablePair.nullPair() Update @SuppressWarnings. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e1bc2862 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/e1bc2862 Diff:

[02/50] [lang] LANG-1167: Added isExcludeNullValues to ReflectionToStringBuilder and test

2017-05-17 Thread britter
LANG-1167: Added isExcludeNullValues to ReflectionToStringBuilder and test Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/661d16d1 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/661d16d1 Diff:

[16/50] [lang] use Validate#isTrue to validate arguments

2017-05-17 Thread britter
use Validate#isTrue to validate 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/ff6b0ada Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ff6b0ada Diff:

[37/50] [lang] LANG-1325: update changes.xml

2017-05-17 Thread britter
LANG-1325: update changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/88da5f49 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/88da5f49 Diff:

[33/50] [lang] javadocs - fixed faulty samples of isNoneEmpty/isNoneBlank and added new ones to isAnyEmpty/isNoneEmpty/isAnyBlank/isNoneBlank for better understanding

2017-05-17 Thread britter
javadocs - fixed faulty samples of isNoneEmpty/isNoneBlank and added new ones to isAnyEmpty/isNoneEmpty/isAnyBlank/isNoneBlank for better understanding Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6d74e8f8

[24/50] [lang] use Assert#assertFalse instead of Assert#assertTrue with a negated condition

2017-05-17 Thread britter
use Assert#assertFalse instead of Assert#assertTrue with a negated condition Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a060733e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a060733e Diff:

[27/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
LANG-1256: Add JMH maven dependencies. do not run checksytle on classes generated by JMH remove unnecessary maven-compiler-plugin configuration from benchmark profile Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[34/50] [lang] LANG-1307: Added getDigits method to StringUtils (closes #225)

2017-05-17 Thread britter
LANG-1307: Added getDigits method to StringUtils (closes #225) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9b3257e4 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9b3257e4 Diff:

[32/50] [lang] Adding testcase to cover a missing branch.

2017-05-17 Thread britter
Adding testcase to cover a missing branch. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9766e22b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9766e22b Diff:

[05/50] [lang] [LANG-1291] Provide annotations to document thread safety.

2017-05-17 Thread britter
[LANG-1291] Provide annotations to document thread safety. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a5e76ebc Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a5e76ebc Diff:

[44/50] [lang] Add missing JavaDocs to make Checkstyle happy

2017-05-17 Thread britter
Add missing JavaDocs to make Checkstyle happy Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5a87fa17 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5a87fa17 Diff:

[22/50] [lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-05-17 Thread britter
LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods fix bug introduced by last commit Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[19/50] [lang] LANG-1167: Add null filter to ReflectionToStringBuilder

2017-05-17 Thread britter
LANG-1167: Add null filter to ReflectionToStringBuilder Fix/add since javadoc tags, fix checkstyle violations and do other small clean-ups. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/859224ff Tree:

[29/50] [lang] LANG-1256: Add JMH maven dependencies.

2017-05-17 Thread britter
LANG-1256: Add JMH maven dependencies. move checkstyle exclusion of JMH generated classes from pom.xml to checkstyle-suppressions.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d61090ab Tree:

[41/50] [lang] [LANG-1331] ImmutablePair.nullPair()

2017-05-17 Thread britter
[LANG-1331] ImmutablePair.nullPair() Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/776b86e9 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/776b86e9 Diff:

[21/50] [lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-05-17 Thread britter
LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods Add changes.xml entry and minimal clean-up. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[04/50] [lang] LANG-1167: Added license to top of ReflectionToStringBuilderExcludeNullValuesTest.java

2017-05-17 Thread britter
LANG-1167: Added license to top of ReflectionToStringBuilderExcludeNullValuesTest.java Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e423b0bc Tree:

[40/50] [lang] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

2017-05-17 Thread britter
pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/340f5f70 Tree:

[38/50] [lang] Merge branch 'pr/266'

2017-05-17 Thread britter
Merge branch 'pr/266' This closes #266 Thanks! Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7ddfc8ae Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/7ddfc8ae Diff:

[36/50] [lang] Merge branch 'pr/265'

2017-05-17 Thread britter
Merge branch 'pr/265' This closes #265 Thanks Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/af323712 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/af323712 Diff:

[commons-lang] Git Push Summary

2017-05-17 Thread britter
Repository: commons-lang Updated Tags: refs/tags/LANG_3_6_RC2 [created] 75c28fc46

svn commit: r19714 - in /dev/commons/lang: ./ binaries/ source/

2017-05-17 Thread britter
Author: britter Date: Wed May 17 15:40:01 2017 New Revision: 19714 Log: Prepare Apache Commons Lang 3.6 RC2 Added: dev/commons/lang/RELEASE-NOTES.txt dev/commons/lang/binaries/commons-lang3-3.6-bin.tar.gz (with props) dev/commons/lang/binaries/commons-lang3-3.6-bin.tar.gz.asc

[text] Add missing JavaDoc thereby making it possible to remove relaxed checkstyle rule

2017-05-17 Thread britter
Repository: commons-text Updated Branches: refs/heads/master 7bdd61fbf -> 343b4a9cb Add missing JavaDoc thereby making it possible to remove relaxed checkstyle rule Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

svn commit: r1795465 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/gif/GifImageParser.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:46:58 2017 New Revision: 1795465 URL: http://svn.apache.org/viewvc?rev=1795465=rev Log: Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions. Modified:

svn commit: r1795458 - /commons/proper/imaging/trunk/pom.xml

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:18:14 2017 New Revision: 1795458 URL: http://svn.apache.org/viewvc?rev=1795458=rev Log: Update to latest commons-parent pom Modified: commons/proper/imaging/trunk/pom.xml Modified: commons/proper/imaging/trunk/pom.xml URL:

svn commit: r1795464 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSourceInputStream.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:45:32 2017 New Revision: 1795464 URL: http://svn.apache.org/viewvc?rev=1795464=rev Log: Fix Checkstyle error: Static variable definition in wrong order. Modified:

svn commit: r1795463 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/RationalNumber.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:44:46 2017 New Revision: 1795463 URL: http://svn.apache.org/viewvc?rev=1795463=rev Log: Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions. Modified:

svn commit: r1795460 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:27:55 2017 New Revision: 1795460 URL: http://svn.apache.org/viewvc?rev=1795460=rev Log: Inline local variable Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java Modified:

svn commit: r1795459 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:27:03 2017 New Revision: 1795459 URL: http://svn.apache.org/viewvc?rev=1795459=rev Log: Don't reassign method parameters Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java Modified:

svn commit: r1795453 - /commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/pnm/PnmImageParserTest.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:03:09 2017 New Revision: 1795453 URL: http://svn.apache.org/viewvc?rev=1795453=rev Log: Add missing Apache License header Modified: commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/pnm/PnmImageParserTest.java Modified:

svn commit: r1795462 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/BinaryOutputStream.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:43:05 2017 New Revision: 1795462 URL: http://svn.apache.org/viewvc?rev=1795462=rev Log: Remove unused property Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/BinaryOutputStream.java Modified:

svn commit: r1795457 - /commons/proper/imaging/trunk/pom.xml

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:13:49 2017 New Revision: 1795457 URL: http://svn.apache.org/viewvc?rev=1795457=rev Log: Add RAT exclude for test image Modified: commons/proper/imaging/trunk/pom.xml Modified: commons/proper/imaging/trunk/pom.xml URL:

svn commit: r1795456 - /commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/pnm/PnmImageParserTest.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:05:42 2017 New Revision: 1795456 URL: http://svn.apache.org/viewvc?rev=1795456=rev Log: Use constants defined in StandardCharsets instead of loading Charset by name Modified:

svn commit: r1795461 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java

2017-05-17 Thread britter
Author: britter Date: Wed May 17 21:29:54 2017 New Revision: 1795461 URL: http://svn.apache.org/viewvc?rev=1795461=rev Log: Another local variable we can inline Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/Imaging.java Modified:

[lang] Add missing JavaDocs to make Checkstyle happy

2017-05-17 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 585b1cb97 -> 5a87fa172 Add missing JavaDocs to make Checkstyle happy Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5a87fa17 Tree:

[lang] Remove annotations for documenting concurrency behavior.

2017-05-17 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 5a87fa172 -> 796b051f2 Remove annotations for documenting concurrency behavior. As discussed on the ML, we need more time to figure out the design of this annotations. So I'm removing them in order to get the next release out of the

[lang] Remove LANG-1291 from changes.xml since it has been reverted

2017-05-17 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 796b051f2 -> 05e18cc5c Remove LANG-1291 from changes.xml since it has been reverted Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/05e18cc5 Tree: