andyhuangdev opened a new pull request, #23384:
URL: https://github.com/apache/kafka/pull/23384
The existing Testcontainers version can fail Docker detection on Docker 29
due to Docker API incompatibility, causing
ClientAssertionKeycloakIntegrationTest to be skipped.
This change upgrades Testcontainers from 1.20.2 to 2.0.5 and
testcontainers-keycloak from 3.5.1 to 4.3.1. It also updates the JUnit
integration artifact to testcontainers-junit-jupiter, matching the
Testcontainers 2.x naming.
### Testing
- Ran ClientAssertionKeycloakIntegrationTest: all 26 tests passed with zero
failures or skips.
- Verified with clients:dependencyInsight that Testcontainers core and JUnit
integration both resolve to 2.0.5.
Commands:
```shell
./gradlew clients:dependencyInsight \
--dependency testcontainers \
--configuration testRuntimeClasspath
./gradlew clients:cleanTest clients:test \
--tests
org.apache.kafka.common.security.oauthbearer.ClientAssertionKeycloakIntegrationTest
--
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]