Repository: commons-compress Updated Branches: refs/heads/master 66726eabf -> d5f306212
the new ServiceLoader stuff is worth a special notice Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d5f30621 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/d5f30621 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/d5f30621 Branch: refs/heads/master Commit: d5f30621233501fadebe82521dae5ad4878c53cc Parents: 66726ea Author: Stefan Bodewig <bode...@apache.org> Authored: Sun Dec 4 12:28:09 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun Dec 4 12:28:09 2016 +0100 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d5f30621/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7280ccb..d9ba677 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -79,6 +79,9 @@ needed. This allows archives to be read from inputs and written to outputs that are seekable but are not represented by <code>File</code>s.</li> + <li>It is now possible to add Compressor- and + ArchiverStream implementations using the JDK's + ServiceLoader mechanism.</li> <li>Added support for writing the legacy LZMA format as compressor stream and inside 7z archives - this requires XZ for Java 1.6.</li>