You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/03/04 18:03:47 UTC

[avro] branch master updated (bfe1d03 -> 2459d95)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from bfe1d03  AVRO-2471: Clean some dead code.
     add 2459d95  AVRO-3044: Use @AvroGenerated for Callback interface (#1092)

No new revisions were added by this update.

Summary of changes:
 .../specific/templates/java/classic/protocol.vm    |  2 +-
 lang/java/tools/src/test/compiler/input/proto.avpr | 12 ++++++++++
 .../avro/examples/baseball/Proto.java              | 27 ++++++++++++++++++++++
 .../apache/avro/tool/TestSpecificCompilerTool.java | 13 +++++++++++
 pom.xml                                            |  1 +
 5 files changed, 54 insertions(+), 1 deletion(-)
 create mode 100644 lang/java/tools/src/test/compiler/input/proto.avpr
 create mode 100644 lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Proto.java