You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2014/08/21 10:49:11 UTC

[jira] [Created] (SSHD-339) Remove JCraft Jzlib dependency by implementing the Compression(s) in pure Java

Goldstein Lyor created SSHD-339:
-----------------------------------

             Summary: Remove JCraft Jzlib dependency by implementing the Compression(s) in pure Java
                 Key: SSHD-339
                 URL: https://issues.apache.org/jira/browse/SSHD-339
             Project: MINA SSHD
          Issue Type: Improvement
    Affects Versions: 0.13.0, 1.0.0
            Reporter: Goldstein Lyor
            Priority: Minor


It seems that the _Compression_ implementation for _zlib_ can be made using the Java _Inflater_ and _Deflater_ classes. This would make the code more independent, not to mention the fact that the (latest) _jzlib_ artifact marks the _ZStream_ class that is currently used as _deprecated_.



--
This message was sent by Atlassian JIRA
(v6.2#6252)