This is an automated email from the ASF dual-hosted git repository.
apilloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 7e9d99f26f4 Add warning about google-cloud-platform-core dependency
change in #24235 (#24295)
7e9d99f26f4 is described below
commit 7e9d99f26f496d2a204f8dda123d0a57582ed34d
Author: Andrew Pilloud <[email protected]>
AuthorDate: Mon Nov 21 10:28:20 2022 -0800
Add warning about google-cloud-platform-core dependency change in #24235
(#24295)
---
CHANGES.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index ce5950e7783..414241d1c5b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -74,6 +74,10 @@
* `ParquetIO.withSplit` was removed since splittable reading has been the
default behavior since 2.35.0. The effect of
this change is to drop support for non-splittable reading
(Java)([#23832](https://github.com/apache/beam/issues/23832)).
+* `beam-sdks-java-extensions-google-cloud-platform-core` is no longer a
+ dependency of the Java SDK Harness. Some users of a portable runner (such as
Dataflow Runner v2)
+ may have an undeclared dependency on this package (for example using GCS with
+ TextIO) and will now need to declare the dependency.
## Deprecations