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

Minor: 4.0 release update #532

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Minor: 4.0 release update #532

wants to merge 2 commits into from

Conversation

aliehsaeedii
Copy link
Contributor

This PR aims at moving the APIs deprecated in 4.0 off.

@Copilot Copilot bot review requested due to automatic review settings March 12, 2025 17:46
@aliehsaeedii aliehsaeedii requested a review from a team as a code owner March 12, 2025 17:46

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates documentation to reflect the removal of deprecated APIs in version 4.0. The changes update API references in comments and remove outdated usage notes.

  • Updated reference in the test file from using Transformer to using Processor from the new Processor API.
  • Removed outdated documentation regarding the behavior and return type of KStream#process.
  • Updated GlobalKTablesExample to remove the deprecated ValueTransformer reference.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/test/java/io/confluent/examples/streams/MixAndMatchLambdaIntegrationTest.java Updated inline API reference and removed outdated documentation regarding the process and transform methods.
src/main/java/io/confluent/examples/streams/GlobalKTablesExample.java Removed deprecated ValueTransformer reference for clarity and consistency with the updated API.
@mjsax
Copy link
Member

mjsax commented Mar 12, 2025

[ERROR] Failed to execute goal on project kafka-streams-examples: Could not resolve dependencies for project io.confluent:kafka-streams-examples:jar:8.0.0-99999: The following artifacts could not be resolved: org.eclipse.jetty:jetty-servlet:jar:12.0.16 (absent): Could not find artifact org.eclipse.jetty:jetty-servlet:jar:12.0.16 in third-party-artifacts (https://confluent-524708692776.d.codeartifact.us-west-2.amazonaws.com/maven/confluent-maven/) -> [Help 1]

Not sure about this, but we might want to look into this, too? Even if it seems to be an independent issue that has nothing to do with this PR.

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

Successfully merging this pull request may close these issues.

2 participants