tkaymak commented on code in PR #34751: URL: https://github.com/apache/beam/pull/34751#discussion_r2064723099
########## CHANGES.md: ########## @@ -31,7 +31,7 @@ ## I/Os -* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Debezium IO now requires Java 17 (Java) ([#34747](https://github.com/apache/beam/issues/34747)). Review Comment: @Abacn Thank you! Reverted ########## .github/workflows/beam_PreCommit_Java_Debezium_IO_Direct.yml: ########## @@ -85,13 +85,19 @@ jobs: github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - name: Setup environment uses: ./.github/actions/setup-environment-action + with: + java-version: | + 17 + 8 Review Comment: Thank you! Adjusted to 11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org