This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/docker/setup-buildx-action-3
in repository https://gitbox.apache.org/repos/asf/beam.git
discard bbd3e69ccd0 Bump docker/setup-buildx-action from 1 to 3
add 6b6af8d88be Bump actions/setup-java from 4 to 5 (#36262)
add 8668509d0a1 Use singleton prism server by default. (#36228)
add 620f4963666 Bump actions/setup-go from 5 to 6 (#36261)
add 23f2520ec87 Bump github.com/aws/aws-sdk-go-v2 from 1.39.0 to 1.39.1 in
/sdks (#36259)
add 7cffae082e5 Allow manually running code_completion_plugin_tests.yml
(#36265)
add 6c7bbdef7d9 Correctly override apache/beam containers for RC on
Dataflow runner job submission (#36199)
add cf9d958c00a Clarify release-guide.md (#36237)
add b612413b5ad Bump cloud.google.com/go/storage from 1.56.2 to 1.57.0 in
/sdks (#36263)
add 6d5af4b5dd2 Managed Bigquery Java Read&Write Transforms
add 469132a7ed1 switch to bigquery
add 1eda506c171 Upgrade check to next release
add 3a419b6d83b Merge pull request #36139: Managed Bigquery Java
Read&Write Transforms
add da6f7b4f212 Fix Build Issues with Iceberg Upgrade (#36255)
add 527e821e3c9 Support managed jdbc io (SQLServer) (#36055)
add 5fe4b73a173 Revert "Update dill requirement in /sdks/python (#36147)"
(#36270)
add d5059c3edda [Prism] Support AfterProcessingTime triggers - part 1
(#36126)
add 8bcd76661db Bump github.com/aws/aws-sdk-go-v2/config from 1.31.8 to
1.31.10 in /sdks (#36279)
add b8f0d5fc12b Bump google-github-actions/setup-gcloud from 2 to 3
(#36280)
add 056c9b20efe Bump docker/setup-buildx-action from 1 to 3
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 (bbd3e69ccd0)
\
N -- N -- N
refs/heads/dependabot/github_actions/docker/setup-buildx-action-3 (056c9b20efe)
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/beam_CleanUpGCPResources.yml | 2 +-
.../beam_Infrastructure_PolicyEnforcer.yml | 2 +-
.../beam_Infrastructure_SecurityLogging.yml | 2 +-
.../beam_Infrastructure_ServiceAccountKeys.yml | 2 +-
.../beam_Infrastructure_UsersPermissions.yml | 2 +-
.github/workflows/beam_Playground_Precommit.yml | 2 +-
.../beam_PostCommit_Java_Jpms_Direct_Java21.yml | 2 +-
.github/workflows/beam_PostCommit_Python_Arm.yml | 2 +-
.../beam_PostCommit_Yaml_Xlang_Direct.yml | 2 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +-
...beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 +-
.github/workflows/build_release_candidate.yml | 12 +-
.github/workflows/code_completion_plugin_tests.yml | 3 +-
.github/workflows/refresh_looker_metrics.yml | 2 +-
.../republish_released_docker_containers.yml | 4 +-
.../run_rc_validation_python_mobile_gaming.yml | 2 +-
.../workflows/run_rc_validation_python_yaml.yml | 2 +-
.github/workflows/tour_of_beam_backend.yml | 2 +-
contributor-docs/release-guide.md | 2 +-
examples/java/build.gradle | 35 +-----
examples/java/common.gradle | 50 ++++++++
examples/java/iceberg/build.gradle | 7 ++
.../model/pipeline/v1/external_transforms.proto | 4 +
.../beam/runners/dataflow/DataflowRunner.java | 22 +++-
.../beam/runners/dataflow/DataflowRunnerTest.java | 96 +++++----------
sdks/go.mod | 22 ++--
sdks/go.sum | 44 +++----
.../beam/runners/prism/internal/engine/strategy.go | 108 ++++++++++++++++-
.../runners/prism/internal/engine/strategy_test.go | 129 +++++++++++++++++++++
sdks/go/pkg/beam/runners/prism/internal/execute.go | 22 +++-
.../ReadFromSqlServerSchemaTransformProvider.java | 43 ++++++-
...va => SqlServerSchemaTransformTranslation.java} | 26 ++---
.../WriteToSqlServerSchemaTransformProvider.java | 43 ++++++-
...> SqlServerSchemaTransformTranslationTest.java} | 68 +++++------
.../java/org/apache/beam/sdk/managed/Managed.java | 3 +
.../runners/portability/prism_runner.py | 6 +-
.../runners/portability/prism_runner_test.py | 4 +-
sdks/python/apache_beam/transforms/managed.py | 3 +
sdks/python/apache_beam/yaml/standard_io.yaml | 8 +-
.../container/base_image_requirements_manual.txt | 2 +-
40 files changed, 581 insertions(+), 215 deletions(-)
create mode 100644 examples/java/common.gradle
copy
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/providers/{PostgresSchemaTransformTranslation.java
=> SqlServerSchemaTransformTranslation.java} (73%)
copy
sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/providers/{PostgresSchemaTransformTranslationTest.java
=> SqlServerSchemaTransformTranslationTest.java} (77%)