svn commit: r761492 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/compressors/gzip/GzipUtils.java test/java/org/apache/commons/compress/compressors/GzipUtilsTestCase.j

2009-04-02 Thread sebb
Author: sebb Date: Fri Apr 3 00:35:43 2009 New Revision: 761492 URL: http://svn.apache.org/viewvc?rev=761492&view=rev Log: COMPRESS-68 Filename suffix mappings for compression formats Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/GzipUtils.j

svn commit: r761477 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/AbstractTestCase.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 23:35:17 2009 New Revision: 761477 URL: http://svn.apache.org/viewvc?rev=761477&view=rev Log: Tar autodetect now works for existing test files Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/AbstractTestCase.java Modified: com

svn commit: r761475 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar: TarArchiveEntry.java TarArchiveInputStream.java TarConstants.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 23:34:48 2009 New Revision: 761475 URL: http://svn.apache.org/viewvc?rev=761475&view=rev Log: Split magic into magic and version Improve match() method so it works for Posix and GNU Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compres

svn commit: r761474 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/utils/ArchiveUtils.java test/java/org/apache/commons/compress/ArchiveUtilsTest.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 23:33:43 2009 New Revision: 761474 URL: http://svn.apache.org/viewvc?rev=761474&view=rev Log: Add some utility methods and tests Added: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/ArchiveUtilsTest.java (with props) Modified: c

svn commit: r761473 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 23:32:33 2009 New Revision: 761473 URL: http://svn.apache.org/viewvc?rev=761473&view=rev Log: Give Tar more data to work with when autodetecting Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java

svn commit: r761445 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2009-04-02 Thread rgoers
Author: rgoers Date: Thu Apr 2 22:07:25 2009 New Revision: 761445 URL: http://svn.apache.org/viewvc?rev=761445&view=rev Log: Create and deploy source jar along with binary jar Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/confi

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

2009-04-02 Thread rgoers
Author: rgoers Date: Thu Apr 2 21:16:59 2009 New Revision: 761431 URL: http://svn.apache.org/viewvc?rev=761431&view=rev Log: Create and deploy source jar along with binary jar Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: htt

svn commit: r761372 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/tar/ test/java/org/apache/commons/compress/archivers/tar/

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 18:45:02 2009 New Revision: 761372 URL: http://svn.apache.org/viewvc?rev=761372&view=rev Log: Rename TarUtils.getXXX methods as formatXXX Update Javadoc Throw IllegalArgumentException if value won't fit in buffer Treat long values as unsigned Use String instead of Str

svn commit: r761363 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/ArchiveReadTests.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 18:15:25 2009 New Revision: 761363 URL: http://svn.apache.org/viewvc?rev=761363&view=rev Log: Unused import Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/ArchiveReadTests.java Modified: commons/proper/compress/trunk/src/test

svn commit: r761325 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventState.java

2009-04-02 Thread luc
Author: luc Date: Thu Apr 2 15:30:39 2009 New Revision: 761325 URL: http://svn.apache.org/viewvc?rev=761325&view=rev Log: fixed a serialization warning Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventState.java Modified: commons/proper/math/trunk/src/j

svn commit: r761323 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/ode: ./ nonstiff/ sampling/

2009-04-02 Thread luc
Author: luc Date: Thu Apr 2 15:29:45 2009 New Revision: 761323 URL: http://svn.apache.org/viewvc?rev=761323&view=rev Log: moved multistep integrator and step interpolator base classes to their corresponding generic package Added: commons/proper/math/trunk/src/java/org/apache/commons/math/o

svn commit: r761321 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/repositories/HistoryOfMyThread.java

2009-04-02 Thread nicolas
Author: nicolas Date: Thu Apr 2 15:27:28 2009 New Revision: 761321 URL: http://svn.apache.org/viewvc?rev=761321&view=rev Log: (empty) Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/repositories/HistoryOfMyThread.java Modified: common

svn commit: r761320 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar: TarArchiveEntry.java TarConstants.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 15:19:17 2009 New Revision: 761320 URL: http://svn.apache.org/viewvc?rev=761320&view=rev Log: Update Javadoc Rationalise MAGIC names Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java commons

svn commit: r761295 - /commons/proper/compress/trunk/pom.xml

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 13:48:38 2009 New Revision: 761295 URL: http://svn.apache.org/viewvc?rev=761295&view=rev Log: Add myself as developer Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/prope

svn commit: r761293 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java

2009-04-02 Thread sebb
Author: sebb Date: Thu Apr 2 13:42:18 2009 New Revision: 761293 URL: http://svn.apache.org/viewvc?rev=761293&view=rev Log: Initial ArchiveUtils implementation Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/ArchiveUtils.java (with props) Added: comm

svn commit: r761276 - in /commons/sandbox/monitoring/branches/modules: pom.xml reporting/pom.xml spring/pom.xml spring/src/main/java/org/apache/commons/monitoring/spring/config/RepositoryFactoryBean.j

2009-04-02 Thread nicolas
Author: nicolas Date: Thu Apr 2 12:52:27 2009 New Revision: 761276 URL: http://svn.apache.org/viewvc?rev=761276&view=rev Log: support for decorators in Spring configuration Modified: commons/sandbox/monitoring/branches/modules/pom.xml commons/sandbox/monitoring/branches/modules/reporting

svn commit: r761274 - in /commons/sandbox/monitoring/branches/modules/core/src: main/java/org/apache/commons/monitoring/repositories/ main/java/org/apache/commons/monitoring/stopwatches/ test/java/org

2009-04-02 Thread nicolas
Author: nicolas Date: Thu Apr 2 12:50:36 2009 New Revision: 761274 URL: http://svn.apache.org/viewvc?rev=761274&view=rev Log: HistoryOfMyThread Added: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/repositories/HOMTRepositoryDecorator.java

svn commit: r761213 - /commons/proper/math/trunk/src/test/org/apache/commons/math/analysis/polynomials/PolynomialsUtilsTest.java

2009-04-02 Thread luc
Author: luc Date: Thu Apr 2 09:05:56 2009 New Revision: 761213 URL: http://svn.apache.org/viewvc?rev=761213&view=rev Log: fixed a missing absolute value in a test threshold Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/analysis/polynomials/PolynomialsUtilsTest.java M