You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/13 11:32:42 UTC

[avro] branch master updated (ee47d4c -> 3a8423f)

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

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


    from ee47d4c  AVRO-3303: Rust: Add support for Xz codec (#1455)
     add 3a8423f  AVRO-3120: Support Next Java LTS (Java 17) (#1454)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test-lang-java.yml               |  2 +
 lang/java/mapred/pom.xml                           |  4 +-
 .../avro/mapreduce/TestAvroKeyInputFormat.java     | 14 +++----
 .../avro/mapreduce/TestAvroKeyOutputFormat.java    | 49 ++++++++++------------
 .../avro/mapreduce/TestAvroKeyRecordReader.java    | 22 +++++-----
 .../avro/mapreduce/TestAvroKeyRecordWriter.java    | 20 ++++-----
 .../mapreduce/TestAvroKeyValueRecordReader.java    | 22 +++++-----
 .../mapreduce/TestAvroKeyValueRecordWriter.java    | 24 ++++-------
 lang/java/pom.xml                                  | 11 ++---
 share/docker/Dockerfile                            |  2 +
 10 files changed, 75 insertions(+), 95 deletions(-)