replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Bump Apache Avro to 1.9.1

Open Fokko opened this issue 6 years ago • 1 comments

Apache Avro 1.9.0 brings a lot of new features:

  • Deprecate Joda-Time in favor of Java8 JSR310 and setting it as default
  • Remove support for Hadoop 1.x
  • Move from Jackson 1.x to 2.9
  • Add ZStandard Codec
  • Lots of updates on the dependencies to fix CVE's
  • Remove Jackson classes from public API
  • Apache Avro is built by default with Java 8
  • Apache Avro is compiled and tested with Java 11 to guarantee compatibility
  • Apache Avro MapReduce is compiled and tested with Hadoop 3
  • Apache Avro is now leaner, multiple dependencies were removed: guava, paranamer, commons-codec, and commons-logging
  • and many, many more!

Fokko avatar Jul 18 '19 08:07 Fokko

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #40   +/-   ##
=========================================
  Coverage     19.33%   19.33%           
  Complexity      208      208           
=========================================
  Files           100      100           
  Lines          4092     4092           
  Branches        418      418           
=========================================
  Hits            791      791           
  Misses         3223     3223           
  Partials         78       78

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9b4067a...f0d0515. Read the comment docs.

codecov[bot] avatar Aug 29 '19 18:08 codecov[bot]