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.maven.plugins-maven-source-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/avro.git
discard d4da266df Bump org.apache.maven.plugins:maven-source-plugin in
/lang/java
add 8483a5597 Bump com.github.luben:zstd-jni from 1.5.5-6 to 1.5.5-11 in
/lang/java (#2606)
add 1bd788965 Bump actions/setup-java from 3 to 4 (#2602)
add 418bc75ab Bump actions/labeler from 4 to 5 (#2632)
add 0a96f8906 Bump org.apache.maven.plugins:maven-surefire-plugin in
/lang/java (#2613)
add 53a58efee Bump org.apache.felix:maven-bundle-plugin in /lang/java
(#2614)
add a7e676544 Bump org.apache.maven.plugins:maven-plugin-plugin in
/lang/java (#2618)
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 8c48841cc Bump org.apache.maven.plugins:maven-source-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 (d4da266df)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/org.apache.maven.plugins-maven-source-plugin-3.3.0
(8c48841cc)
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 | 2 +-
.github/workflows/java-publish-snapshot.yml | 2 +-
.github/workflows/labeler.yml | 2 +-
.github/workflows/maven4.yml | 2 +-
.github/workflows/rat.yml | 2 +-
.github/workflows/spotless.yml | 2 +-
.github/workflows/test-lang-csharp.yml | 4 +-
.github/workflows/test-lang-java.yml | 10 +-
.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 | 4 +-
.../org/apache/avro/protobuf/ProtoConversions.java | 44 +-
lang/rust/Cargo.lock | 470 ++++++++++++---------
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_test_helper/Cargo.toml | 1 -
lang/rust/avro_test_helper/src/logger.rs | 11 +-
pom.xml | 10 +-
share/docker/Dockerfile | 2 +-
33 files changed, 860 insertions(+), 426 deletions(-)