svn commit: r1426417 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java test/java/org/apache/commons/compress/a

2012-12-27 Thread bodewig
Author: bodewig Date: Fri Dec 28 06:53:21 2012 New Revision: 1426417 URL: http://svn.apache.org/viewvc?rev=1426417&view=rev Log: COMPRESS-189 Inflater may return 0 if it needs more input, we don't handle this case properly Modified: commons/proper/compress/trunk/src/changes/changes.xml

svn commit: r1426364 - in /commons/sandbox/privilizer/trunk/ant: lib/pom.xml pom.xml test/pom.xml

2012-12-27 Thread struberg
Author: struberg Date: Thu Dec 27 23:08:51 2012 New Revision: 1426364 URL: http://svn.apache.org/viewvc?rev=1426364&view=rev Log: fix artifactIds Modified: commons/sandbox/privilizer/trunk/ant/lib/pom.xml commons/sandbox/privilizer/trunk/ant/pom.xml commons/sandbox/privilizer/trunk/a

svn commit: r1426354 - /commons/sandbox/privilizer/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java

2012-12-27 Thread struberg
Author: struberg Date: Thu Dec 27 22:36:56 2012 New Revision: 1426354 URL: http://svn.apache.org/viewvc?rev=1426354&view=rev Log: generate the hasSecurityManager flag as static final field otherwise it's not accessible from static methods Modified: commons/sandbox/privilizer/trunk/modules/p

svn commit: r1426338 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 21:48:50 2012 New Revision: 1426338 URL: http://svn.apache.org/viewvc?rev=1426338&view=rev Log: COMPRESS-203 actually, the file name must be fixed after it has been truncated Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/ar

svn commit: r1426334 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java test/java/org/apache/commons/compress/

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 21:34:35 2012 New Revision: 1426334 URL: http://svn.apache.org/viewvc?rev=1426334&view=rev Log: COMPRESS-203 the "file name" of a PAX header must not end with a slash or it is mistaken as a directory Modified: commons/proper/compress/trunk/src/changes/changes

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

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 21:04:23 2012 New Revision: 1426326 URL: http://svn.apache.org/viewvc?rev=1426326&view=rev Log: COMPRESS-200 aftermaths, we never guarantee ZipEncoding#encode returned a ByteBuffer with position() 0 - even though it always in right now Modified: commons/prop

svn commit: r1426321 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 20:56:44 2012 New Revision: 1426321 URL: http://svn.apache.org/viewvc?rev=1426321&view=rev Log: make test use encoding explicitly Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

svn commit: r1426319 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 20:54:42 2012 New Revision: 1426319 URL: http://svn.apache.org/viewvc?rev=1426319&view=rev Log: COMPRESS-200 use the backing array of the returned ByteBuffer properly Modified: commons/proper/compress/trunk/src/changes/changes.xml commons/proper/compress/

svn commit: r1426314 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/XMLBuilderProperties.java

2012-12-27 Thread oheger
Author: oheger Date: Thu Dec 27 20:51:24 2012 New Revision: 1426314 URL: http://svn.apache.org/viewvc?rev=1426314&view=rev Log: Formatting. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/XMLBuilderProperties.java Modified: commons/proper

svn commit: r1426312 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 20:50:17 2012 New Revision: 1426312 URL: http://svn.apache.org/viewvc?rev=1426312&view=rev Log: COMPRESS-200 the test actually fails if encoding is specified explicitly Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archiver

svn commit: r1426307 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/combined/ test/java/org/apache/commons/configuration/builder/combined/ test/resour

2012-12-27 Thread oheger
Author: oheger Date: Thu Dec 27 20:33:16 2012 New Revision: 1426307 URL: http://svn.apache.org/viewvc?rev=1426307&view=rev Log: CombinedConfigurationBuilder now supports declarations of custom Lookup objects. Added: commons/proper/configuration/trunk/src/test/resources/testCCLookup.xml (wi

svn commit: r1426287 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 18:42:56 2012 New Revision: 1426287 URL: http://svn.apache.org/viewvc?rev=1426287&view=rev Log: COMPRESS-200 make test case name match what is actually tested Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarA

svn commit: r1426283 - in /commons/proper/compress/trunk: pom.xml src/changes/changes.xml

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 18:28:24 2012 New Revision: 1426283 URL: http://svn.apache.org/viewvc?rev=1426283&view=rev Log: COMPRESS-199 XZ for Java doesn't provide an OSGi bundle, mark the dependency as optional Modified: commons/proper/compress/trunk/pom.xml commons/proper/compres

svn commit: r1426277 - /commons/proper/compress/trunk/

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 18:05:11 2012 New Revision: 1426277 URL: http://svn.apache.org/viewvc?rev=1426277&view=rev Log: ignore TAGS Modified: commons/proper/compress/trunk/ (props changed) Propchange: commons/proper/compress/trunk/ -

svn commit: r1426276 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

2012-12-27 Thread bodewig
Author: bodewig Date: Thu Dec 27 18:04:18 2012 New Revision: 1426276 URL: http://svn.apache.org/viewvc?rev=1426276&view=rev Log: COMPRESS-200 - passing test case, will ask for more info Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchive

svn commit: r1426241 - /commons/sandbox/nabla/trunk/pom.xml

2012-12-27 Thread luc
Author: luc Date: Thu Dec 27 16:15:38 2012 New Revision: 1426241 URL: http://svn.apache.org/viewvc?rev=1426241&view=rev Log: Apache Commons Math 3.1 has been released, we can depend on it. Modified: commons/sandbox/nabla/trunk/pom.xml Modified: commons/sandbox/nabla/trunk/pom.xml URL: http:

svn commit: r1426235 - /commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/forward/ForwardModeDifferentiatorTest.java

2012-12-27 Thread luc
Author: luc Date: Thu Dec 27 15:55:30 2012 New Revision: 1426235 URL: http://svn.apache.org/viewvc?rev=1426235&view=rev Log: preparing test for multiple objects handling (failing for now as support is not enabled yet) Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/na

svn commit: r1426229 - /commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/forward/ForwardModeDifferentiatorTest.java

2012-12-27 Thread luc
Author: luc Date: Thu Dec 27 15:44:17 2012 New Revision: 1426229 URL: http://svn.apache.org/viewvc?rev=1426229&view=rev Log: removed spurious Exception declaration Modified: commons/sandbox/nabla/trunk/src/test/java/org/apache/commons/nabla/forward/ForwardModeDifferentiatorTest.java Modifie

svn commit: r1426228 - /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/TrackingInterpreter.java

2012-12-27 Thread luc
Author: luc Date: Thu Dec 27 15:43:16 2012 New Revision: 1426228 URL: http://svn.apache.org/viewvc?rev=1426228&view=rev Log: ASM relies on the fact return type of void methods is a null reference. Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/forward/analysis/T