commons-compress git commit: COMPRESS-389 only increment loc when anything has been read

2017-04-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 5def510d0 -> 0ee8f1e8a COMPRESS-389 only increment loc when anything has been read Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit:

svn commit: r1792689 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/POP3ExportMbox.java

2017-04-25 Thread sebb
Author: sebb Date: Wed Apr 26 00:49:15 2017 New Revision: 1792689 URL: http://svn.apache.org/viewvc?rev=1792689=rev Log: Write individual .eml files if output is a directory Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/POP3ExportMbox.java Modified:

svn commit: r1792686 - in /commons/proper/configuration/trunk/src: changes/changes.xml main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java

2017-04-25 Thread ggregory
Author: ggregory Date: Wed Apr 26 00:14:34 2017 New Revision: 1792686 URL: http://svn.apache.org/viewvc?rev=1792686=rev Log: [CONFIGURATION-665] Add org.apache.commons.configuration2.AbstractHierarchicalConfiguration.toString(). Modified:

commons-numbers git commit: NUMBERS-28: Added cis() method to Complex

2017-04-25 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/cis-method [created] 4f28fca00 NUMBERS-28: Added cis() method to Complex Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/4f28fca0 Tree:

[06/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotationDSTest.java -- diff --git

[05/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git

[10/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java -- diff --git

[07/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/spherical/twod/PropertiesComputer.java -- diff --git

[08/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/DiskGenerator.java -- diff --git

[03/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git

[04/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git

[11/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of the same method which would confuse the compiler, prefer the one which matches the documentation of the method.

[09/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git

[01/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1284 [created] b815d2af5 http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java

[02/11] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-04-25 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git

commons-numbers git commit: NUMBERS-27: Replaced hand-coded hypot with Java.lang.Math hypot

2017-04-25 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/hypot-change [created] b2df9248d NUMBERS-27: Replaced hand-coded hypot with Java.lang.Math hypot Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

commons-numbers git commit: Partial work on C Standard test; pulled changes made to master

2017-04-25 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev 410abd7fa -> 07bbda2fd Partial work on C Standard test; pulled changes made to master Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

Re: svn commit: r1792641 - /commons/proper/jexl/trunk/pom.xml

2017-04-25 Thread Emmanuel Bourg
Le 25/04/2017 à 21:20, sebb a écrit : > Problem is that the short form does not generate the correct relative > links from component pages to the Commons parent site. > Such links need an extra ../ segment. Where are these links generated? We should switch them to absolute URLs. Emmanuel Bourg

commons-io git commit: IOUtilsTestCase#testToByteArray_InputStream_NegativeSize: fix typo

2017-04-25 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 41a3e9c52 -> a64b4cc53 IOUtilsTestCase#testToByteArray_InputStream_NegativeSize: fix typo Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/a64b4cc5 Tree:

commons-io git commit: IOUtils#toByteArray: fix spelling of local variable name

2017-04-25 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 337828003 -> 41a3e9c52 IOUtils#toByteArray: fix spelling of local variable name Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/41a3e9c5 Tree:

commons-io git commit: Correct error message in IOUtils (closes #35)

2017-04-25 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 156653ea5 -> 337828003 Correct error message in IOUtils (closes #35) This corrects the wording of the error message in IOUtils: There's no such word as "readed", and the author probably meant "expected" as opposed to "excepted".

Re: svn commit: r1792641 - /commons/proper/jexl/trunk/pom.xml

2017-04-25 Thread Emmanuel Bourg
Le 25/04/2017 à 20:36, s...@apache.org a écrit : > --- commons/proper/jexl/trunk/pom.xml (original) > +++ commons/proper/jexl/trunk/pom.xml Tue Apr 25 18:36:28 2017 > @@ -28,7 +28,7 @@ > Apache Commons JEXL > 2001 > The Apache Commons JEXL library is an implementation of the >

[02/10] commons-compress git commit: Merge remote-tracking branch 'apache/master' into COMPRESS-382

2017-04-25 Thread bodewig
Merge remote-tracking branch 'apache/master' into COMPRESS-382 # Conflicts: # src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java # src/test/java/org/apache/commons/compress/compressors/DetectCompressorTestCase.java Project:

[01/10] commons-compress git commit: COMPRESS-382 first draft of preventing OOM in LZMA

2017-04-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 08f0aba10 -> 5def510d0 COMPRESS-382 first draft of preventing OOM in LZMA Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/70594bca

[03/10] commons-compress git commit: COMPRESS-382 and COMPRESS-386 -- add memoryLimit to CompressorStreamFactory and ZCompressorInputStream and LZMACompressorInputStream

2017-04-25 Thread bodewig
COMPRESS-382 and COMPRESS-386 -- add memoryLimit to CompressorStreamFactory and ZCompressorInputStream and LZMACompressorInputStream Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7d73baf1 Tree:

[09/10] commons-compress git commit: merge hard reset -- move from other change list...ugh

2017-04-25 Thread bodewig
merge hard reset -- move from other change list...ugh Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2247ff96 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2247ff96 Diff:

[07/10] commons-compress git commit: COMPRESS-382 and COMPRESS-386 -- hard reset to expunge static parameter proposal. Updated MemoryLimitException to include cause when it exists. Updated LZWInputStr

2017-04-25 Thread bodewig
COMPRESS-382 and COMPRESS-386 -- hard reset to expunge static parameter proposal. Updated MemoryLimitException to include cause when it exists. Updated LZWInputStream to calculate estimated memory on maxTableSize*6 to account for int[] and byte[], byte[]. Project:

[06/10] commons-compress git commit: COMPRESS-382 and COMPRESS-386 -- take 4, clean up and allow for overflow via longs.

2017-04-25 Thread bodewig
COMPRESS-382 and COMPRESS-386 -- take 4, clean up and allow for overflow via longs. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/26eab98e Tree:

[04/10] commons-compress git commit: COMPRESS-382 and COMPRESS-386 -- break out unit tests; add memory limit for xz.

2017-04-25 Thread bodewig
COMPRESS-382 and COMPRESS-386 -- break out unit tests; add memory limit for xz. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b10528a6 Tree:

[10/10] commons-compress git commit: Merge branch 'COMPRESS-382'

2017-04-25 Thread bodewig
Merge branch 'COMPRESS-382' closes #20 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5def510d Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5def510d Diff:

[08/10] commons-compress git commit: merge hard reset

2017-04-25 Thread bodewig
merge hard reset Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/00b5e391 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/00b5e391 Diff:

[05/10] commons-compress git commit: COMPRESS-382 and COMPRESS-386 -- take 3, create static MemoryLimit and remove new ctors.

2017-04-25 Thread bodewig
COMPRESS-382 and COMPRESS-386 -- take 3, create static MemoryLimit and remove new ctors. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0e8ff9c4 Tree:

svn commit: r1792641 - /commons/proper/jexl/trunk/pom.xml

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 18:36:28 2017 New Revision: 1792641 URL: http://svn.apache.org/viewvc?rev=1792641=rev Log: Fix up URL so relative URLs such as Security work Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

[2/3] commons-compress git commit: COMPRESS-388: Fix concurrent reads performance

2017-04-25 Thread bodewig
COMPRESS-388: Fix concurrent reads performance Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7e89c9cc Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7e89c9cc Diff:

[1/3] commons-compress git commit: COMPRESS-388: Improve stream performance with wrapped buffers

2017-04-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 13a039029 -> 08f0aba10 COMPRESS-388: Improve stream performance with wrapped buffers Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit:

[3/3] commons-compress git commit: COMPRESS-388 record merged PR

2017-04-25 Thread bodewig
COMPRESS-388 record merged PR closes #21 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/08f0aba1 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/08f0aba1 Diff:

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

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 14:44:22 2017 New Revision: 1792619 URL: http://svn.apache.org/viewvc?rev=1792619=rev Log: Update to current database Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java Modified:

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

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 14:25:25 2017 New Revision: 1792618 URL: http://svn.apache.org/viewvc?rev=1792618=rev Log: VALIDATOR-423 Add ISINValidator Added: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/ISINValidator.java (with props)

svn commit: r1792612 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/checkdigit/ISINCheckDigitTest.java

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 13:57:00 2017 New Revision: 1792612 URL: http://svn.apache.org/viewvc?rev=1792612=rev Log: More tests Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/checkdigit/ISINCheckDigitTest.java Modified:

svn commit: r1792604 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ISINCheckDigit.java

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 12:02:26 2017 New Revision: 1792604 URL: http://svn.apache.org/viewvc?rev=1792604=rev Log: Spacing Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ISINCheckDigit.java Modified:

svn commit: r1792596 - in /commons/proper/validator/trunk/src: main/java/org/apache/commons/validator/routines/checkdigit/package.html test/java/org/apache/commons/validator/routines/checkdigit/ISINCh

2017-04-25 Thread sebb
Author: sebb Date: Tue Apr 25 10:12:26 2017 New Revision: 1792596 URL: http://svn.apache.org/viewvc?rev=1792596=rev Log: VALIDATOR-422 Document that check digit routines only validate the check digits Modified: