This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-java-4.2.2
in repository https://gitbox.apache.org/repos/asf/avro.git
discard bf1998870 Bump actions/setup-java from 4.2.1 to 4.2.2
add 25f0f661c Bump mocha from 10.7.0 to 10.7.3 in /lang/js (#3080)
add 9d57bab59 Fix build when cpp_reserved_words_union_typedef.hh is not
ready (#3079)
add 346c5504c Bump serde_json from 1.0.122 to 1.0.124 in /lang/rust (#3089)
add 356f35c81 Bump serde from 1.0.205 to 1.0.206 in /lang/rust (#3090)
add b4850233f Bump syn from 2.0.72 to 2.0.74 in /lang/rust (#3091)
add 7f509be4a [NO_JIRA] [Rust] Use serde as a workspace dependency
add a3c2fb890 Bump serde from 1.0.206 to 1.0.207 in /lang/rust (#3094)
add 8f8c46b84 Add a warning message for Docker on MacOS (#3017)
add 1e89ceb8b Bump serde_json from 1.0.124 to 1.0.125 in /lang/rust (#3098)
add 38321e697 Move to `1.13.0-SNAPSHOT` (#3076)
add 9379fdb9f AVRO-4032: [Rust] Make it possible to set custom compression
level for all codec that support it (#3095)
add 5ffc36ebb Bump serde from 1.0.207 to 1.0.208 in /lang/rust (#3097)
add 2d11a7623 Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust (#3093)
add bd3f2ea1f Maven install the top-level module before publishing the
lang/java modules
add 7e91bc523 Deploy the top-level pom too
add e095945ae Run the build from the top-level Maven module
add 6652a7e88 Save settings.xml in ${runner.temp}/ to avoid problems with
RAT
add 36a53f4f6 Fix the syntax
add 14361c0b3 AVRO-4031: [Rust] builder header (#3096)
add b20dcbc34 Bump org.apache.commons:commons-compress in /lang/java
(#3086)
add e1d89060e Bump org.xerial.snappy:snappy-java in /lang/java (#3081)
add fb2ed15eb Bump org.apache.commons:commons-lang3 in /lang/java (#3085)
add 2797908d4 Bump actions/setup-java from 4.2.1 to 4.2.2
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 (bf1998870)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-java-4.2.2 (2797908d4)
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/java-publish-snapshot.yml | 12 +-
.github/workflows/test-lang-java-ARM.yml | 4 +
.github/workflows/test-lang-java.yml | 8 +-
build.sh | 1 +
lang/c++/CMakeLists.txt | 2 +
lang/java/android/pom.xml | 2 +-
.../java/archetypes/avro-service-archetype/pom.xml | 2 +-
lang/java/archetypes/pom.xml | 2 +-
lang/java/avro/pom.xml | 2 +-
lang/java/compiler/pom.xml | 2 +-
lang/java/grpc/pom.xml | 2 +-
lang/java/idl/pom.xml | 2 +-
lang/java/integration-test/codegen-test/pom.xml | 2 +-
lang/java/integration-test/pom.xml | 2 +-
.../test-custom-conversions/pom.xml | 2 +-
lang/java/interop-data-test/pom.xml | 2 +-
lang/java/ipc-jetty/pom.xml | 2 +-
lang/java/ipc-netty/pom.xml | 2 +-
lang/java/ipc/pom.xml | 2 +-
lang/java/mapred/pom.xml | 2 +-
lang/java/maven-plugin/pom.xml | 2 +-
.../unit/idl/pom-incremental-compilation.xml | 2 +-
.../unit/idl/pom-injecting-velocity-tools.xml | 2 +-
.../src/test/resources/unit/idl/pom-javacc.xml | 2 +-
.../src/test/resources/unit/idl/pom.xml | 2 +-
.../unit/protocol/pom-injecting-velocity-tools.xml | 2 +-
.../src/test/resources/unit/protocol/pom.xml | 2 +-
.../resources/unit/schema/pom-multiple-schema.xml | 2 +-
.../resources/unit/schema/pom-nonexistent-file.xml | 2 +-
.../unit/schema/pom-nonexistent-second-file.xml | 2 +-
.../src/test/resources/unit/schema/pom.xml | 2 +-
lang/java/perf/pom.xml | 2 +-
lang/java/pom.xml | 8 +-
lang/java/protobuf/pom.xml | 2 +-
lang/java/thrift/pom.xml | 2 +-
lang/java/tools/pom.xml | 2 +-
lang/java/trevni/avro/pom.xml | 2 +-
lang/java/trevni/core/pom.xml | 2 +-
lang/java/trevni/doc/pom.xml | 2 +-
lang/java/trevni/pom.xml | 2 +-
lang/js/package-lock.json | 6 +-
lang/js/package.json | 4 +-
lang/rust/Cargo.lock | 64 +++++----
lang/rust/Cargo.toml | 4 +-
lang/rust/avro/src/codec.rs | 157 ++++++++++++++++-----
lang/rust/avro/src/lib.rs | 6 +
lang/rust/avro/src/reader.rs | 50 +++++--
lang/rust/avro/src/writer.rs | 30 +++-
lang/rust/avro/tests/append_to_existing.rs | 48 +++++--
lang/rust/avro/tests/codecs.rs | 89 ++++++++++++
lang/rust/avro_derive/Cargo.toml | 4 +-
lang/rust/wasm-demo/Cargo.toml | 6 +-
pom.xml | 4 +-
share/VERSION.txt | 2 +-
54 files changed, 427 insertions(+), 150 deletions(-)
create mode 100644 lang/rust/avro/tests/codecs.rs