This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/com.diffplug.spotless-spotless-maven-plugin-2.41.1
in repository https://gitbox.apache.org/repos/asf/avro.git
discard 04a1d8c18 Bump com.diffplug.spotless:spotless-maven-plugin in
/lang/java
add 97fb98fe8 Bump actions/setup-dotnet from 3 to 4 (#2630)
add 27a67cc83 Update transitive dependencies
add 77c3efa6b Fix action/labeler to work with v5 (#2634)
add bc9dc0586 Bump actions/setup-python from 4 to 5 (#2631)
add 92512b20e AVRO-3839: [Rust] Replace lazy_static crate with
std::sync::OnceLock (#2461)
add ff3245302 AVRO-3914: Add nanos support (#2608)
add e248e6b20 AVRO-3917: [Rust] take field aliases into account when
calculating schema compatibilities (#2633)
add 1565f01be Bump zerocopy from 0.7.30 to 0.7.31 in /lang/rust (#2635)
add c1e555d79 Bump org.apache:apache from 29 to 31 in /lang/java (#2628)
add 1cc413577 Bump org.apache.maven.plugins:maven-enforcer-plugin in
/lang/java (#2627)
add 736cec09d Bump org.apache.maven.plugins:maven-shade-plugin in
/lang/java (#2624)
add 236f93c26 Bump org.apache.maven.plugins:maven-checkstyle-plugin in
/lang/java (#2621)
add e0926ee9f Bump ctor from 0.2.5 to 0.2.6 in /lang/rust (#2636)
add 54a273283 Bump syn from 2.0.40 to 2.0.41 in /lang/rust (#2637)
add a515164a4 Bump github/codeql-action from 2 to 3 (#2638)
add b1ef592bb Bump org.apache.maven.plugins:maven-surefire-plugin in
/lang/java (#2640)
add c7dc4cd36 Bump io.netty:netty-bom from 4.1.99.Final to 4.1.104.Final
in /lang/java (#2639)
add 556e250b7 Bump com.diffplug.spotless:spotless-maven-plugin 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 (04a1d8c18)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/com.diffplug.spotless-spotless-maven-plugin-2.41.1
(556e250b7)
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/labeler.yml | 48 ++-
.github/workflows/codeql-csharp-analysis.yml | 8 +-
.github/workflows/codeql-java-analysis.yml | 6 +-
.github/workflows/codeql-js-analysis.yml | 6 +-
.github/workflows/codeql-py-analysis.yml | 6 +-
.github/workflows/test-lang-csharp.yml | 4 +-
.github/workflows/test-lang-java.yml | 4 +-
.github/workflows/test-lang-js.yml | 2 +-
.github/workflows/test-lang-py.yml | 4 +-
.github/workflows/test-lang-rust-ci.yml | 4 +-
.github/workflows/test-lang-rust-clippy.yml | 2 +-
.../main/java/org/apache/avro/LogicalTypes.java | 49 +++
.../java/org/apache/avro/data/TimeConversions.java | 78 ++++
.../avro/compiler/specific/SpecificCompiler.java | 2 +
.../compiler/specific/TestSpecificCompiler.java | 10 +-
lang/java/pom.xml | 2 +-
.../org/apache/avro/protobuf/ProtoConversions.java | 44 +-
lang/rust/Cargo.lock | 474 ++++++++++++---------
lang/rust/Cargo.toml | 3 +-
lang/rust/README.md | 1 -
lang/rust/avro/Cargo.toml | 1 -
lang/rust/avro/README.md | 2 +-
lang/rust/avro/src/rabin.rs | 13 +-
lang/rust/avro/src/schema.rs | 48 ++-
lang/rust/avro/src/schema_compatibility.rs | 112 +++--
lang/rust/avro/tests/io.rs | 271 ++++++++----
lang/rust/avro/tests/schema.rs | 68 +--
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/avro_test_helper/Cargo.toml | 3 +-
lang/rust/avro_test_helper/src/logger.rs | 11 +-
pom.xml | 10 +-
share/docker/Dockerfile | 2 +-
32 files changed, 867 insertions(+), 433 deletions(-)