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/10 10:40:35 UTC

[avro] branch dependabot/nuget/lang/csharp/NUnit3TestAdapter-4.2.0 updated (9f762ff -> 23a866b)

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

mgrigorov pushed a change to branch dependabot/nuget/lang/csharp/NUnit3TestAdapter-4.2.0
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 9f762ff  Bump NUnit3TestAdapter from 3.17.0 to 4.2.0 in /lang/csharp
     add ea07ac0  AVRO-3205 Rust: Update Cargo.toml [package] information (#1344)
     add 6c2e370  AVRO-3241 [Java] Publish SNAPSHOT artifacts (#1385)
     add 336f04a  duplicate line remove (#1440)
     add 04e41fc  AVRO-3234: add new codec to lang/rust: zstandard (#1370)
     add 9da79b6  AVRO-3246 Rust: Add new codec: bzip2 (#1389)
     add 54f37e5  AVRO-3245 Rust: Replace crc crate with crc32fast (#1388)
     add 6a67d71  Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust (#1408)
     add c4ce231  Update strum_macros requirement from 0.21.1 to 0.23.1 in /lang/rust (#1409)
     add 87d04ef  AVRO-3247 Rust: Run MIRI checks (#1390)
     add 74f9a51  AVRO-2722 Move the 'random' variable to be local to the method where it is being used (#1365)
     add bce3866  AVRO-3197 Fallback to the 'type' when the logical type does not support the type (#1340)
     add 409ed65  AVRO-3277: Test against Ruby 3.1 (#1441)
     add b76a437  AVRO-3216 Reuse records' schema by name (#1345)
     add 5ebc186  AVRO-3043: Remove redundant casts
     add 13de1f0  Merge branch 'fd-remove-redundant-generic-hints' of https://github.com/Fokko/avro into Fokko-fd-remove-redundant-generic-hints
     add edd836f  AVRO-3042 Update test expectations
     add d5b85d8  Merge branch 'Fokko-fd-remove-redundant-generic-hints'
     add 4015f96  Bump zstd-jni from 1.5.0-4 to 1.5.1-1 in /lang/java (#1445)
     add 7bda57a  Update zerocopy requirement from 0.3.0 to 0.6.1 in /lang/rust (#1402)
     add 3af326e  Bump grpc.version from 1.42.1 to 1.43.1 in /lang/java (#1444)
     add 5b003cb  AVRO-3242 Add config for TravisCI on Linux ARM64 (#1380)
     add 2e68b3f  Minor non-functional cleanup.
     add 4209b14  AVRO-2624 Revert casting to super type
     add 7584320  AVRO-3240: fix deserializer schema backward compatibility (#1379)
     add 00969b7  AVRO-3240: Fix code formatting
     add 36f34be  AVRO-3240: Move the test data in the test method
     add e8200cd  AVRO-3232: add matches to deserialize_any union+string/map (#1368)
     add c0bfb88  AVRO-3232: Fix formatting
     add a29b869  Fix nightly build by optimizing the imports
     add a4f200e  AVRO-3284: Update Rabin fingerprint implementation to digest to 0.10+ (#1446)
     add 4781d8f  Bump maven-bundle-plugin from 5.1.2 to 5.1.4 in /lang/java (#1451)
     add 9827fad  Bump jshint from 2.12.0 to 2.13.3 in /lang/js (#1449)
     add 180c041  Bump NUnit.ConsoleRunner from 3.12.0 to 3.13.2 in /lang/csharp (#1448)
     add 23a866b  Merge branch 'master' into dependabot/nuget/lang/csharp/NUnit3TestAdapter-4.2.0

No new revisions were added by this update.

Summary of changes:
 .../{spotless.yml => java-publish-snapshot.yml}    |  28 ++-
 .github/workflows/test-lang-ruby.yml               |   2 +
 .github/workflows/test-lang-rust-ci.yml            |   2 +-
 ...ang-rust-clippy.yml => test-lang-rust-miri.yml} |  31 +--
 .travis.yml                                        | 221 +++++++++++++++++++++
 lang/c++/impl/DataFile.cc                          |   3 +-
 lang/csharp/versions.props                         |   2 +-
 .../apache/avro/specific/SpecificRecordBase.java   |  13 +-
 .../avro/generic/TestGenericDatumWriter.java       |   1 -
 .../specific/templates/java/classic/record.vm      |   6 +-
 lang/java/pom.xml                                  |   6 +-
 .../avro/examples/baseball/FieldTest.java          |   6 +-
 .../avro/examples/baseball/Player.java             |   6 +-
 .../output/AddExtraOptionalGettersTest.java        |   6 +-
 .../src/test/compiler/output/NoSettersTest.java    |   6 +-
 .../output/OptionalGettersAllFieldsTest.java       |   6 +-
 .../output/OptionalGettersNullableFieldsTest.java  |   6 +-
 .../tools/src/test/compiler/output/Player.java     |   6 +-
 lang/js/package-lock.json                          |  20 +-
 lang/rust/CHANGELOG.md                             |   5 +-
 lang/rust/Cargo.toml                               |  35 ++--
 lang/rust/README.md                                |  31 ++-
 lang/rust/README.tpl                               |  11 +-
 lang/rust/src/codec.rs                             |  89 ++++++++-
 lang/rust/src/de.rs                                | 157 ++++++++++++++-
 lang/rust/src/decode.rs                            |  79 +++++---
 lang/rust/src/error.rs                             |   8 +-
 lang/rust/src/lib.rs                               |   7 +-
 lang/rust/src/rabin.rs                             |  33 +--
 lang/rust/src/reader.rs                            |  69 ++++++-
 lang/rust/src/schema.rs                            | 103 ++++++++--
 lang/rust/src/types.rs                             |   1 -
 lang/rust/tests/io.rs                              |   2 +-
 lang/rust/tests/schema.rs                          | 132 +++++++++++-
 34 files changed, 968 insertions(+), 171 deletions(-)
 copy .github/workflows/{spotless.yml => java-publish-snapshot.yml} (62%)
 copy .github/workflows/{test-lang-rust-clippy.yml => test-lang-rust-miri.yml} (60%)
 create mode 100644 .travis.yml