Bump testcontainers-scala 0.44.1#7328
Closed
pan3793 wants to merge 2 commits intoapache:masterfrom
Closed
Conversation
pan3793
commented
Feb 13, 2026
| class ServerKafkaLoggingEventHandlerSuiteForKafka3 extends ServerKafkaLoggingEventHandlerSuite { | ||
| // equivalent to Apache Kafka 3.5.x | ||
| override val imageTag = "7.5.1" | ||
| override val kafkaVersion = "3.9.1" |
Member
Author
There was a problem hiding this comment.
apache/kafka image has been available since 3.9
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7328 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 698 698
Lines 43656 43656
Branches 5896 5896
======================================
Misses 43656 43656 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
turboFei
approved these changes
Feb 13, 2026
pan3793
added a commit
that referenced
this pull request
Feb 14, 2026
### Why are the changes needed? To fix the issue "Docker 29.0.0 could not find a valid Docker environment" testcontainers/testcontainers-java#11212 ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7328 from pan3793/tc. Closes #7328 a640cf8 [Cheng Pan] kafka container 262daaa [Cheng Pan] Bump testcontainers-scala 0.44.1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit c8a0ecb) Signed-off-by: Cheng Pan <chengpan@apache.org>
pan3793
added a commit
that referenced
this pull request
Feb 14, 2026
To fix the issue "Docker 29.0.0 could not find a valid Docker environment" testcontainers/testcontainers-java#11212 Pass GHA. No. Closes #7328 from pan3793/tc. Closes #7328 a640cf8 [Cheng Pan] kafka container 262daaa [Cheng Pan] Bump testcontainers-scala 0.44.1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit c8a0ecb) Signed-off-by: Cheng Pan <chengpan@apache.org>
Member
Author
|
merged to master/1.11/1.10 to recover CI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
To fix the issue "Docker 29.0.0 could not find a valid Docker environment"
testcontainers/testcontainers-java#11212
How was this patch tested?
Pass GHA.
Was this patch authored or co-authored using generative AI tooling?
No.