svn commit: r1548388 - in /commons/proper/compress/trunk/src/test: java/org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java resources/COMPRESS-245.tar.gz

2013-12-05 Thread bodewig
Author: bodewig Date: Fri Dec 6 07:37:05 2013 New Revision: 1548388 URL: http://svn.apache.org/r1548388 Log: testcase for COMPRESS-245 provided by Andreas Aronsson Added: commons/proper/compress/trunk/src/test/resources/COMPRESS-245.tar.gz (with props) Modified: commons/proper/compre

svn commit: r1548382 - /commons/proper/compress/trunk/src/changes/changes.xml

2013-12-05 Thread bodewig
Author: bodewig Date: Fri Dec 6 05:33:38 2013 New Revision: 1548382 URL: http://svn.apache.org/r1548382 Log: track .Z and Snappy additions Modified: commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/src/changes/changes.xml URL: http://svn.apache.

svn commit: r1548381 - /commons/proper/compress/trunk/src/changes/changes.xml

2013-12-05 Thread bodewig
Author: bodewig Date: Fri Dec 6 05:26:38 2013 New Revision: 1548381 URL: http://svn.apache.org/r1548381 Log: wrong fix-date Modified: commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/comm

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

2013-12-05 Thread bodewig
Author: bodewig Date: Fri Dec 6 05:22:12 2013 New Revision: 1548380 URL: http://svn.apache.org/r1548380 Log: COMPRESS-245 TarArchiveInputStream might fail to read a stream if a single call to read() returns less than a full record Modified: commons/proper/compress/trunk/src/changes/changes.

svn commit: r1548293 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java

2013-12-05 Thread woonsan
Author: woonsan Date: Thu Dec 5 20:45:01 2013 New Revision: 1548293 URL: http://svn.apache.org/r1548293 Log: SCXML-177: copy strict/silent options in the copy constructor as well Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java Modified: com

svn commit: r1548266 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/jexl/JexlEvaluator.java

2013-12-05 Thread ate
Author: ate Date: Thu Dec 5 20:16:35 2013 New Revision: 1548266 URL: http://svn.apache.org/r1548266 Log: SCXML-183: re-apply strict/silent mode settings after deserialization Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/jexl/JexlEvaluator.java Modified:

svn commit: r1548205 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream.java

2013-12-05 Thread damjan
Author: damjan Date: Thu Dec 5 16:57:44 2013 New Revision: 1548205 URL: http://svn.apache.org/r1548205 Log: Use better variable naming. Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream.java Modified: commons/proper/com

svn commit: r1548148 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/jexl/JexlEvaluator.java

2013-12-05 Thread ate
Author: ate Date: Thu Dec 5 14:16:06 2013 New Revision: 1548148 URL: http://svn.apache.org/r1548148 Log: SCXML-183: Expose JexlEngine strict/silent mode settings through the JexlEvaluator for easier customization Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/

svn commit: r1548133 - in /commons/proper/pool/trunk/src: changes/ test/java/org/apache/commons/pool2/ test/java/org/apache/commons/pool2/impl/

2013-12-05 Thread markt
Author: markt Date: Thu Dec 5 13:36:19 2013 New Revision: 1548133 URL: http://svn.apache.org/r1548133 Log: Fix POOL-241 Patch from Bruno P. Kinoshita to expand coverage of unit tests. Added: commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestEvictionConfig.java (wi