This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/io.netty-netty-bom-4.2.2.Final
in repository https://gitbox.apache.org/repos/asf/avro.git
discard affb968171 Bump io.netty:netty-bom from 4.2.0.Final to 4.2.2.Final in
/lang/java
add 697f3fbb0a Bump org.codehaus.mojo:build-helper-maven-plugin in
/lang/java (#3401)
add f28b25d07d Bump com.diffplug.spotless:spotless-maven-plugin in
/lang/java (#3394)
add 3271091626 Bump org.codehaus.mojo:exec-maven-plugin in /lang/java
(#3393)
add 7b8e3c694e Bump grpc.version from 1.72.0 to 1.73.0 in /lang/java
(#3392)
add fe86e856d5 Bump com.puppycrawl.tools:checkstyle in /lang/java (#3391)
add 5f7c2d36c7 AVRO-4133: Support default enum value in Protobuf to Avro
(#3367)
add 1e83385a82 AVRO-3933: Unify ARM64 workflows (#3398)
add 9b5036fa45 Bump junit5.version from 5.13.0 to 5.13.1 in /lang/java
(#3400)
add c880f4729e AVRO-3527: codegen equals and hashCode for Records (#1708)
add f7d920b414 Bump com.google.protobuf:protobuf-java in /lang/java (#3395)
add 23c63d2f2e Bump io.netty:netty-bom from 4.2.0.Final to 4.2.2.Final in
/lang/java
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 (affb968171)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/io.netty-netty-bom-4.2.2.Final
(23c63d2f2e)
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/workflows/test-lang-c++-ARM.yml | 52 --
.github/workflows/test-lang-c++.yml | 7 +-
.github/workflows/test-lang-c-ARM.yml | 52 --
.github/workflows/test-lang-c.yml | 17 +-
.github/workflows/test-lang-csharp-ARM.yml | 154 ----
.github/workflows/test-lang-csharp.yml | 14 +-
.github/workflows/test-lang-java-ARM.yml | 83 --
.github/workflows/test-lang-java.yml | 15 +-
.github/workflows/test-lang-js-ARM.yml | 65 --
.github/workflows/test-lang-js.yml | 25 +-
.github/workflows/test-lang-perl-ARM.yml | 144 ----
.github/workflows/test-lang-perl.yml | 20 +-
.github/workflows/test-lang-php-ARM.yml | 58 --
.github/workflows/test-lang-php.yml | 24 +-
.github/workflows/test-lang-py-ARM.yml | 53 --
.github/workflows/test-lang-py.yml | 32 +-
.github/workflows/test-lang-ruby-ARM.yml | 60 --
.github/workflows/test-lang-ruby.yml | 36 +-
README.md | 31 -
.../java/org/apache/avro/generic/GenericData.java | 6 +-
.../src/main/java/org/apache/avro/util/Utf8.java | 24 +
.../avro/compiler/specific/SpecificCompiler.java | 40 +
.../specific/templates/java/classic/record.vm | 41 +
lang/java/pom.xml | 10 +-
lang/java/protobuf/pom.xml | 4 +
.../org/apache/avro/protobuf/ProtobufData.java | 16 +-
.../org/apache/avro/protobuf/TestProtobuf.java | 14 +
.../org/apache/avro/protobuf/noopt/TestProto3.java | 883 +++++++++++++++++++++
lang/java/protobuf/src/test/protobuf/test.proto | 2 +
.../protobuf/src/test/protobuf/test_proto3.proto} | 18 +-
.../avro/examples/baseball/FieldTest.java | 44 +
.../JSpecifyNullSafeAnnotationsFieldsTest.java | 34 +
.../JetBrainsNullSafeAnnotationsFieldsTest.java | 34 +
.../avro/examples/baseball/Player.java | 36 +
.../avro/examples/baseball/Proto.java | 2 +-
.../output/AddExtraOptionalGettersTest.java | 28 +
.../src/test/compiler/output/NoSettersTest.java | 28 +
.../output/OptionalGettersAllFieldsTest.java | 36 +
.../output/OptionalGettersNullableFieldsTest.java | 38 +
.../tools/src/test/compiler/output/Player.java | 36 +
lang/ruby/test/test_logical_types.rb | 2 +-
pom.xml | 5 +-
42 files changed, 1485 insertions(+), 838 deletions(-)
delete mode 100644 .github/workflows/test-lang-c++-ARM.yml
delete mode 100644 .github/workflows/test-lang-c-ARM.yml
delete mode 100644 .github/workflows/test-lang-csharp-ARM.yml
delete mode 100644 .github/workflows/test-lang-java-ARM.yml
delete mode 100644 .github/workflows/test-lang-js-ARM.yml
delete mode 100644 .github/workflows/test-lang-perl-ARM.yml
delete mode 100644 .github/workflows/test-lang-php-ARM.yml
delete mode 100644 .github/workflows/test-lang-py-ARM.yml
delete mode 100644 .github/workflows/test-lang-ruby-ARM.yml
create mode 100644
lang/java/protobuf/src/test/java/org/apache/avro/protobuf/noopt/TestProto3.java
copy lang/{c++/examples/schemaload.cc =>
java/protobuf/src/test/protobuf/test_proto3.proto} (79%)