This is an automated email from the ASF dual-hosted git repository.
Abacn pushed a change to branch bumpjava21
in repository https://gitbox.apache.org/repos/asf/beam.git
discard ea8c1c434df Bump CI Java version to Java21
discard 31c656a3c1c Revert "Fix Python VarIntCoder OverflowError on uint64
values (#39047)"
add eed2511dcce Add "-Pjava21Home" to stage docker step (#39181)
add 7b3e2df2ed6 Bump transformers (#39195)
add c38839082de Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks
(#39199)
add 22613182291 Bump docker/build-push-action from 7.2.0 to 7.3.0 (#39198)
add db9f9d56022 Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#39197)
add 70329063989 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#39200)
add a2a14f511e9 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#39201)
new 2e29a89f16b Bump CI Java version to Java21
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 (ea8c1c434df)
\
N -- N -- N refs/heads/bumpjava21 (2e29a89f16b)
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 1 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/build_release_candidate.yml | 4 +-
.github/workflows/build_runner_image.yml | 4 +-
.github/workflows/build_wheels.yml | 2 +-
sdks/go.mod | 36 +++++------
sdks/go.sum | 72 +++++++++++-----------
sdks/python/apache_beam/coders/coder_impl.pxd | 1 -
sdks/python/apache_beam/coders/coder_impl.py | 34 +++++++---
.../apache_beam/coders/coders_test_common.py | 18 ++++++
.../online_clustering/clustering_pipeline/setup.py | 2 +-
9 files changed, 104 insertions(+), 69 deletions(-)