-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: master
Are you sure you want to change the base?
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
build.gradle
Outdated
@@ -11,6 +11,10 @@ | |||
allprojects { | |||
repositories { | |||
mavenCentral() | |||
maven { | |||
url = uri("https://repository.apache.org/content/groups/staging/") |
There was a problem hiding this comment.
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"))) { |
There was a problem hiding this comment.
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
implementation('io.confluent:kafka-streams-protobuf-serde:8.0.0-463') | ||
implementation('io.confluent:kafka-streams-avro-serde:8.0.0-463') |
There was a problem hiding this comment.
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
3881733
to
4e3f5a0
Compare
No description provided.