svn commit: r1382770 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 11:43:48 2012 New Revision: 1382770 URL: http://svn.apache.org/viewvc?rev=1382770view=rev Log: Preparing for release 1.7 RC1. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/src/changes/changes.xml URL:

svn commit: r1382773 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt src/site/xdoc/download_codec.xml

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 11:54:06 2012 New Revision: 1382773 URL: http://svn.apache.org/viewvc?rev=1382773view=rev Log: Preparing for release 1.7 RC1. Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt commons/proper/codec/trunk/src/site/xdoc/download_codec.xml Modified:

svn commit: r1382774 - in /commons/proper/codec/tags/1.7-RC1: ./ pom.xml

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 11:55:05 2012 New Revision: 1382774 URL: http://svn.apache.org/viewvc?rev=1382774view=rev Log: Create commons-codec-1.7-RC1. Added: commons/proper/codec/tags/1.7-RC1/ - copied from r1382773, commons/proper/codec/trunk/ Modified:

Nexus: Staging Completed.

2012-09-10 Thread Nexus Repository Manager
Description:Apache Commons Codec 1.7-RC1.Details:The following artifacts have been staged to the org.apache.commons-044 (u:ggregory, a:98.180.88.129)

Nexus: Staging Repository Dropped.

2012-09-10 Thread Nexus Repository Manager
Description:Drop for typo in changes.xml.Details:The org.apache.commons-044 (u:ggregory, a:98.180.88.129) staging repository has been dropped.

svn commit: r1382783 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 12:05:15 2012 New Revision: 1382783 URL: http://svn.apache.org/viewvc?rev=1382783view=rev Log: Preparing for release 1.7 RC1. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/src/changes/changes.xml URL:

svn commit: r1382833 - /commons/proper/codec/tags/1.7-RC1/

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 13:38:42 2012 New Revision: 1382833 URL: http://svn.apache.org/viewvc?rev=1382833view=rev Log: Create commons-codec-1.7-RC1. Removed: commons/proper/codec/tags/1.7-RC1/

svn commit: r1382834 - in /commons/proper/codec/tags/1.7-RC1: ./ pom.xml

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 13:38:56 2012 New Revision: 1382834 URL: http://svn.apache.org/viewvc?rev=1382834view=rev Log: Create commons-codec-1.7-RC1. Added: commons/proper/codec/tags/1.7-RC1/ - copied from r1382832, commons/proper/codec/trunk/ Modified:

Nexus: Staging Completed.

2012-09-10 Thread Nexus Repository Manager
Description:Apache Commons Codec 1.7-RC1.Details:The following artifacts have been staged to the org.apache.commons-046 (u:ggregory, a:98.180.88.129)

svn commit: r1382887 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: complex/ geometry/euclidean/threed/ ode/ ode/nonstiff/ ode/sampling/ util/

2012-09-10 Thread luc
Author: luc Date: Mon Sep 10 14:37:27 2012 New Revision: 1382887 URL: http://svn.apache.org/viewvc?rev=1382887view=rev Log: Removed too aggressive checks for impossible errors. The checks were added recently as part of throws declaration updates. In theses cases, the exception cannot be

svn commit: r1382902 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java

2012-09-10 Thread luc
Author: luc Date: Mon Sep 10 14:47:19 2012 New Revision: 1382902 URL: http://svn.apache.org/viewvc?rev=1382902view=rev Log: Replaced factory using Object with type-safe version. Only two types of adapters were used: double array and stream, in a private internal factory. This has been suppressed

svn commit: r1382904 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: distribution/ exception/ exception/util/ random/

2012-09-10 Thread luc
Author: luc Date: Mon Sep 10 14:47:45 2012 New Revision: 1382904 URL: http://svn.apache.org/viewvc?rev=1382904view=rev Log: Updated throws declaration for random package (and part of distribution). Added:

svn commit: r1382906 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform: FastCosineTransformer.java RealTransformer.java

2012-09-10 Thread luc
Author: luc Date: Mon Sep 10 14:48:03 2012 New Revision: 1382906 URL: http://svn.apache.org/viewvc?rev=1382906view=rev Log: Updated throws declarations for transform package. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/FastCosineTransformer.java

svn commit: r1382998 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

2012-09-10 Thread celestin
Author: celestin Date: Mon Sep 10 17:42:53 2012 New Revision: 1382998 URL: http://svn.apache.org/viewvc?rev=1382998view=rev Log: Removed unused @throws Javadoc tag. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java Modified:

svn commit: r1383052 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.java

2012-09-10 Thread celestin
Author: celestin Date: Mon Sep 10 19:05:54 2012 New Revision: 1383052 URL: http://svn.apache.org/viewvc?rev=1383052view=rev Log: MATH-854: fill the throws clause of ArrayFieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.java

svn commit: r1383108 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha2CryptTest.java

2012-09-10 Thread ggregory
Author: ggregory Date: Mon Sep 10 20:54:29 2012 New Revision: 1383108 URL: http://svn.apache.org/viewvc?rev=1383108view=rev Log: Add missing ASF header. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha2CryptTest.java Modified:

svn commit: r1383141 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2012-09-10 Thread sebb
Author: sebb Date: Mon Sep 10 22:46:47 2012 New Revision: 1383141 URL: http://svn.apache.org/viewvc?rev=1383141view=rev Log: Document required Java version Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt commons/proper/codec/trunk/src/changes/changes.xml Modified:

svn commit: r1383170 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/StringUtilsTest.java

2012-09-10 Thread sebb
Author: sebb Date: Mon Sep 10 23:58:29 2012 New Revision: 1383170 URL: http://svn.apache.org/viewvc?rev=1383170view=rev Log: Use valid input for testing byte conversion, as behaviour for invalid input is undefined. Fixes test failure with IBM Java 1.6 Modified:

svn commit: r1383171 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt src/changes/release-notes.vm

2012-09-10 Thread sebb
Author: sebb Date: Tue Sep 11 00:02:54 2012 New Revision: 1383171 URL: http://svn.apache.org/viewvc?rev=1383171view=rev Log: IBM Java no longer causes a test failure Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt commons/proper/codec/trunk/src/changes/release-notes.vm Modified: