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/11/08 19:45:57 UTC

[avro] branch avro-3646-serde-for-enum-mixed-variants updated (4d2f1912b -> 806b355d1)

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

mgrigorov pushed a change to branch avro-3646-serde-for-enum-mixed-variants
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 4d2f1912b AVRO-3646: Add an IT test for serializing an externally tagged enum with nullable struct_variant
 discard 4b76e8ac1 AVRO-3546: Extract the unit tests for serializing enums to IT tests
 discard 35dbcb742 AVRO-3646: Simplify the serialization tests
 discard 2994f700a AVRO-3646: Add unit tests for deserializing Value to Enum with different variants
 discard cbfad4a46 AVRO-3646: Add a unit test for serializing Enum with different kind of variants
     add edd59e166 Bump jackson-bom from 2.12.7.20221012 to 2.14.0 in /lang/java (#1944)
     add 2a7ab42f5 Bump regex from 1.6.0 to 1.7.0 in /lang/rust (#1947)
     add f4f18d929 Bump env_logger from 0.9.1 to 0.9.3 in /lang/rust (#1946)
     add 58a085070 AVRO-3646: Add a unit test for serializing Enum with different kind of variants
     add d1cfa33e5 AVRO-3646: Add unit tests for deserializing Value to Enum with different variants
     add f30295bc5 AVRO-3646: Simplify the serialization tests
     add d1fc25233 AVRO-3546: Extract the unit tests for serializing enums to IT tests
     add 806b355d1 AVRO-3646: Add an IT test for serializing an externally tagged enum with nullable struct_variant

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   (4d2f1912b)
            \
             N -- N -- N   refs/heads/avro-3646-serde-for-enum-mixed-variants (806b355d1)

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:
 lang/java/pom.xml                     | 2 +-
 lang/rust/Cargo.lock                  | 8 ++++----
 lang/rust/avro/Cargo.toml             | 2 +-
 lang/rust/avro_test_helper/Cargo.toml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)