This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/commons-cli-commons-cli-1.10.0
in repository https://gitbox.apache.org/repos/asf/avro.git
discard a01b25f60c Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 in
/lang/java
add 3fbea11ddf AVRO-4169 fix bug with custom encoder (#3440)
add 7543169105 AVRO-4171: [c++] find system installed fmt first (#3447)
add dc7bbd0862 AVRO-4158: [c++] Update for fmtlib 10+ (#3444)
add 3008aae23e java-[key-]class allowed packages must be packages (#3453)
add 4dcbd89f30 Bump grpc.version from 1.73.0 to 1.75.0 in /lang/java
(#3470)
add 31c428334b Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 in
/lang/java (#3465)
add 05b47a7307 Bump jetty.version in /lang/java (#3464)
add ffb827e28b Bump org.apache.commons:commons-compress in /lang/java
(#3449)
add c679eda2c8 Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 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 (a01b25f60c)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/commons-cli-commons-cli-1.10.0
(c679eda2c8)
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/c++/CMakeLists.txt | 21 +++++++------
lang/c++/include/avro/Node.hh | 2 +-
lang/c++/include/avro/Types.hh | 2 +-
.../java/org/apache/avro/reflect/ReflectData.java | 8 +++++
.../apache/avro/specific/SpecificDatumReader.java | 34 +++++++++++++++++-----
.../org/apache/avro/reflect/TestAvroEncode.java | 21 ++++++-------
lang/java/pom.xml | 8 ++---
7 files changed, 64 insertions(+), 32 deletions(-)