svn commit: r1540252 - in /commons/proper/imaging/trunk/src: main/java/org/apache/commons/imaging/formats/tiff/taginfos/ main/java/org/apache/commons/imaging/palette/ test/data/images/ test/data/image

2013-11-08 Thread damjan
Author: damjan Date: Sat Nov 9 03:18:33 2013 New Revision: 1540252 URL: http://svn.apache.org/r1540252 Log: Add some Javadoc and tests. Fix a bug in string parsing from TIFF tags. Fix a ColorGroup bug where a list that needs to be sorted is immutable. Added: commons/proper/imaging/trunk/src

svn commit: r1540251 - in /commons/proper/imaging/trunk: LICENSE.txt pom.xml

2013-11-08 Thread damjan
Author: damjan Date: Sat Nov 9 03:11:57 2013 New Revision: 1540251 URL: http://svn.apache.org/r1540251 Log: Add RAT exclusions for text-based images. Get Jacoco working. Modified: commons/proper/imaging/trunk/LICENSE.txt commons/proper/imaging/trunk/pom.xml Modified: commons/proper/ima

svn commit: r1540231 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range: AbstractRange.java CharacterRange.java DoubleRange.java FloatRange.java IntegerRange.java L

2013-11-08 Thread mbenson
Author: mbenson Date: Sat Nov 9 00:29:42 2013 New Revision: 1540231 URL: http://svn.apache.org/r1540231 Log: extract some duplicate Range code into AbstractRange Added: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/range/AbstractRange.java Modified: commons

svn commit: r1540230 - in /commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor: BaseFunctorTest.java generator/util/TestEachElement.java

2013-11-08 Thread mbenson
Author: mbenson Date: Sat Nov 9 00:28:59 2013 New Revision: 1540230 URL: http://svn.apache.org/r1540230 Log: unused imports Modified: commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java commons/proper/functor/trunk/core/src/test/java/org/apac

svn commit: r1540226 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java

2013-11-08 Thread sebb
Author: sebb Date: Sat Nov 9 00:07:56 2013 New Revision: 1540226 URL: http://svn.apache.org/r1540226 Log: Tab police Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java Modified: commons/proper/codec/trunk/src/main/java/org/apache/co

svn commit: r1540224 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.java

2013-11-08 Thread sebb
Author: sebb Date: Sat Nov 9 00:06:29 2013 New Revision: 1540224 URL: http://svn.apache.org/r1540224 Log: Tab police Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.java Modified: commons/proper/codec/trunk/src/test/java/

svn commit: r1540225 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/Rule.java

2013-11-08 Thread sebb
Author: sebb Date: Sat Nov 9 00:06:53 2013 New Revision: 1540225 URL: http://svn.apache.org/r1540225 Log: Tab police Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/Rule.java Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/code

svn commit: r1540217 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/distribution/PoissonDistribution.java

2013-11-08 Thread psteitz
Author: psteitz Date: Fri Nov 8 23:27:49 2013 New Revision: 1540217 URL: http://svn.apache.org/r1540217 Log: Fixed unintended integer division error in PoissonDistribution sampling method. JIRA: MATH-1056 Reported and patched by Sean Owen. Modified: commons/proper/math/trunk/src/changes/chan

svn commit: r1540189 - /commons/proper/beanutils/branches/java5/

2013-11-08 Thread oheger
Author: oheger Date: Fri Nov 8 21:15:19 2013 New Revision: 1540189 URL: http://svn.apache.org/r1540189 Log: Removed java5 branch after it has been re-integrated. Removed: commons/proper/beanutils/branches/java5/

svn commit: r1540184 - /commons/proper/beanutils/branches/java5/

2013-11-08 Thread oheger
Author: oheger Date: Fri Nov 8 21:02:58 2013 New Revision: 1540184 URL: http://svn.apache.org/r1540184 Log: Merged changes from trunk into branch (there were not many). Modified: commons/proper/beanutils/branches/java5/ (props changed) Propchange: commons/proper/beanutils/branches/java5/

svn commit: r1540183 - /commons/proper/beanutils/branches/java5/src/changes/changes.xml

2013-11-08 Thread oheger
Author: oheger Date: Fri Nov 8 21:00:32 2013 New Revision: 1540183 URL: http://svn.apache.org/r1540183 Log: Updated changes.xml for [BEANUTILS-452]. Modified: commons/proper/beanutils/branches/java5/src/changes/changes.xml Modified: commons/proper/beanutils/branches/java5/src/changes/change

svn commit: r1540167 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3: filter/KalmanFilterTest.java optim/nonlinear/scalar/noderiv/CMAESOptimizerTest.java optimization/direct/CMA

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 20:00:08 2013 New Revision: 1540167 URL: http://svn.apache.org/r1540167 Log: [MATH-1059] Replace Math with FastMath. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/filter/KalmanFilterTest.java commons/proper/math/trunk/src/test/jav

svn commit: r1540166 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/regression/MillerUpdatingRegressionTest.java

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 19:56:28 2013 New Revision: 1540166 URL: http://svn.apache.org/r1540166 Log: [MATH-1059] Replace Math with FastMath. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/regression/MillerUpdatingRegressionTest.java Modified: commons/pr

svn commit: r1540155 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/complex/Complex.java test/java/org/apache/commons/math3/analysis/FunctionUtilsTest.java

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 19:08:22 2013 New Revision: 1540155 URL: http://svn.apache.org/r1540155 Log: [MATH-1059] Replace Math with FastMath. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/complex/Complex.java commons/proper/math/trunk/src/test/java/org/ap

svn commit: r1540086 - in /commons/proper/compress/trunk: pom.xml src/main/java/org/apache/commons/compress/compressors/snappy/ src/main/java/org/apache/commons/compress/compressors/snappy/SnappyDecom

2013-11-08 Thread bodewig
Author: bodewig Date: Fri Nov 8 15:44:16 2013 New Revision: 1540086 URL: http://svn.apache.org/r1540086 Log: COMPRESS-147 initial SnappyDecompressor by BELUGA BEHR Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/snappy/ commons/proper/compress

svn commit: r1540075 - in /commons/proper/math/trunk/src: changes/changes.xml test/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/BOBYQAOptimizerTest.java test/java/org/apache/commons/ma

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 15:19:46 2013 New Revision: 1540075 URL: http://svn.apache.org/r1540075 Log: Fix failing unit tests for BOBYQAOptimizer when executed with a 1.5 jvm due to slight differences in accuracy of the certain Math functions. Modified: commons/proper/math/trunk/src/change

svn commit: r885879 - /websites/production/commons/content/proper/commons-pool/apidocs/

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 15:03:12 2013 New Revision: 885879 Log: Need docs in two locations Added: websites/production/commons/content/proper/commons-pool/apidocs/ - copied from r885878, websites/production/commons/content/proper/commons-pool/api-2.0/

svn commit: r885878 - in /websites/production/commons/content/proper/commons-pool: ./ api-2.0/ api-2.0/org/apache/commons/pool/ api-2.0/org/apache/commons/pool2/ api-2.0/org/apache/commons/pool2/class

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 14:58:37 2013 New Revision: 885878 Log: Update Commons Pool site for Pool 2.0 release [This commit notification would consist of 138 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r885872 - /websites/production/commons/content/proper/commons-pool/._api-1.5.2

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 14:06:02 2013 New Revision: 885872 Log: Remove odd file Removed: websites/production/commons/content/proper/commons-pool/._api-1.5.2

svn commit: r3460 - /dev/commons/pool/ /dev/commons/pool/binaries/ /dev/commons/pool/source/ /release/commons/pool/ /release/commons/pool/binaries/ /release/commons/pool/source/

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 13:51:24 2013 New Revision: 3460 Log: Release Commons Pool 2.0 Added: release/commons/pool/RELEASE-NOTES.txt - copied unchanged from r3459, dev/commons/pool/RELEASE-NOTES.txt release/commons/pool/binaries/commons-pool2-2.0-bin.tar.gz - copied unc

svn commit: r3460 - /dev/commons/pool/ /dev/commons/pool/binaries/ /dev/commons/pool/source/ /release/commons/pool/ /release/commons/pool/binaries/ /release/commons/pool/source/

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 13:51:24 2013 New Revision: 3460 Log: Release Commons Pool 2.0 Added: release/commons/pool/RELEASE-NOTES.txt - copied unchanged from r3459, dev/commons/pool/RELEASE-NOTES.txt release/commons/pool/binaries/commons-pool2-2.0-bin.tar.gz - copied unc

Nexus: Promotion Completed.

2013-11-08 Thread Nexus Repository Manager
Details:The following artifacts have been promoted to the Releases repository.archetype-catalog.xmlcommons-pool2-2.0-javadoc.jar.asccommons-pool2-2.0.jarcommons-pool2-2.0-test-sources.jarcommons-pool2-2.0-sources.jar.asccommons-pool2-2.0.pomcommons-pool2-2.0.pom.asccommons-pool2-2.0-sources.jarcomm

svn commit: r1540000 - /commons/proper/math/trunk/pom.xml

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 12:46:38 2013 New Revision: 154 URL: http://svn.apache.org/r154 Log: Fix indentation. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=154&r

svn commit: r3457 - in /dev/commons/collections: binaries/ source/

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:40:40 2013 New Revision: 3457 Log: Update distribution files for Commons Collections 4.0 RC2. Modified: dev/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz dev/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz.asc dev/comm

svn commit: r3457 - in /dev/commons/collections: binaries/ source/

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:40:40 2013 New Revision: 3457 Log: Update distribution files for Commons Collections 4.0 RC2. Modified: dev/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz dev/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz.asc dev/comm

Nexus: Staging Completed.

2013-11-08 Thread Nexus Repository Manager
Description:Prepare for vote of Commons Collections 4.0 based on RC2.Details:The following artifacts have been staged to the org.apache.commons-090 (u:tn, a:81.11.198.102) repository.archetype-catalog.xmlcommons-collections4-4.0-bin.tar.gzcommons-collections4-4.0-javadoc.jar.asccommons-collections4

svn commit: r1539958 - in /commons/proper/collections/tags/COLLECTIONS_4_0_RC2: ./ pom.xml src/changes/changes.xml src/site/xdoc/download_collections.xml src/site/xdoc/index.xml

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:26:59 2013 New Revision: 1539958 URL: http://svn.apache.org/r1539958 Log: Creating Commons Collections v4.0 RC2 tag. Added: commons/proper/collections/tags/COLLECTIONS_4_0_RC2/ - copied from r1539957, commons/proper/collections/trunk/ Modified: commons

svn commit: r1539957 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:25:15 2013 New Revision: 1539957 URL: http://svn.apache.org/r1539957 Log: Fix some generics warnings in test code. Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java Modified: commons/proper/colle

svn commit: r1539955 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:13:30 2013 New Revision: 1539955 URL: http://svn.apache.org/r1539955 Log: Remove spurious hashCode method, which does the same as the inherited one from AbstractMap with the only different that the iterator is sorted, which does not make a difference at all. Modif

Nexus: Staging Repository Dropped.

2013-11-08 Thread Nexus Repository Manager
Details:The org.apache.commons-081 (u:tn, a:81.11.211.3) staging repository has been dropped.

svn commit: r1539954 - /commons/proper/collections/trunk/src/main/assembly/bin.xml

2013-11-08 Thread tn
Author: tn Date: Fri Nov 8 09:00:39 2013 New Revision: 1539954 URL: http://svn.apache.org/r1539954 Log: Add release-notes to binary distribution. Modified: commons/proper/collections/trunk/src/main/assembly/bin.xml Modified: commons/proper/collections/trunk/src/main/assembly/bin.xml URL: h