testcontainers-spring-boot
testcontainers-spring-boot copied to clipboard
Support 2024-05-04
Describe the bug <Message>The API version 2024-05-04 is not supported by Azurite. Please upgrade Azurite to latest version and retry. If you are using Azurite in Visual Studio, please check you have installed latest Visual Studio patch. Azurite command line parameter "--skipApiVersionCheck" or Visual Studio Code configuration "Skip Api Version Check" can skip this error.
Expected behavior Be compat.
Enviroment (please complete the following information):
- OS name : [e.g. MacOS]
- Docker Version: [e.g. 20.10.24]
Module (please complete the following information):
- Module Name [e.g. embedded-azurite]
- Module Version [e.g. 3.30.0]
- Docker Image Name (if use custom): [e.g. mcr.microsoft.com/azure-storage/azurite:3.30.0]
Additional context Add any other context about the problem here.
Are you running two different containers? embedded-aerospike and embedded-azurite?
I only run this library - but it breaks if you upgrade to the latest Azure spring SDK boot libraries.
You see it here too: https://github.com/PlaytikaOSS/testcontainers-spring-boot/actions/runs/9447839382/job/26020535663?pr=1896
Try version 3.1.7
Works - sorry for late response.