You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Randy Abernethy (JIRA)" <ji...@apache.org> on 2015/03/29 00:22:53 UTC

[jira] [Comment Edited] (THRIFT-123) implement TZlibTransport in Java

    [ https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385562#comment-14385562 ] 

Randy Abernethy edited comment on THRIFT-123 at 3/28/15 11:22 PM:
------------------------------------------------------------------

Building on the work of Dragan Okiljevic  and Keith Chew, the attached patch provides a TZlibTransport which uses  java.util.zip to read and generate ZLib compatible serialized objects. Due to the use of Deflater.SYNC_FLUSH this code requires Java 1.7, in line with the new Apache Thrift Java requirements.



was (Author: codesf):
Building on the work of Pete Wyckoff and Keith Chew, the attached patch provides a TZlibTransport which uses  java.util.zip to read and generate ZLib compatible serialized objects. Due to the use of Deflater.SYNC_FLUSH this code requires Java 1.7, in line with the new Apache Thrift Java requirements.


> implement TZlibTransport in Java
> --------------------------------
>
>                 Key: THRIFT-123
>                 URL: https://issues.apache.org/jira/browse/THRIFT-123
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Java - Library
>            Reporter: Pete Wyckoff
>            Assignee: Randy Abernethy
>            Priority: Minor
>         Attachments: 0001-added-TZlibTransport-for-Java.patch, thrift_java_tzlibtransport_added.patch, thrift_java_tzlibtransport_added_jzlib_v1.1.3.patch
>
>
> TZlibTransport compatible with C++ version of TZlibTransport



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)