You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2022/10/03 10:47:03 UTC

[avro] branch dependabot/maven/lang/java/org.apache.thrift-libthrift-0.17.0 updated (40017285a -> d90912ba3)

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.thrift-libthrift-0.17.0
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 40017285a Bump libthrift from 0.16.0 to 0.17.0 in /lang/java
     add f895a3296 Bump junit5.version from 5.9.0 to 5.9.1 in /lang/java (#1886)
     add 4c5eabcc9 Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java (#1884)
     add bf0b7502b Bump underscore from 1.13.4 to 1.13.6 in /lang/js (#1883)
     add 257dd76ad Bump serde from 1.0.144 to 1.0.145 in /lang/rust (#1882)
     add 14db7b75f Bump thiserror from 1.0.35 to 1.0.36 in /lang/rust (#1891)
     add e949af01d Bump syn from 1.0.100 to 1.0.101 in /lang/rust (#1890)
     add 2c188b3a6 Bump proc-macro2 from 1.0.43 to 1.0.44 in /lang/rust (#1889)
     add 8640436de AVRO-3630: [Rust] Make it possible to extend pre-existing Avro bytes (#1888)
     add 4f50a1649 Bump thiserror from 1.0.36 to 1.0.37 in /lang/rust (#1892)
     add 046b4d153 Bump proc-macro2 from 1.0.44 to 1.0.46 in /lang/rust (#1894)
     add 1b80874ab Bump protobuf-java from 3.21.6 to 3.21.7 in /lang/java (#1895)
     add 0f1848ea5 Bump grpc.version from 1.49.1 to 1.49.2 in /lang/java (#1897)
     add 8e965fae1 Bump commons-text from 1.9 to 1.10.0 in /lang/java (#1898)
     add 77692d8c1 Bump actions/setup-dotnet from 2 to 3 (#1899)
     add d90912ba3 Bump libthrift from 0.16.0 to 0.17.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   (40017285a)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.17.0 (d90912ba3)

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/codeql-csharp-analysis.yml |  2 +-
 .github/workflows/test-lang-csharp.yml       |  6 +-
 .github/workflows/test-lang-java.yml         |  2 +-
 lang/java/pom.xml                            |  8 +--
 lang/js/package-lock.json                    |  6 +-
 lang/rust/Cargo.lock                         | 24 ++++----
 lang/rust/avro/Cargo.toml                    |  4 +-
 lang/rust/avro/src/lib.rs                    |  4 +-
 lang/rust/avro/src/reader.rs                 | 11 ++++
 lang/rust/avro/src/writer.rs                 | 50 +++++++++++++---
 lang/rust/avro/tests/append_to_existing.rs   | 86 ++++++++++++++++++++++++++++
 lang/rust/avro_derive/Cargo.toml             |  6 +-
 lang/rust/wasm-demo/Cargo.toml               |  2 +-
 13 files changed, 171 insertions(+), 40 deletions(-)
 create mode 100644 lang/rust/avro/tests/append_to_existing.rs