-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Add Artemis Service Connection for Docker Compose and Testcontainers #39311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Artemis Service Connection for Docker Compose and Testcontainers #39311
Conversation
It fails because of the change in commons-compress. See diff apache/commons-compress@rel/commons-compress-1.24.0...rel/commons-compress-1.25.0#diff-19b93108b5b4d5b1f4826b7dce61b416beb5a02d928ae8868412d971601ab201R568. Current common-compress version in spring-boot-parent is 1.23.0. Testcontainers 1.19.3 uses commons-compress 1.23.0 and Testcontainers 1.19.4 uses commons-compress version 1.25.0. I noticed the change when submitting this PR. |
I have rebased the PR on top of main and have some polishing changes in this branch: https://github.com/mhalbritter/spring-boot/tree/pr/39311 This fixes the docker compose integration, too. I'd like to do the Testcontainers version update in a separate issue, however. |
Thanks a lot, Eddú! |
Uh oh!
There was an error while loading. Please reload this page.