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 2021/02/02 07:56:34 UTC

[avro] branch master updated (8da4321 -> 4473738)

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 8da4321  AVRO-3023: Test against Ruby 3.0 (#1048)
     add 4473738  AVRO-3030: Remove the PUBLIC_DEPRECATED (#1069)

No new revisions were added by this update.

Summary of changes:
 lang/java/archetypes/pom.xml                       |   3 +-
 .../avro/compiler/specific/SpecificCompiler.java   |  14 +-
 .../specific/templates/java/classic/record.vm      |   2 +-
 .../compiler/specific/TestSpecificCompiler.java    |  21 -
 .../org/apache/avro/tool/SpecificCompilerTool.java |   2 +-
 .../test/compiler/input/fieldvisibilitytest.avsc   |   7 -
 .../avro/examples/baseball/FieldTest.java          |  12 +-
 .../avro/examples/baseball/Player.java             |   8 +-
 .../output/AddExtraOptionalGettersTest.java        |   4 +-
 .../test/compiler/output/FieldVisibilityTest.java  | 504 ---------------------
 .../src/test/compiler/output/NoSettersTest.java    |   4 +-
 .../output/OptionalGettersAllFieldsTest.java       |   8 +-
 .../output/OptionalGettersNullableFieldsTest.java  |   8 +-
 .../tools/src/test/compiler/output/Player.java     |   8 +-
 .../apache/avro/tool/TestSpecificCompilerTool.java |  17 +-
 15 files changed, 35 insertions(+), 587 deletions(-)
 delete mode 100644 lang/java/tools/src/test/compiler/input/fieldvisibilitytest.avsc
 delete mode 100644 lang/java/tools/src/test/compiler/output/FieldVisibilityTest.java