Skip to content

upgrade to AK 4.0 / CP 8.0 dependencies #85

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

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

Conversation

davetroiano
Copy link
Contributor

No description provided.

@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

build.gradle Outdated
@@ -11,6 +11,10 @@
allprojects {
repositories {
mavenCentral()
maven {
url = uri("https://repository.apache.org/content/groups/staging/")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to be removed after AK release

@@ -31,7 +31,7 @@ public class KafkaPrimalityRouterTest {
@Test
public void testPrimalityRouter() {

try (KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("apache/kafka-native:3.8.0"))) {
try (KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("apache/kafka-native:4.0.0-rc1"))) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

change to 4.0.0 after AK release

Comment on lines +47 to +34
implementation('io.confluent:kafka-streams-protobuf-serde:8.0.0-463')
implementation('io.confluent:kafka-streams-avro-serde:8.0.0-463')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

change to 8.0.0 after CP release

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.

1 participant