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 Mar 23, 2026. It is now read-only.
The docker image 0.12.12 seems to have python 3.7 instead of 3.8 installed.
With 0.12.11, everything works as expected.
Expected behavior
localstack java utils can read the port configuration from the localstack config file.
Actual behavior
When using localstack java utils, startup fails since the port configuration can not be loaded.
This config is expected to be in /opt/code/localstack/.venv/lib/python3.8/, but in the 0.12.12 image only /opt/code/localstack/.venv/lib/python3.7 is present.
Steps to reproduce
Install localstack
Install localstack-java-utils 0.2.11 via maven
Write a test (for me the error came up when requesting a s3 service)