You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/08/05 22:45:16 UTC

[jira] Commented: (AVRO-605) Java: make Utf8 implement CharSequence

    [ https://issues.apache.org/jira/browse/AVRO-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895791#action_12895791 ] 

Doug Cutting commented on AVRO-605:
-----------------------------------

Unless there are objections, I will commit this soon.  I think it is a great improvement to APIs, as it permits Utf8 and String to be intermixed.

> Java: make Utf8 implement CharSequence
> --------------------------------------
>
>                 Key: AVRO-605
>                 URL: https://issues.apache.org/jira/browse/AVRO-605
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: AVRO-605.patch, AVRO-605.patch
>
>
> If Utf8 implemented CharSequence then interfaces could change to specify CharSequence and accept Utf8 or String interchangeably.
> This would be mostly back-compatible, except the method signatures of generated protocols would be different, so implementations would need to be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.