You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
testNotFindingAValueThatWasNotInserted(RedisBackedCacheTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
at com.github.dockerjava.core.AuthConfigFile.decodeAuth(AuthConfigFile.java:178)
at com.github.dockerjava.core.AuthConfigFile.loadConfig(AuthConfigFile.java:140)
at com.github.dockerjava.core.DefaultDockerClientConfig.effectiveAuthConfig(DefaultDockerClientConfig.java:266)
at com.github.dockerjava.core.DockerClientImpl.pullImageCmd(DockerClientImpl.java:215)
at org.testcontainers.dockerclient.AuditLoggingDockerClient.pullImageCmd(AuditLoggingDockerClient.java:22)
at org.testcontainers.DockerClientFactory.checkAndPullImage(DockerClientFactory.java:183)
at org.testcontainers.utility.ResourceReaper.start(ResourceReaper.java:65)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:116)
at org.testcontainers.containers.GenericContainer.<init>(GenericContainer.java:126)
at RedisBackedCacheTest.<init>(RedisBackedCacheTest.java:18)
I was able to work around it by adding this dependency in the root pom.xml: