This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-3653-arm64-on-github-actions
in repository https://gitbox.apache.org/repos/asf/avro.git
discard c69010f25 AVRO-3653: [CI] Override env.GITHUB_WORKFLOW
discard a6c82ac6f AVRO-3653: [CI] Add jobs for all SDKs
discard b2d24fec3 AVRO-3653: [CI] Use Github Actions with QEMU for testing on
Linux ARM64
add e2d59b29d Improve formatting of Avro types and JSON code (#1934)
add 50a12a3bb Improve generated comments and compiler option description
(#1935)
add 04f024369 Bump darling from 0.14.1 to 0.14.2 in /lang/rust (#1936)
add fb4625ec4 Bump protobuf-java from 3.21.8 to 3.21.9 in /lang/java
(#1938)
add 382ceb1e5 Bump typed-builder from 0.10.0 to 0.11.0 in /lang/rust
(#1939)
add a6b5879b5 AVRO-3661: [Rust] Fix new clippy errors introduced with Rust
1.65 (#1941)
add 965e0a2df AVRO-3532: Test field names in C# (#1866)
add 183474281 AVRO-3659: Typo in python example (#1942)
add efb977928 Bump commons-compress from 1.21 to 1.22 in /lang/java (#1943)
add 48b9bacf3 AVRO-3663: [Rust] Allow raw identifiers as field names
(#1945)
add edd59e166 Bump jackson-bom from 2.12.7.20221012 to 2.14.0 in
/lang/java (#1944)
add 2a7ab42f5 Bump regex from 1.6.0 to 1.7.0 in /lang/rust (#1947)
add f4f18d929 Bump env_logger from 0.9.1 to 0.9.3 in /lang/rust (#1946)
add 73d208fa6 AVRO-3653: [CI] Remove Travis-ci config files (#1948)
add 8917a8bc9 Use fully qualified names for darling::FromAttributes and
syn::Error (#1953)
add e93a2ab34 Bump actions/dependency-review-action from 2 to 3 (#1958)
add 00c1826ae Bump netty-bom from 4.1.84.Final to 4.1.85.Final in
/lang/java (#1959)
add 2cb323c9d Bump jshint from 2.13.5 to 2.13.6 in /lang/js (#1957)
add ddccc04dc AVRO-3669: [python] Add py.typed marker file (PEP561
compliance) (#1952)
add 35d462e65 AVRO-3657: Computation of initial buffer size in
OutputBuffer makes no sense (#1960)
add 53cdb411e AVRO-3667: [Python] Python 3.10 CI test fails since a while
(#1962)
add 432f073c3 AVRO-3672: Add CI testing for Python 3.11 (#1961)
add 35545f9de AVRO-3662: It seems Ruby 2.6 sometimes retains '2' (#1963)
new 97fc62c62 AVRO-3653: [CI] Use Github Actions with QEMU for testing on
Linux ARM64
new 7dda31307 AVRO-3653: [CI] Add jobs for all SDKs
new eb5a28764 AVRO-3653: [CI] Override env.GITHUB_WORKFLOW
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 (c69010f25)
\
N -- N -- N refs/heads/avro-3653-arm64-on-github-actions
(eb5a28764)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/test-lang-py.yml | 2 +
.github/workflows/test-lang-rust-audit.yml | 2 +-
.travis.yml | 222 ---------------------
.travis/before_install.sh | 44 ----
.../++version++/Getting started (Python)/_index.md | 2 +-
.../en/docs/++version++/Specification/_index.md | 16 +-
.../src/apache/test/Generic/GenericRecordTests.cs | 18 ++
lang/csharp/src/apache/test/Schema/SchemaTests.cs | 19 ++
.../specific/templates/java/classic/record.vm | 4 +-
.../org/apache/avro/mojo/AbstractAvroMojo.java | 3 +-
lang/java/pom.xml | 8 +-
.../main/java/org/apache/trevni/OutputBuffer.java | 6 +-
lang/js/package-lock.json | 6 +-
lang/py/MANIFEST.in | 1 +
lang/py/avro/compatibility.py | 5 +-
.../_SUCCESS => py/avro/py.typed} | 0
lang/py/setup.cfg | 3 +-
lang/ruby/test/test_logical_types.rb | 4 +-
lang/rust/Cargo.lock | 24 +--
lang/rust/avro/Cargo.toml | 4 +-
lang/rust/avro/benches/serde.rs | 38 ++--
lang/rust/avro/benches/serde_json.rs | 2 +-
lang/rust/avro/src/encode.rs | 2 +-
lang/rust/avro/src/schema.rs | 2 +-
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/avro_derive/src/lib.rs | 21 +-
lang/rust/avro_derive/tests/derive.rs | 16 ++
lang/rust/avro_test_helper/Cargo.toml | 2 +-
pom.xml | 3 +-
29 files changed, 134 insertions(+), 347 deletions(-)
delete mode 100644 .travis.yml
delete mode 100755 .travis/before_install.sh
copy
lang/{java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/_SUCCESS
=> py/avro/py.typed} (100%)
mode change 100755 => 100644