Rename ActiveMQ docker image#2086
Merged
mhalbritter merged 2 commits intospring-io:mainfrom Mar 25, 2026
Merged
Conversation
Contributor
|
Hello, that change leads to this failure: Is this something which will be fixed in Testcontainers? |
Contributor
Author
|
We should wait until next Testcontainers release to support compatibility with that new image. That means it will be compatible with latest spring boot project, once the dependency is updated. |
Contributor
Author
|
Testcontainers 2.0.4 contains the change for this. Once Spring Boot updates the version, this change can be merged, I think it will apply for 4.1.0-M3 |
Contributor
|
Yes, it now works with 4.0.4 and 4.1.0-M3 because they use Testcontainers 2.0.4. This leaves 3.5.x as broken. Are you able to fix the PR so that it only applies to 4.0.x and up? |
Contributor
Author
|
PR updated |
See spring-iogh-2086 Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
f1b4f46 to
480254f
Compare
Contributor
|
Thanks @eddumelendez ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From
apache/activemq-classictoapache/activemq.See https://lists.apache.org/list.html?dev@activemq.apache.org
Signed-off-by: Eddú Meléndez eddu.melendez@gmail.com