Skip to content

Commit 0183d98

Browse files
committed
Breaking change notice
1 parent 0ec2187 commit 0183d98

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767

6868
## Breaking Changes
6969

70+
* The Java artifacts "beam-sdks-java-io-kinesis", "beam-sdks-java-io-google-cloud-platform", and
71+
"beam-sdks-java-extensions-sql-zetasql" declare Guava 30.1-jre dependency (It was 25.1-jre in Beam 2.27.0).
72+
This new Guava version may introduce dependency conflicts if your project or dependencies rely
73+
on removed APIs. If affected, ensure to use an appropriate Guava version via `dependencyManagement` in Maven and
74+
`force` in Gradle.
7075
* X behavior was changed ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
7176

7277
## Deprecations

0 commit comments

Comments
 (0)