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

github-bot pushed a change to branch 
dependabot/maven/lang/java/org.mockito-mockito-core-5.6.0
in repository https://gitbox.apache.org/repos/asf/avro.git


    omit 4e3074b75 Bump org.mockito:mockito-core from 4.11.0 to 5.6.0 in 
/lang/java
     add 3ea027ac2 AVRO-3779: [java] any big decimal conversion (#2282)
     add c91b8876b AVRO-3779: using rust bigdecimal (#2302)
     add 4d1ac461b AVRO-3881: [rust] Writer should write user metadata even if 
the body is empty (#2545)
     add c06a45571 AVRO-3779: add mention for rust (#2543)
     add d180aab5e AVRO-3879: [Build][Python] Fix `./build.sh clean` to remove 
the generated Python documents (#2540)
     add c48e8f55e Bump org.xerial.snappy:snappy-java in /lang/java (#2536)
     add fc8aec5f5 Bump io.netty:netty-bom from 4.1.98.Final to 4.1.99.Final in 
/lang/java (#2534)
     add a822ea3f6 Bump com.github.luben:zstd-jni from 1.5.5-5 to 1.5.5-6 in 
/lang/java (#2533)
     add 9c8bf9285 Bump org.mockito:mockito-core from 4.11.0 to 5.6.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   (4e3074b75)
            \
             N -- N -- N   
refs/heads/dependabot/maven/lang/java/org.mockito-mockito-core-5.6.0 (9c8bf9285)

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:
 .../en/docs/++version++/Specification/_index.md    | 14 ++++
 .../src/main/java/org/apache/avro/Conversions.java | 65 +++++++++++++++++
 .../main/java/org/apache/avro/LogicalTypes.java    | 25 +++++++
 .../org/apache/avro/TestBigDecimalConversion.java  | 85 ++++++++++++++++++++++
 .../avro/specific/TestRecordWithLogicalTypes.java  | 33 ++++++++-
 .../avro/specific/TestSpecificToFromByteArray.java |  5 +-
 .../test/resources/TestRecordWithLogicalTypes.avsc |  8 +-
 .../javacc/org/apache/avro/compiler/idl/idl.jj     |  3 +
 lang/java/pom.xml                                  |  6 +-
 lang/py/build.sh                                   |  1 +
 lang/rust/Cargo.lock                               | 14 ++++
 lang/rust/avro/Cargo.toml                          |  1 +
 lang/rust/avro/src/decimal.rs                      | 85 +++++++++++++++++++++-
 lang/rust/avro/src/decode.rs                       | 12 ++-
 lang/rust/avro/src/encode.rs                       |  9 ++-
 lang/rust/avro/src/error.rs                        | 12 +++
 lang/rust/avro/src/schema.rs                       | 39 ++++++++++
 lang/rust/avro/src/types.rs                        | 37 +++++++++-
 lang/rust/avro/src/writer.rs                       | 18 +++++
 19 files changed, 453 insertions(+), 19 deletions(-)
 create mode 100644 
lang/java/avro/src/test/java/org/apache/avro/TestBigDecimalConversion.java

Reply via email to