omerfarukicen commented on PR #2885:
URL: https://github.com/apache/james-project/pull/2885#issuecomment-3692565497
> ors though look related to me
UnixSocketClientProviderStrategy: failed with exception BadRequestException
(Status 400: {"message":"client version 1.32 is too old. Minimum supported API
version is 1.44, please upgrade your client to a newer version
In the DockerPostgresSingleton class, the static initialization block starts
the Docker container. If this initialization fails (for example, if Docker is
not running or the image cannot be downloaded), the application fails during
class loading. If we remove the static initialization block, the container will
be started lazily in PostgresExtension.beforeAll().
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]