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 77efd39d9 Bump libthrift from 0.16.0 to 0.17.0 in /lang/java
add 2b127acec Bump serde from 1.0.148 to 1.0.149 in /lang/rust (#2001)
add e59fb6436 Bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2 in
/lang/rust (#2003)
add a08a5c7c5 Bump qs from 6.5.2 to 6.5.3 in /lang/js (#2004)
add ca3c389e1 AVRO-3681: [Python] GitHub actions failing with python 3.6
(#2005)
add e3dc0ea60 AVRO-3670: Add NET 7.0 support (#1956)
add 012338f95 AVRO-3680: [Python] allow to disable name validation (#1995)
add aae64be43 Bump serde from 1.0.149 to 1.0.150 in /lang/rust (#2010)
add a2aa31c6d Bump mocha from 10.1.0 to 10.2.0 in /lang/js (#2006)
add 95acbd5c4 Bump jetty.version in /lang/java (#2007)
add e6c4be4e7 Bump protobuf-java from 3.21.10 to 3.21.11 in /lang/java
(#2008)
add d9887d4d8 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 (77efd39d9)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.17.0
(d9887d4d8)
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 | 1 +
.github/workflows/test-lang-csharp.yml | 15 +-
.github/workflows/test-lang-java.yml | 1 +
.github/workflows/test-lang-py.yml | 4 +-
lang/csharp/README.md | 28 +-
lang/csharp/build.sh | 4 +-
lang/csharp/common.props | 10 +-
.../src/apache/benchmark/Avro.benchmark.csproj | 6 +
lang/csharp/src/apache/benchmark/Program.cs | 4 +-
lang/csharp/versions.props | 34 +--
lang/java/pom.xml | 4 +-
lang/js/package-lock.json | 18 +-
lang/js/package.json | 2 +-
lang/py/avro/name.py | 16 +-
lang/py/avro/protocol.py | 61 ++--
lang/py/avro/schema.py | 137 ++++-----
lang/py/avro/test/test_name.py | 327 +++++++++++++++++++++
lang/py/avro/test/test_schema.py | 88 ------
lang/rust/Cargo.lock | 12 +-
lang/rust/avro/Cargo.toml | 4 +-
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/wasm-demo/Cargo.toml | 2 +-
22 files changed, 508 insertions(+), 272 deletions(-)
create mode 100644 lang/py/avro/test/test_name.py