This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/docker-29-testcontainers-fix in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git
commit 9a3bca8f49b223ada0b854d2e595debf5073de6a Author: Robert Munteanu <[email protected]> AuthorDate: Wed Nov 12 09:31:00 2025 +0100 chore: work around testcontainers-java incompatibility with Docker 29.0.0 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index edd43c0..1fe4cd6 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,8 @@ <configuration> <systemPropertyVariables> <sling.http.port>${http.port}</sling.http.port> + <!-- workaround for https://github.com/testcontainers/testcontainers-java/issues/11212 --> + <api.version>1.44</api.version> </systemPropertyVariables> </configuration> <executions>
