You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2019/08/24 14:17:00 UTC

[jira] [Commented] (THRIFT-4865) warning: [deprecation] UTF_8 in Charsets has been deprecated

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

Jens Geyer commented on THRIFT-4865:
------------------------------------

Committed, thanks!

> warning: [deprecation] UTF_8 in Charsets has been deprecated
> ------------------------------------------------------------
>
>                 Key: THRIFT-4865
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4865
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>            Reporter: Jens Geyer
>            Assignee: pengzhouhu
>            Priority: Minor
>             Fix For: 0.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> CI throws a number of warnings about deprecated stuff at Java:
> {code}
> lib\java\test\org\apache\thrift\transport\TestTByteBuffer.java:12: warning: [deprecation] UTF_8 in Charsets has been deprecated
>      byteBuffer.write("Hello World".getBytes(Charsets.UTF_8));
>                                                      ^
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)