This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/org.apache-apache-32
in repository https://gitbox.apache.org/repos/asf/avro.git
omit 1538142a2 Bump org.apache:apache from 31 to 32 in /lang/java
add 9d3e28dff Bump serial_test from 3.0.0 to 3.1.0 in /lang/rust (#2870)
add d526ca8d7 Bump thiserror from 1.0.58 to 1.0.59 in /lang/rust (#2869)
add f40c222c4 Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 in
/lang/java (#2868)
add 19501fc00 [AVRO-3967] Replace boost::format with fmt library (#2832)
add 589b89365 AVRO-3978: Upgrade main to build with Java 11 minimum (#2855)
add 190d19b08 Bump org.apache.maven.plugins:maven-shade-plugin in
/lang/java (#2879)
add 095556d04 Bump io.netty:netty-bom in /lang/java (#2864)
add 9d7c0a7b4 Bump org.apache:apache from 31 to 32 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 (1538142a2)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/org.apache-apache-32 (9d7c0a7b4)
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 | 2 +-
.github/workflows/test-lang-c++.yml | 2 +-
.github/workflows/test-lang-java.yml | 10 ++--
doc/examples/java-example/pom.xml | 8 ++--
doc/examples/mr-example/pom.xml | 4 +-
lang/c++/CMakeLists.txt | 13 ++++-
lang/c++/api/Exception.hh | 8 ++--
lang/c++/api/Node.hh | 9 +++-
lang/c++/api/NodeImpl.hh | 6 +--
lang/c++/api/Stream.hh | 1 +
lang/c++/api/Types.hh | 8 ++++
lang/c++/api/Validator.hh | 8 +---
lang/c++/impl/BinaryDecoder.cc | 8 ++--
lang/c++/impl/Compiler.cc | 35 +++++++-------
lang/c++/impl/DataFile.cc | 12 ++---
lang/c++/impl/FileStream.cc | 18 +++----
lang/c++/impl/Generic.cc | 6 +--
lang/c++/impl/GenericDatum.cc | 2 +-
lang/c++/impl/LogicalType.cc | 4 +-
lang/c++/impl/Node.cc | 9 ++--
lang/c++/impl/NodeImpl.cc | 4 +-
lang/c++/impl/ValidSchema.cc | 7 +--
lang/c++/impl/Validator.cc | 5 +-
lang/c++/impl/json/JsonDom.cc | 6 +--
lang/c++/impl/json/JsonIO.cc | 26 +++-------
lang/c++/impl/json/JsonIO.hh | 2 +-
lang/c++/impl/parsing/JsonCodec.cc | 6 +--
lang/java/avro/pom.xml | 20 --------
lang/java/interop-data-test/pom.xml | 17 -------
lang/java/interop-data-test/src/it/check/pom.xml | 2 +-
.../java/interop-data-test/src/it/generate/pom.xml | 2 +-
lang/java/pom.xml | 5 +-
lang/java/thrift/pom.xml | 6 +++
lang/rust/Cargo.lock | 56 ++++++++++------------
lang/rust/avro/Cargo.toml | 4 +-
pom.xml | 25 +++-------
36 files changed, 157 insertions(+), 209 deletions(-)