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/02/15 13:45:09 UTC

[avro] branch dependabot/nuget/lang/csharp/NUnit.ConsoleRunner-3.12.0 updated (67c60f0 -> 7614e5c)

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

github-bot pushed a change to branch dependabot/nuget/lang/csharp/NUnit.ConsoleRunner-3.12.0
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard 67c60f0  Bump NUnit.ConsoleRunner from 3.10.0 to 3.12.0 in /lang/csharp
     add 8c2c6bf  Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v2020112 in /lang/java (#1053)
     add 90d0a49  Fix whitespace in CodeGen::generateEnumTraits to be consistent with the rest of the generated code. (#1034)
     add f4d2b0d  AVRO-2898: Build failure without a C++ compiler (again) (#1025)
     add dbed143  Bump jmh.version from 1.26 to 1.27 in /lang/java (#1054)
     add e3f9776  Bump zstd-jni from 1.4.5-12 to 1.4.8-1 in /lang/java
     add 9f3c7ee  Bump netty-bom from 4.1.54.Final to 4.1.58.Final in /lang/java
     add 020e30c  Bump grpc.version from 1.33.1 to 1.35.0 in /lang/java
     add 5412eca  AVRO-3024: Bump Jackson to 2.11.4
     add 7643ac4  Bump jackson.version from 2.11.4 to 2.12.1 in /lang/java
     add 72b0615  Bump plexus-utils from 3.0.24 to 3.3.0 in /lang/java
     add afe8fa1  AVRO-3028: Records encode fields that equal the default (#1065)
     add 0fc0e05  AVRO-3024: Remove references to Jackson databind (#1073)
     add 41587a9  AVRO-2860: More Closely Adhere to ASF Parent POM  (#1072)
     add 351f589  AVRO-XXX: Add anchors to the c++ documentation page (#1068)
     add 3051545  Bump zstd-jni from 1.4.8-1 to 1.4.8-3 in /lang/java
     add 6d77f50  Bump snappy-java from 1.1.8.2 to 1.1.8.4 in /lang/java
     add 8da4321  AVRO-3023: Test against Ruby 3.0 (#1048)
     add 4473738  AVRO-3030: Remove the PUBLIC_DEPRECATED (#1069)
     add 568ee67  AVRO-3033: Fix flaky file descriptor test (#1078)
     add 02bdc2d  AVRO-3032: Use best practice for namedtuple
     add 36ef0b7  AVRO-2944: Handle unexpected EOF reading magic bytes in DataFileReader (#1080)
     add da771e4  Bump nunit from 3.12.0 to 3.13.1 in /lang/csharp
     add 3427f5f  Bump zstd-jni from 1.4.8-3 to 1.4.8-4 in /lang/java
     add 214e6eb  Bump junit from 4.13.1 to 4.13.2 in /lang/java
     add 6809037  Bump netty-bom from 4.1.58.Final to 4.1.59.Final in /lang/java
     add 7b4721d  Bump nunit3testadapter from 3.16.1 to 3.17.0 in /lang/csharp
     add 7614e5c  Bump NUnit.ConsoleRunner from 3.10.0 to 3.12.0 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   (67c60f0)
            \
             N -- N -- N   refs/heads/dependabot/nuget/lang/csharp/NUnit.ConsoleRunner-3.12.0 (7614e5c)

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                             |  25 +-
 .github/workflows/test-lang-ruby.yml               |   6 +-
 doc/src/content/xdocs/spec.xml                     |  21 +-
 lang/c++/MainPage.dox                              |  18 +-
 lang/c++/impl/avrogencpp.cc                        |  50 +-
 lang/c/CMakeLists.txt                              |   2 +-
 lang/csharp/src/apache/test/Avro.test.csproj       |   4 +-
 .../avro-service-archetype/src/main/pom/pom.xml    |  18 +-
 lang/java/archetypes/pom.xml                       |   3 +-
 .../java/org/apache/avro/file/DataFileReader.java  |  11 +-
 .../java/org/apache/avro/TestDataFileReader.java   | 110 ++++-
 .../avro/compiler/specific/SpecificCompiler.java   |  14 +-
 .../specific/templates/java/classic/record.vm      |   2 +-
 .../compiler/specific/TestSpecificCompiler.java    |  21 -
 lang/java/integration-test/codegen-test/pom.xml    |   1 -
 lang/java/integration-test/pom.xml                 |   6 -
 lang/java/maven-plugin/pom.xml                     |   2 +-
 .../unit/idl/pom-injecting-velocity-tools.xml      |   2 +-
 .../src/test/resources/unit/idl/pom.xml            |   2 +-
 .../unit/protocol/pom-injecting-velocity-tools.xml |   2 +-
 .../src/test/resources/unit/protocol/pom.xml       |   2 +-
 .../unit/schema/pom-injecting-velocity-tools.xml   |   2 +-
 .../src/test/resources/unit/schema/pom.xml         |   2 +-
 lang/java/perf/pom.xml                             |   2 +-
 lang/java/pom.xml                                  |  52 +--
 lang/java/protobuf/pom.xml                         |   1 -
 lang/java/thrift/pom.xml                           |   1 -
 lang/java/tools/pom.xml                            |   1 -
 .../org/apache/avro/tool/SpecificCompilerTool.java |   2 +-
 .../test/compiler/input/fieldvisibilitytest.avsc   |   7 -
 .../avro/examples/baseball/FieldTest.java          |  12 +-
 .../avro/examples/baseball/Player.java             |   8 +-
 .../output/AddExtraOptionalGettersTest.java        |   4 +-
 .../test/compiler/output/FieldVisibilityTest.java  | 504 ---------------------
 .../src/test/compiler/output/NoSettersTest.java    |   4 +-
 .../output/OptionalGettersAllFieldsTest.java       |   8 +-
 .../output/OptionalGettersNullableFieldsTest.java  |   8 +-
 .../tools/src/test/compiler/output/Player.java     |   8 +-
 .../apache/avro/tool/TestSpecificCompilerTool.java |  17 +-
 lang/java/trevni/doc/pom.xml                       |   1 -
 lang/java/trevni/pom.xml                           |   1 -
 lang/py/avro/tether/tether_task.py                 |   2 +-
 lang/ruby/Gemfile                                  |   2 +
 pom.xml                                            |  22 +-
 44 files changed, 242 insertions(+), 751 deletions(-)
 delete mode 100644 lang/java/tools/src/test/compiler/input/fieldvisibilitytest.avsc
 delete mode 100644 lang/java/tools/src/test/compiler/output/FieldVisibilityTest.java