You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/03/04 02:57:30 UTC

[GitHub] [commons-compress] PeterAlfreadLee opened a new pull request #94: Deprecated constructors of ZstdOutputStream fix

PeterAlfreadLee opened a new pull request #94: Deprecated constructors of ZstdOutputStream fix
URL: https://github.com/apache/commons-compress/pull/94
 
 
   The zstd-jni was updated to 1.4.4-7, and some constructors of ZstdOutputStream were deprecated.
   
   This PR fix them as the comment was recommended :
   /**
   *  @deprecated
   *  Use ZstdOutputStream() or ZstdOutputStream(level) and set the other params with the setters
   **/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-compress] bodewig merged pull request #94: Deprecated constructors of ZstdOutputStream fix

Posted by GitBox <gi...@apache.org>.
bodewig merged pull request #94: Deprecated constructors of ZstdOutputStream fix
URL: https://github.com/apache/commons-compress/pull/94
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-compress] bodewig commented on issue #94: Deprecated constructors of ZstdOutputStream fix

Posted by GitBox <gi...@apache.org>.
bodewig commented on issue #94: Deprecated constructors of ZstdOutputStream fix
URL: https://github.com/apache/commons-compress/pull/94#issuecomment-596102333
 
 
   many thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-compress] coveralls commented on issue #94: Deprecated constructors of ZstdOutputStream fix

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #94: Deprecated constructors of ZstdOutputStream fix
URL: https://github.com/apache/commons-compress/pull/94#issuecomment-594307605
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29115028/badge)](https://coveralls.io/builds/29115028)
   
   Coverage increased (+0.03%) to 87.033% when pulling **e5625d080bcf1678c14c80a7f5d9f7242b676914 on PeterAlfreadLee:zstd_deprecated_fix** into **1e8d131ec08ae418f0140d8166d452dff6739937 on apache:master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services