svn commit: r1153765 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipFile.java test/java/org/apache/commons/compress/archivers/zip/Zip64SupportTest.java

2011-08-03 Thread bodewig
Author: bodewig Date: Thu Aug 4 06:55:27 2011 New Revision: 1153765 URL: http://svn.apache.org/viewvc?rev=1153765&view=rev Log: parse ZIP64 extra data from central directory header in ZipFile. COMPRESS-149 Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/ar

svn commit: r1153755 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.java test/java/org/apache/commons/compress/archiver

2011-08-03 Thread bodewig
Author: bodewig Date: Thu Aug 4 05:25:28 2011 New Revision: 1153755 URL: http://svn.apache.org/viewvc?rev=1153755&view=rev Log: infrastructure that is going to be needed by ZipFile in order to correctly parse ZIP64 data from the central directory. COMPRESS-149 Modified: commons/proper/com

svn commit: r1153738 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipFile.java test/java/org/apache/commons/compress/archivers/zip/Zip64SupportTest.java

2011-08-03 Thread bodewig
Author: bodewig Date: Thu Aug 4 03:33:54 2011 New Revision: 1153738 URL: http://svn.apache.org/viewvc?rev=1153738&view=rev Log: Use the ZIP64 structures to locate the central directory in ZipFile if the archive is a ZIP64 archive, fallback to 'the old way' if it is not a ZIP64 archive. COMPRES

svn commit: r1153735 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java

2011-08-03 Thread bodewig
Author: bodewig Date: Thu Aug 4 02:58:46 2011 New Revision: 1153735 URL: http://svn.apache.org/viewvc?rev=1153735&view=rev Log: the loop searching for the signature could be reading beyond the start of the archive Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/com

svn commit: r1153643 - in /commons/proper/configuration/branches/configuration2_experimental/src: changes/changes.xml main/java/org/apache/commons/configuration2/INIConfiguration.java test/java/org/ap

2011-08-03 Thread oheger
Author: oheger Date: Wed Aug 3 20:23:17 2011 New Revision: 1153643 URL: http://svn.apache.org/viewvc?rev=1153643&view=rev Log: [CONFIGURATION-455] Improvements of lINIConfiguration.getSection(). Ported changes to branch. Modified: commons/proper/configuration/branches/configuration2_experi

svn commit: r1153637 - in /commons/proper/configuration/trunk/src: changes/changes.xml java/org/apache/commons/configuration/HierarchicalINIConfiguration.java test/org/apache/commons/configuration/Tes

2011-08-03 Thread oheger
Author: oheger Date: Wed Aug 3 20:11:23 2011 New Revision: 1153637 URL: http://svn.apache.org/viewvc?rev=1153637&view=rev Log: [CONFIGURATION-455] Improvements of HierarchicalINIConfiguration.getSection(): - The section is created if it does not exist. - The returned SubnodeConfiguration is now a

svn commit: r1153535 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 15:16:55 2011 New Revision: 1153535 URL: http://svn.apache.org/viewvc?rev=1153535&view=rev Log: Extract the 'search the archive backwards for a signature' logic so it can be reused to serach for the ZIP64 end of central directory locator Modified: commons/pr

svn commit: r1153521 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 14:57:15 2011 New Revision: 1153521 URL: http://svn.apache.org/viewvc?rev=1153521&view=rev Log: Java5ify ZipFile Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java Modified: commons/proper/compress/t

svn commit: r1153507 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 14:33:44 2011 New Revision: 1153507 URL: http://svn.apache.org/viewvc?rev=1153507&view=rev Log: work around unexpected result from Inflater#getBytesRead Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchive

svn commit: r1153506 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 14:32:38 2011 New Revision: 1153506 URL: http://svn.apache.org/viewvc?rev=1153506&view=rev Log: Javadoc. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java Modified: commons/proper/io/trunk/src/main/java

svn commit: r1153502 - in /commons/proper/codec/trunk/src/test/org/apache/commons/codec: StringEncoderComparatorTest.java binary/Base32InputStreamTest.java binary/Base64InputStreamTest.java binary/Bas

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 14:26:15 2011 New Revision: 1153502 URL: http://svn.apache.org/viewvc?rev=1153502&view=rev Log: Fix FindBugs issues. Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/StringEncoderComparatorTest.java commons/proper/codec/trunk/src/t

svn commit: r1153491 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:55:53 2011 New Revision: 1153491 URL: http://svn.apache.org/viewvc?rev=1153491&view=rev Log: [LANG-738] Use internal Java's Number caches instead creating new objects Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/prope

svn commit: r1153490 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/math/ main/java/org/apache/commons/lang3/mutable/ test/java/org/apache/

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:53:35 2011 New Revision: 1153490 URL: http://svn.apache.org/viewvc?rev=1153490&view=rev Log: Use internal Java's Number caches instead creating new objects: - Use more efficient Integer cache: Use "Integer.valueOf(int)" instead of "new Integer(int)". - Use mo

svn commit: r1153488 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/math/ main/java/org/apache/commons/lang3/mutable/ test/java/org/apache/commons/lang3/ test/java/org/apache/

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:47:49 2011 New Revision: 1153488 URL: http://svn.apache.org/viewvc?rev=1153488&view=rev Log: Use more efficient Short cache: Use "Short.valueOf(int)" instead of "new Short(short)" Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3

svn commit: r1153487 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/math/ main/java/org/apache/commons/lang3/mutable/ test/java/org/apache/commons/lang3/ test/java/org/apache/

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:44:51 2011 New Revision: 1153487 URL: http://svn.apache.org/viewvc?rev=1153487&view=rev Log: Use more efficient Long cache: Use "Long.valueOf(int)" instead of "new Long(long)" Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/mat

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

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 13:36:01 2011 New Revision: 1153483 URL: http://svn.apache.org/viewvc?rev=1153483&view=rev Log: finalize deflater and inflater instances in ZIP streams. COMPRESS-152 Modified: commons/proper/compress/trunk/src/changes/changes.xml commons/proper/compress/

svn commit: r1153479 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:28:39 2011 New Revision: 1153479 URL: http://svn.apache.org/viewvc?rev=1153479&view=rev Log: Use more efficient Integer cache. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java Modified: commons/

svn commit: r1153477 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java

2011-08-03 Thread ggregory
Author: ggregory Date: Wed Aug 3 13:26:35 2011 New Revision: 1153477 URL: http://svn.apache.org/viewvc?rev=1153477&view=rev Log: Generify. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java Modified: commons/proper/lang/trunk/src/te

svn commit: r1153476 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/ main/java/org/apache/commons/jexl2/internal/ site/xdoc/ site/xdoc/reference/ test/java/org/apache/commons/

2011-08-03 Thread henrib
Author: henrib Date: Wed Aug 3 13:17:44 2011 New Revision: 1153476 URL: http://svn.apache.org/viewvc?rev=1153476&view=rev Log: JEXL-118 * Extended =~ and !~ operator to behave as IN and NOT IN on sets, collections, maps (on keys), arrays and "duck-typed" collections (classes exposing "contains

svn commit: r1153470 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 13:08:33 2011 New Revision: 1153470 URL: http://svn.apache.org/viewvc?rev=1153470&view=rev Log: separate state of stream from state of entry current being read from state of temporary buffer data is read into. Document a few fields Modified: commons/proper/

svn commit: r1153464 - /commons/proper/digester/trunk/src/site/fml/guide/faq.fml

2011-08-03 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 3 12:27:40 2011 New Revision: 1153464 URL: http://svn.apache.org/viewvc?rev=1153464&view=rev Log: added missing 6 dollar million question... Modified: commons/proper/digester/trunk/src/site/fml/guide/faq.fml Modified: commons/proper/digester/trunk/src/sit

svn commit: r1153461 - /commons/proper/digester/trunk/src/site/xdoc/index.xml

2011-08-03 Thread simonetripodi
Author: simonetripodi Date: Wed Aug 3 12:07:43 2011 New Revision: 1153461 URL: http://svn.apache.org/viewvc?rev=1153461&view=rev Log: added missing link on recent article on JaxEnter about Commons Digester 3 Modified: commons/proper/digester/trunk/src/site/xdoc/index.xml Modified: commons/p

svn commit: r1153460 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 12:06:03 2011 New Revision: 1153460 URL: http://svn.apache.org/viewvc?rev=1153460&view=rev Log: get rid of Deflater#getBytesWritten by self-counting Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutp

svn commit: r1153415 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java test/java/org/apache/commons/compress/archivers/zip/Zip64Su

2011-08-03 Thread bodewig
Author: bodewig Date: Wed Aug 3 09:55:53 2011 New Revision: 1153415 URL: http://svn.apache.org/viewvc?rev=1153415&view=rev Log: don't rely on archives to implement ZIP64 correctly when reading the data descriptor. Works around a bug in java.util.ZipArchiveOutputStream of Java7, may be useful f