You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2021/03/03 00:43:35 UTC

[avro] branch dependabot/nuget/lang/csharp/Microsoft.NET.Test.Sdk-16.9.1 updated (30f70a0 -> b58b911)

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

github-bot pushed a change to branch dependabot/nuget/lang/csharp/Microsoft.NET.Test.Sdk-16.9.1
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard 30f70a0  Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /lang/csharp
     add d4a2574  AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)
     add adf099d  AVRO-3058: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java (#1110)
     add 23fe79f  AVRO-3058: Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java (#1108)
     add c076d61  Ignore jetty >= 10 dependency upgrades from dependabot (JDK 11 required)
     add bfbb45b  Bump jetty.version in /lang/java
     add cff3bda  AVRO-3060: Support ZSTD level and BufferPool options
     add c175a63  AVRO-2961: Support .NET 5.0 (#981)
     add b58b911  Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /lang/csharp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (30f70a0)
            \
             N -- N -- N   refs/heads/dependabot/nuget/lang/csharp/Microsoft.NET.Test.Sdk-16.9.1 (b58b911)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |  8 ++-
 .travis/before_install.sh                          | 44 +++++++++++++++
 lang/csharp/README.md                              |  9 ++-
 lang/csharp/build.sh                               |  4 +-
 lang/csharp/src/apache/codegen/Avro.codegen.csproj | 18 +++++-
 lang/csharp/src/apache/main/Avro.main.csproj       | 21 ++++---
 .../src/apache/main/Generic/GenericRecord.cs       |  2 +-
 lang/csharp/src/apache/main/Schema/SchemaName.cs   |  2 +-
 .../src/apache/main/Schema/SchemaNormalization.cs  | 26 ++++-----
 lang/csharp/src/apache/msbuild/Avro.msbuild.csproj |  8 ++-
 lang/csharp/src/apache/perf/Avro.perf.csproj       |  6 +-
 lang/csharp/src/apache/test/Avro.test.csproj       | 22 +++-----
 .../src/apache/test/Reflect/TestFromAvroProject.cs |  2 +-
 .../apache/test/Schema/SchemaNormalizationTests.cs |  4 +-
 lang/csharp/versions.props                         | 64 ++++++++++++++++++++++
 .../java/org/apache/avro/file/CodecFactory.java    | 23 ++++++--
 .../java/org/apache/avro/file/ZstandardCodec.java  | 20 ++++---
 .../java/org/apache/avro/file/ZstandardLoader.java | 14 +++--
 .../test/java/org/apache/avro/TestDataFile.java    |  2 +
 .../org/apache/avro/mapred/AvroOutputFormat.java   | 13 +++++
 .../avro/mapreduce/AvroOutputFormatBase.java       |  9 +++
 lang/java/pom.xml                                  |  8 +--
 share/docker/Dockerfile                            |  2 +-
 23 files changed, 263 insertions(+), 68 deletions(-)
 create mode 100755 .travis/before_install.sh
 create mode 100644 lang/csharp/versions.props