This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/lang/java/slf4j.version-2.0.9 in repository https://gitbox.apache.org/repos/asf/avro.git
discard 81cce4c38 Bump slf4j.version from 1.7.36 to 2.0.9 in /lang/java add 7ff2d7a07 AVRO-3849: [Rust] Use cargo-rdme instead of cargo-readme (#2475) add 66fa34b14 Fix wrong heading level of Single-object encoding in the doc (#2484) add edaeb9e72 Bump thiserror from 1.0.47 to 1.0.48 in /lang/rust (#2483) add 2e03ee965 Bump syn from 2.0.29 to 2.0.31 in /lang/rust (#2482) add 2244da098 AVRO-3851: [Rust] Validate default value for record fields and enums on parsing (#2481) add 00665a7f0 AVRO-3852: Support Java 21 (#2485) add e5e83ef14 Bump slf4j.version from 1.7.36 to 2.0.9 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 (81cce4c38) \ N -- N -- N refs/heads/dependabot/maven/lang/java/slf4j.version-2.0.9 (e5e83ef14) 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-java.yml | 12 +- .../en/docs/++version++/Specification/_index.md | 4 +- .../avro-service-archetype/src/main/pom/pom.xml | 6 + lang/java/pom.xml | 26 +- lang/rust/{rustfmt.toml => .cargo-rdme.toml} | 4 +- lang/rust/Cargo.lock | 12 +- lang/rust/Makefile | 2 +- lang/rust/avro/Cargo.toml | 2 +- lang/rust/avro/README.md | 19 +- lang/rust/avro/src/error.rs | 3 + lang/rust/avro/src/lib.rs | 34 +- lang/rust/avro/src/schema.rs | 420 +++++++++++++++++++-- lang/rust/avro/src/types.rs | 2 +- lang/rust/avro/tests/schema.rs | 393 ++++++++++++++++++- lang/rust/avro_derive/Cargo.toml | 2 +- 15 files changed, 853 insertions(+), 88 deletions(-) copy lang/rust/{rustfmt.toml => .cargo-rdme.toml} (92%)