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

feat!: STREAMP-9951: spring 3 #340

Merged
merged 7 commits into from
Nov 2, 2023
Merged

Conversation

andykruth-ii
Copy link
Contributor

No description provided.

pom.xml Outdated
@@ -72,19 +72,19 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jdk.version>8</jdk.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we delete this? 🤔

Suggested change
<jdk.version>8</jdk.version>

@@ -74,7 +78,7 @@ public class AgentIT {
.pollDelay(1, SECONDS);

@Rule
public KafkaContainer kafka = new KafkaContainer();
public KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.2.1"));
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps put the string somewhere it can be shared with StateIT.java?

import org.testcontainers.utility.DockerImageName;

public class TestUtils {
public static DockerImageName kafkaImageName = DockerImageName.parse("confluentinc/cp-kafka:7.4.0");
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor, would this be more usual idiomatic Java?

Suggested change
public static DockerImageName kafkaImageName = DockerImageName.parse("confluentinc/cp-kafka:7.4.0");
public static final DockerImageName KAFKA_IMAGE_NAME = DockerImageName.parse("confluentinc/cp-kafka:7.4.0");

@andykruth-ii andykruth-ii merged commit 8e43b96 into master Nov 2, 2023
2 checks passed
@andykruth-ii andykruth-ii deleted the feat/STREAMP-9951/spring3 branch November 2, 2023 19:33
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