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 8efc875 AVRO-2671: Bump grpc.version from 1.24.0 to 1.24.1 (#758)
add 2fba6f6 AVRO-2663: Record inside of Union is not resolved properly
(#752)
No new revisions were added by this update.
Summary of changes:
doc/src/content/mddocs/refactoring-resolution.md | 2 +-
.../src/main/java/org/apache/avro/Resolver.java | 228 ++++++++++++---------
.../java/org/apache/avro/generic/GenericData.java | 11 +-
.../apache/avro/generic/GenericDatumReader.java | 44 ++--
.../java/org/apache/avro/io/BinaryDecoder.java | 2 +-
.../java/org/apache/avro/io/ResolvingDecoder.java | 13 +-
.../java/org/apache/avro/io/parsing/Parser.java | 10 +-
.../avro/io/parsing/ResolvingGrammarGenerator.java | 32 +--
.../java/org/apache/avro/reflect/ReflectData.java | 10 +-
.../apache/avro/reflect/ReflectDatumReader.java | 23 ++-
.../apache/avro/specific/SpecificDatumReader.java | 14 +-
.../apache/avro/util/internal/JacksonUtils.java | 14 +-
.../org/apache/avro/TestSchemaCompatibility.java | 113 ++++++++--
.../src/test/resources/schema-location-read.json | 28 +++
.../src/test/resources/schema-location-write.json | 28 +++
.../avro/src/test/resources/schema-location.json | 14 ++
.../org/apache/avro/protobuf/ProtobufData.java | 14 +-
.../java/org/apache/avro/thrift/ThriftData.java | 10 +-
18 files changed, 400 insertions(+), 210 deletions(-)
create mode 100644 lang/java/avro/src/test/resources/schema-location-read.json
create mode 100644 lang/java/avro/src/test/resources/schema-location-write.json
create mode 100644 lang/java/avro/src/test/resources/schema-location.json