This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a change to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git.
from bdded91 AVRO-3263: Fix warning in Perl encoder when validating a long
field (#1422)
new ae7b140 AVRO-3252: Add hasattr check for mode attr in DataFileReader
(#1406)
new 6aa3b0a AVRO-3721 Support Python 3.10; Fix Annotations (#1432)
new 9b2de4a AVRO-3218 Fix parsing of logicalType = decimal (#1350)
new ad63664 AVRO-3243: Workaround JDK-8161372 - perf issue in
ConcurrentHashMap#computeIfAbsent() (#1392)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/test-lang-py.yml | 6 ++--
BUILD.md | 2 +-
.../java/org/apache/avro/reflect/ReflectData.java | 6 ++--
.../org/apache/avro/specific/SpecificData.java | 6 ++--
.../ClassValueCache.java => MapUtil.java} | 40 ++++++++++------------
.../org/apache/avro/grpc/ServiceDescriptor.java | 5 +--
lang/py/avro/__main__.py | 5 ++-
lang/py/avro/datafile.py | 14 ++++----
lang/py/avro/io.py | 14 ++++----
lang/py/avro/schema.py | 2 +-
lang/py/avro/test/test_schema.py | 4 +--
lang/py/setup.cfg | 1 +
lang/py/tox.ini | 1 +
share/docker/Dockerfile | 9 ++---
14 files changed, 63 insertions(+), 52 deletions(-)
copy
lang/java/avro/src/main/java/org/apache/avro/util/{internal/ClassValueCache.java
=> MapUtil.java} (57%)