You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/04 04:48:52 UTC

[jira] [Commented] (AVRO-1987) Add @Deprecated to getConverion(String fieldName) in 1.8.X

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

ASF GitHub Bot commented on AVRO-1987:
--------------------------------------

GitHub user spacharya opened a pull request:

    https://github.com/apache/avro/pull/193

    AVRO-1987 Add @deprecated tag to getConverion method

    As part of AVRO-1972 a typo was fixed.
    To inform the users of the same, a @Deprecated tag has been added to the incorrect function name.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/spacharya/avro AVRO-1987

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/193.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #193
    
----
commit fb05f6ab7ce729822a31877a406f5e005623aa7e
Author: sacharya <su...@gmail.com>
Date:   2017-02-04T04:41:10Z

    AVRO-1987 Add @deprecated tag to getConverion method
    
    As part of AVRO-1972 a typo was fixed.
    To inform the users of the same, a @Deprecated tag has been added to the incorrect function name.

----


> Add @Deprecated to getConverion(String fieldName) in 1.8.X
> ----------------------------------------------------------
>
>                 Key: AVRO-1987
>                 URL: https://issues.apache.org/jira/browse/AVRO-1987
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.8.1
>            Reporter: Suraj Acharya
>            Assignee: Suraj Acharya
>            Priority: Trivial
>
> in Avro-1972 a fix was added to correct the spelling. 
> It will be a good idea to add a @Deprecated to the method in 1.8.X so people can move over in 1.9.O



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)