apiman / apiman

Extensible and flexible API Management. Add your own functionality with simple Java plugins.
https://www.apiman.io
Apache License 2.0
851 stars 353 forks source link

Can't get Docker image:redis:3.0.6 when installing depedencies #2656

Open kyagie opened 4 days ago

kyagie commented 4 days ago

Apiman Version

3.1.3.Final

Apiman Manager Distro

WildFly

Apiman Gateway Distro

Vert.x

Java Version

java 17.0.12 2024-07-16 LTS

Operating System

Ubuntu 24.04.1 LTS

Are you running Apiman in a container, or on an orchestration platform?

Other (please specify below)

Describe the bug

When I run mvn install, tests for apiman-gateway-engine-redis all fail because the redis image used could not be found.

Screenshot 2024-10-15 at 12 10 15

Expected behaviour

I expected that all dependencies need to be installed without any errors

Actual behaviour

The process to install dependencies fails

Screenshot 2024-10-15 at 12 11 22

How to Reproduce

mvn install within the project root.

Relevant log output

No response

Anything else?

No response

msavy commented 4 days ago

Thanks for bringing this to my attention.

It looks like there's a version of Redis baked into the contributed tests that hasn't been updated for a while.

In the meanwhile, you should be able to complete the build successfully with mvn clean install -DskipTests