This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a change to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git.
from d43c0a4 AVRO-2359: Support Logical Types in C# (#492)
new e2c7dec AVRO-2408: Create local dev environment with Apache Forrest
(#530)
new c62b16a AVRO-2675: Maintain .gitignore and rat exclusions (#750)
new 4adc7f2 AVRO-2725: Use one ReflectionUtil for utilities. (#797)
The 3 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:
build.sh | 3 +-
lang/c++/.gitignore | 1 +
.../java/org/apache/avro/io/FastReaderBuilder.java | 3 +-
.../java/org/apache/avro/io/ReflectionUtils.java | 73 ----------------------
.../org/apache/avro/reflect/ReflectionUtil.java | 50 ++++++++++++++-
lang/py/.gitignore | 9 +++
pom.xml | 2 +
share/docker/DockerfileLocal | 36 +++++++++++
8 files changed, 100 insertions(+), 77 deletions(-)
delete mode 100644
lang/java/avro/src/main/java/org/apache/avro/io/ReflectionUtils.java
create mode 100644 share/docker/DockerfileLocal