-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] Switch to Java 17 for all Dataflow Templates #2050
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2050 +/- ##
============================================
- Coverage 46.35% 46.33% -0.02%
- Complexity 3931 4256 +325
============================================
Files 858 858
Lines 51259 51265 +6
Branches 5391 5391
============================================
- Hits 23760 23756 -4
- Misses 25786 25796 +10
Partials 1713 1713
|
there is a single test failure from the report: https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/2050/checks?check_run_id=33950822829
This is expected. The original assert was too strict, see https://stackoverflow.com/questions/77305259/change-in-gzipoutputstream-behavior-in-java-17 |
Kafka PR running on https://github.com/GoogleCloudPlatform/DataflowTemplates/actions/runs/12183265029 Spanner PR running on https://github.com/GoogleCloudPlatform/DataflowTemplates/actions/runs/12183272085 |
TODO: fix #2050 (comment) |
Fixes #2051