Skip to content

KAFKA-18192: generator module should run under java 11#18114

Merged
chia7712 merged 1 commit intoapache:trunkfrom
frankvicky:KAFKA-18192
Dec 10, 2024
Merged

KAFKA-18192: generator module should run under java 11#18114
chia7712 merged 1 commit intoapache:trunkfrom
frankvicky:KAFKA-18192

Conversation

@frankvicky
Copy link
Copy Markdown
Contributor

JIRA: KAFKA-18192

Both Streams and Clients are now using Java 11, but the Generator modules are not. This discrepancy causes an issue where developers cannot use JDK 11 to run tests for both modules.

Please refer to the discussion of #17522 for further details

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added build Gradle build or GitHub Actions small Small PRs labels Dec 10, 2024
@chia7712
Copy link
Copy Markdown
Member

@frankvicky could you please use JDK 11 to build/test/check both streams and clients modules?

@frankvicky
Copy link
Copy Markdown
Contributor Author

command: ./gradlew :clients:check -PmaxTestRetries=1 -PmaxTestRetryFailures=3

Screenshot 2024-12-10 at 12 24 45 PM 1

@frankvicky
Copy link
Copy Markdown
Contributor Author

Command: ./gradlew :streams:check -PmaxTestRetries=1 -PmaxTestRetryFailures=3
image

@chia7712 chia7712 merged commit 408d0f6 into apache:trunk Dec 10, 2024
peterxcli pushed a commit to peterxcli/kafka that referenced this pull request Dec 18, 2024
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
tedyu pushed a commit to tedyu/kafka that referenced this pull request Jan 6, 2025
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Gradle build or GitHub Actions ci-approved small Small PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants