Skip to content
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

HOTFIX: remove PageView example to support Java11 for :streams:examples module #19052

Open
wants to merge 3 commits into
base: 4.0
Choose a base branch
from

Conversation

mjsax
Copy link
Member

@mjsax mjsax commented Feb 27, 2025

The PageView example depends on Connect to pull in Json (de)serializers, but Connect does not support Java11 any longer.

To allow supporting Java11 for the Kafka Streams examples, this PR removes the PageView examples and Connect dependency.

…es module

The PageView example depends on Connect to pull in Json (de)serializers,
but Connect does not support Java11 any longer.

To allow supporting Java11 for the Kafka Streams examples,
this PR removes the PageView examples and Connect dependency.
@mjsax mjsax added the streams label Feb 27, 2025
Copy link
Member

@cadonna cadonna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

LGTM!

Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjsax Thanks for finding this.

build.gradle Outdated
@@ -51,7 +51,7 @@ ext {
gradleVersion = versions.gradle
minClientJavaVersion = 11
minNonClientJavaVersion = 17
modulesNeedingJava11 = [":clients", ":generator", ":streams", ":streams:test-utils", ":streams-scala", ":test-common:test-common-util"]
modulesNeedingJava11 = [":clients", ":generator", ":streams", ":streams:examples", ":streams:test-utils", ":streams-scala", ":test-common:test-common-util"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find, and should we add examples module too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds reasonable to me...

\cc @lianetm @kirktrue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants