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

Bump testcontianers-java 1.19.0 #259

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

pan3793
Copy link
Contributor

@pan3793 pan3793 commented Aug 28, 2023

@@ -107,7 +108,7 @@ abstract class SingleContainer[T <: JavaGenericContainer[_]] extends TestContain

def logConsumers: Seq[Consumer[OutputFrame]] = container.getLogConsumers.asScala.toSeq

def createContainerCmdModifiers: Set[Consumer[CreateContainerCmd]] = container.getCreateContainerCmdModifiers.asScala.toSet
def createContainerCmdModifiers: Set[CreateContainerCmdModifier] = container.getCreateContainerCmdModifiers.asScala.toSet
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dimafeng This looks like a breaking change, but it's caused by the Java libraries' API change, I think we must follow it without choose?

Copy link
Collaborator

Choose a reason for hiding this comment

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

yes, I think so

@dimafeng dimafeng merged commit 197bc77 into testcontainers:master Aug 28, 2023
3 checks passed
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