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 2016/01/23 16:05:39 UTC

[jira] [Commented] (AVRO-1749) Maven plugin goal: automatic schemas (.avsc) generation from Java classes (.java)

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

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

GitHub user embs opened a pull request:

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

    AVRO-1749 Java: Introduce induce Maven plugin goal

    [AVRO-1749](https://issues.apache.org/jira/browse/AVRO-1749)
    
    Maven plugin goal to induce Avro schemas and protocol from Java classes.

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

    $ git pull https://github.com/embs/avro AVRO-1749-induce-mojo

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

    https://github.com/apache/avro/pull/67.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 #67
    
----
commit a7371fadadcb940b95455ad85a48cfed3cfa75c4
Author: embs <em...@cin.ufpe.br>
Date:   2016-01-23T15:00:55Z

    AVRO-1749 Java: Introduce induce Maven plugin goal

----


> Maven plugin goal: automatic schemas (.avsc) generation from Java classes (.java)
> ---------------------------------------------------------------------------------
>
>                 Key: AVRO-1749
>                 URL: https://issues.apache.org/jira/browse/AVRO-1749
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Matheus Santana
>            Priority: Minor
>
> Current maven plugin includes goals for generating Java code (classes and interfaces) from IDL (.avdl files) and Avro protocol / schemas definitions (.avpr / .avsc).
> It would be nice to provide a goal for automatic [induced schemas from Java code|https://avro.apache.org/docs/current/api/java/org/apache/avro/tool/InduceSchemaTool.html].



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