You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2020/05/09 07:32:28 UTC

[avro] branch master updated (b5a3c44 -> bcad995)

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

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


    from b5a3c44  AVRO-2822: Add toString that doesn't inline referenced schemas (#869)
     add bcad995  AVRO-2745: Generate optional getters for nullables only (#817)

No new revisions were added by this update.

Summary of changes:
 .../avro/compiler/specific/SpecificCompiler.java     | 12 ++++++++++++
 .../specific/templates/java/classic/record.vm        |  2 +-
 .../avro/compiler/specific/TestSpecificCompiler.java | 20 ++++++++++++++++++++
 .../java/org/apache/avro/mojo/AbstractAvroMojo.java  | 10 ++++++++++
 .../java/org/apache/avro/mojo/IDLProtocolMojo.java   |  1 +
 .../main/java/org/apache/avro/mojo/ProtocolMojo.java |  1 +
 .../main/java/org/apache/avro/mojo/SchemaMojo.java   |  1 +
 7 files changed, 46 insertions(+), 1 deletion(-)