obermeier opened a new issue, #4000:
URL: https://github.com/apache/streampipes/issues/4000
### Apache StreamPipes version
dev (current development state)
### Affected StreamPipes components
Backend
### What happened?
Using Docker 29.0.0 causes tests to fail due to a Docker API version change.
```
09:56:48.524 [main] INFO o.testcontainers.DockerClientFactory -
Testcontainers version: 1.21.3
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed:
1.003 s <<< FAILURE! -- in
org.apache.streampipes.integration.adapters.AdaptersTest
[ERROR]
org.apache.streampipes.integration.adapters.AdaptersTest.testKafkaAdapter --
Time elapsed: 0.917 s <<< ERROR!
java.lang.IllegalStateException: Could not find a valid Docker environment.
Please see logs and check configuration
at
org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:274)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
```
See: testcontainers/testcontainers-java#11212
Version 2.02 solves this error for all newer docker versions.
### How to reproduce?
_No response_
### Expected behavior
_No response_
### Additional technical information
_No response_
### Are you willing to submit a PR?
Yes, I am willing to submit a PR!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]