[1/2] commons-compress git commit: add LZ4 as supported format in README

2017-02-05 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 8c75380e4 -> de2738ae4 add LZ4 as supported format in README Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9d031793 Tree: http://git-

[2/2] commons-compress git commit: COMPRESS-271 tests for prefill

2017-02-05 Thread bodewig
COMPRESS-271 tests for prefill and clarify AbstractLZ77CompressorInputStream javadocs Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/de2738ae Tree: http://git-wip-us.apache.org/repos/asf/commons-compres

svn commit: r1781829 - in /commons/proper/validator/trunk/src: main/java/org/apache/commons/validator/routines/ test/java/org/apache/commons/validator/routines/

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 23:04:24 2017 New Revision: 1781829 URL: http://svn.apache.org/viewvc?rev=1781829&view=rev Log: Tab police Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java commons/proper/validator/trunk/s

svn commit: r1781815 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/CreditCardValidator.java test/java/org/apache/commons/validator/routi

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 21:58:38 2017 New Revision: 1781815 URL: http://svn.apache.org/viewvc?rev=1781815&view=rev Log: VALIDATOR-413 Generic CreditCard validation Modified: commons/proper/validator/trunk/src/changes/changes.xml commons/proper/validator/trunk/src/main/java/org/apac

svn commit: r1781798 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 20:31:39 2017 New Revision: 1781798 URL: http://svn.apache.org/viewvc?rev=1781798&view=rev Log: Improve Javadoc layout Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java Modified: commons/prope

svn commit: r1781791 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx/PcxWriter.java

2017-02-05 Thread damjan
Author: damjan Date: Sun Feb 5 19:41:08 2017 New Revision: 1781791 URL: http://svn.apache.org/viewvc?rev=1781791&view=rev Log: Add support for writing 8 color PCX files. Patch by: me Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx/PcxWriter.java

svn commit: r1781790 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 19:03:59 2017 New Revision: 1781790 URL: http://svn.apache.org/viewvc?rev=1781790&view=rev Log: Not useful Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java Modified: commons/proper/validator/tru

svn commit: r1781789 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/CodeValidator.java

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 18:46:45 2017 New Revision: 1781789 URL: http://svn.apache.org/viewvc?rev=1781789&view=rev Log: VALIDATOR-379 CodeValidator unconditionally trim()s the input string Modified: commons/proper/validator/trunk/src/changes/changes.xml commons/proper/validator/tru

svn commit: r1781788 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/UrlValidator.java test/java/org/apache/commons/validator/routines/Url

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 18:35:00 2017 New Revision: 1781788 URL: http://svn.apache.org/viewvc?rev=1781788&view=rev Log: VALIDATOR-387 Userinfo without colon should be valid in UrlValidator Modified: commons/proper/validator/trunk/src/changes/changes.xml commons/proper/validator/tru

[2/2] commons-compress git commit: COMPRESS-271 add read-support for LZ4 with block dependency

2017-02-05 Thread bodewig
COMPRESS-271 add read-support for LZ4 with block dependency Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/8c75380e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/8c75380e Diff: http:

[1/2] commons-compress git commit: COMPRESS-271 test file using block dependency

2017-02-05 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 68bc083e6 -> 8c75380e4 COMPRESS-271 test file using block dependency has been created with ``` lz4 -BD -B4 bla.dump ``` `-B4` for a 64k block size as the file is smaller than 4MB and we wouldn't see the effect of block dependen

svn commit: r1781786 - /commons/proper/validator/trunk/src/changes/changes.xml

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 17:54:39 2017 New Revision: 1781786 URL: http://svn.apache.org/viewvc?rev=1781786&view=rev Log: VALIDATOR-394 - General Modulus Ten Check Digit Implementation Modified: commons/proper/validator/trunk/src/changes/changes.xml Modified: commons/proper/validator/tru

svn commit: r18146 - in /dev/commons/jcs: ./ binaries/ source/

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 17:22:36 2017 New Revision: 18146 Log: Release candidate commons-jcs-2.1-RC1 Added: dev/commons/jcs/RELEASE-NOTES.txt dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz (with props) dev/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc (wit

svn commit: r1781785 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx: PcxConstants.java PcxWriter.java

2017-02-05 Thread damjan
Author: damjan Date: Sun Feb 5 17:07:51 2017 New Revision: 1781785 URL: http://svn.apache.org/viewvc?rev=1781785&view=rev Log: Allow giving PCX a hint as to the number of planes to use, and by default, write 16 color images using 4 planes of 1 bit instead of 1 plane of 4 bits, as GIMP and Apache

svn commit: r1781780 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java

2017-02-05 Thread sebb
Author: sebb Date: Sun Feb 5 16:34:46 2017 New Revision: 1781780 URL: http://svn.apache.org/viewvc?rev=1781780&view=rev Log: Document the number ranges Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java Modified: commons/p

Nexus: Staging Completed

2017-02-05 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:commons-jcs-2.1-RC1Deployer properties:"userAgent" = "Apache-Maven/3.2.1 (Java 1.7.0_55; Mac OS X 10.11.6), Apache-Maven/3.2.1 (Java 1.7.0_55; Mac OS X 10.11.6)""userId" = "tv""ip" = "77.7.236.103"Details:The following artifacts have been stage

svn commit: r1781770 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx: PcxImageParser.java PcxWriter.java RleReader.java RleWriter.java

2017-02-05 Thread damjan
Author: damjan Date: Sun Feb 5 14:50:40 2017 New Revision: 1781770 URL: http://svn.apache.org/viewvc?rev=1781770&view=rev Log: Allow PCX's RLE compression to span multiple lines when reading and when writing. This should not only allow us to read such images, but also compress the images we write

commons-compress git commit: COMPRESS-271 support for skipping skippable frames in lz4

2017-02-05 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 2239893ab -> 68bc083e6 COMPRESS-271 support for skipping skippable frames in lz4 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/68bc08

svn commit: r18144 - in /dev/commons/configuration: ./ binaries/ source/

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 14:01:15 2017 New Revision: 18144 Log: Add Apache Commons Configuration 2.1.1 RC1 Added: dev/commons/configuration/RELEASE-NOTES.txt dev/commons/configuration/binaries/commons-configuration2-2.1.1-bin.tar.gz (with props) dev/commons/configuration/b

Nexus: Staging Completed

2017-02-05 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Apache Commons Configuration 2.1.1 RC1Deployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.8.0_112; Mac OS X 10.12.3)""userId" = "britter""ip" = "88.65.236.248"Details:The following artifacts have been staged/org/apache/commons/commons

svn commit: r1781755 - in /commons/proper/configuration/tags/CONFIGURATION_2_1_1_RC1: ./ pom.xml

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:40:24 2017 New Revision: 1781755 URL: http://svn.apache.org/viewvc?rev=1781755&view=rev Log: Creating CONFIGURATION_2_1_1_RC1 tag Added: commons/proper/configuration/tags/CONFIGURATION_2_1_1_RC1/ (props changed) - copied from r1781754, commons/prope

svn commit: r1781754 - in /commons/proper/configuration/trunk/src/site: site.xml xdoc/dependencies.xml

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:36:50 2017 New Revision: 1781754 URL: http://svn.apache.org/viewvc?rev=1781754&view=rev Log: Update documentation for 2.1.1 release Modified: commons/proper/configuration/trunk/src/site/site.xml commons/proper/configuration/trunk/src/site/xdoc/dependenc

commons-compress git commit: COMPRESS-271 must reset checksum before reading next frame

2017-02-05 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 25ecc9b17 -> 2239893ab COMPRESS-271 must reset checksum before reading next frame Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/22398

svn commit: r1781753 - /commons/proper/configuration/trunk/src/changes/changes.xml

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:33:42 2017 New Revision: 1781753 URL: http://svn.apache.org/viewvc?rev=1781753&view=rev Log: The Apache Commons Community is the author the all code and documentation Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/pr

svn commit: r1781752 - in /commons/proper/configuration/trunk: CONTRIBUTING.md README.md

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:30:15 2017 New Revision: 1781752 URL: http://svn.apache.org/viewvc?rev=1781752&view=rev Log: Add documentation for GitHub contributors Added: commons/proper/configuration/trunk/CONTRIBUTING.md commons/proper/configuration/trunk/README.md Added: commons

svn commit: r1781750 - /commons/proper/configuration/trunk/RELEASE-NOTES.txt

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:28:01 2017 New Revision: 1781750 URL: http://svn.apache.org/viewvc?rev=1781750&view=rev Log: Add Release notes for 2.1.1 release Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt U

svn commit: r1781747 - /commons/proper/configuration/trunk/src/changes/changes.xml

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:18:32 2017 New Revision: 1781747 URL: http://svn.apache.org/viewvc?rev=1781747&view=rev Log: Update changes.xml for release 2.1.1 Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/

svn commit: r1781746 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: ./ commons-jcs-core/ commons-jcs-dist/ commons-jcs-jcache-extras/ commons-jcs-jcache-openjpa/ commons-jcs-jcache/ commons-jcs

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 13:17:58 2017 New Revision: 1781746 URL: http://svn.apache.org/viewvc?rev=1781746&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml commons/proper/jcs/br

svn commit: r1781745 - /commons/proper/jcs/tags/commons-jcs-2.1/

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 13:17:46 2017 New Revision: 1781745 URL: http://svn.apache.org/viewvc?rev=1781745&view=rev Log: [maven-release-plugin] copy for tag commons-jcs-2.1 Added: commons/proper/jcs/tags/commons-jcs-2.1/ (props changed) - copied from r1781744, commons/proper/jcs/br

svn commit: r1781744 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: ./ commons-jcs-core/ commons-jcs-dist/ commons-jcs-jcache-extras/ commons-jcs-jcache-openjpa/ commons-jcs-jcache/ commons-jcs

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 13:17:25 2017 New Revision: 1781744 URL: http://svn.apache.org/viewvc?rev=1781744&view=rev Log: [maven-release-plugin] prepare release commons-jcs-2.1 Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/pom.xml commons/proper/jcs/branches/

svn commit: r1781743 - /commons/proper/configuration/trunk/src/site/xdoc/download_configuration.xml

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:16:46 2017 New Revision: 1781743 URL: http://svn.apache.org/viewvc?rev=1781743&view=rev Log: Updated download page in preparation for 2.1.1 release Modified: commons/proper/configuration/trunk/src/site/xdoc/download_configuration.xml Modified: commons/pro

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

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 13:16:08 2017 New Revision: 1781742 URL: http://svn.apache.org/viewvc?rev=1781742&view=rev Log: Configure build to generate required set of artifacts for next release Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/

svn commit: r1781741 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: RELEASE-NOTES.txt xdocs/download_jcs.xml

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 13:11:23 2017 New Revision: 1781741 URL: http://svn.apache.org/viewvc?rev=1781741&view=rev Log: Prepare release Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml Mod

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

2017-02-05 Thread britter
Author: britter Date: Sun Feb 5 12:48:23 2017 New Revision: 1781740 URL: http://svn.apache.org/viewvc?rev=1781740&view=rev Log: Preparing the next release. There are no API changes detected by clirr, so it looks like this will be a patch release. Set version to reflect this Modified: common

commons-compress git commit: COMPRESS-271 support for decompressConcatenated in lz4 frame input

2017-02-05 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 3af95ce3a -> 25ecc9b17 COMPRESS-271 support for decompressConcatenated in lz4 frame input Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/comm

[lang] Fix a few broken @literal tags (closes #233)

2017-02-05 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master ebcef2d16 -> 04a2a4b45 Fix a few broken @literal tags (closes #233) The Javadoc of SystemDefaultsSwitch contains some broken @literal tags. Instead of {@literal @} to insert a '@' into the HTML, {@literal@} without the space is used,

svn commit: r1781734 - /commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/src/site/resources/profile.clirr

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 11:32:46 2017 New Revision: 1781734 URL: http://svn.apache.org/viewvc?rev=1781734&view=rev Log: Re-enable clirr-report for core Added: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/src/site/resources/profile.clirr Added: commons/proper/jcs/bran

svn commit: r1781733 - /commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 11:26:12 2017 New Revision: 1781733 URL: http://svn.apache.org/viewvc?rev=1781733&view=rev Log: Document changes Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/c

svn commit: r1781732 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: ./ auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/javagroups/ commons-jcs-core/ commons-jcs-core/src/main/j

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 11:19:13 2017 New Revision: 1781732 URL: http://svn.apache.org/viewvc?rev=1781732&view=rev Log: Merge selected bugfixes from trunk into 2.1-RC branch Removed: commons/proper/jcs/branches/commons-jcs-2.1-RC/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxi

svn commit: r1781727 - /commons/proper/jcs/branches/commons-jcs-2.1-RC/

2017-02-05 Thread tv
Author: tv Date: Sun Feb 5 10:04:56 2017 New Revision: 1781727 URL: http://svn.apache.org/viewvc?rev=1781727&view=rev Log: Prepare bugfix release Added: commons/proper/jcs/branches/commons-jcs-2.1-RC/ (props changed) - copied from r1781726, commons/proper/jcs/tags/commons-jcs-2.0/ P