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 subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/04 08:44:00 UTC

[jira] [Commented] (AVRO-2332) Support java_multiple_files protobuf option

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

ASF subversion and git services commented on AVRO-2332:
-------------------------------------------------------

Commit bd89d59def7c3b273e122635b9a2ccfa9ada2f7f in avro's branch refs/heads/master from Ryo Okubo
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=bd89d59 ]

AVRO-2332: Support java_multiple_files protobuf option

Support java_multiple_files option,
https://developers.google.com/protocol-buffers/docs/proto3#options

Protoc doesn't generate outer class if the option enables, but current getNamespace() doesn't consider that.

> Support java_multiple_files protobuf option
> -------------------------------------------
>
>                 Key: AVRO-2332
>                 URL: https://issues.apache.org/jira/browse/AVRO-2332
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Ryo Okubo
>            Assignee: Ryo Okubo
>            Priority: Major
>
> Support java_multiple_files option,
> [https://developers.google.com/protocol-buffers/docs/proto3#options]
> The option helps to get classes via reflection.
>  
> protoc doesn't generate outer class if the option enables, but current getNamespace() doesn't consider that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)