commons-compress git commit: add compressors class for discovering compression formats

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 2b31d222b -> 9caa606a8 add compressors class for discovering compression formats Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/

commons-compress git commit: reduce duplication in tests

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 b74e53866 -> 2b31d222b reduce duplication in tests Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2b31d222 Tree: http://git-wip-

[2/2] commons-compress git commit: add DEFLATE as compression format to play with

2017-04-29 Thread bodewig
add DEFLATE as compression format to play with Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b74e5386 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b74e5386 Diff: http://git-wip-us.

[1/2] commons-compress git commit: move IOUtils

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 0a6d97a12 -> b74e53866 move IOUtils Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/27686efc Tree: http://git-wip-us.apache.org/r

[2/3] commons-compress git commit: API for compressors

2017-04-29 Thread bodewig
API for compressors Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/822bc577 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/822bc577 Diff: http://git-wip-us.apache.org/repos/asf/common

[3/3] commons-compress git commit: channel is ambiguos here

2017-04-29 Thread bodewig
channel is ambiguos here Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0a6d97a1 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/0a6d97a1 Diff: http://git-wip-us.apache.org/repos/asf/c

[1/3] commons-compress git commit: unused import

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 66a824fb5 -> 0a6d97a12 unused import Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b691d9ab Tree: http://git-wip-us.apache.org/

commons-compress git commit: extract common meta-data of archivers and compressors

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 8d714b44d -> 66a824fb5 extract common meta-data of archivers and compressors Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/66a8

commons-compress git commit: javadoc

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 e36fcf9af -> 8d714b44d javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/8d714b44 Tree: http://git-wip-us.apache.org/repos/

commons-compress git commit: provide default implementation in ArchiveFormat interface

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/compress-2.0 77d9195c1 -> e36fcf9af provide default implementation in ArchiveFormat interface Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/

commons-compress git commit: COMPRESS-382 COMPRESS-386 document new maxmemory setting

2017-04-29 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 508be17bb -> 6dc03d613 COMPRESS-382 COMPRESS-386 document new maxmemory setting Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6dc03d6

[lang] HashSetvBitSetTest: use diamond operator (closes #264)

2017-04-29 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master d61090ab6 -> c8e648b92 HashSetvBitSetTest: use diamond operator (closes #264) Use Java 7's diamond operator to make the code a tad more elegant, as done in the rest of the codebase. Project: http://git-wip-us.apache.org/repos/asf/c