Skip to content
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

Fix of Spring RabbitMQ integration test failures after spring update #2415

Conversation

JiriOndrusek
Copy link
Contributor

fixes #2340

I created an issue in quarkus (quarkusio/quarkus#16117).
Once issue is fixed, new buildItem should be used and limitations.adoc could be removed.
I'll create a follow-up issue in camel-quarkus, to take care about it.

[ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round, each commit should fix just one issue, without pulling in other changes.
[ ] Each commit in the pull request should have a meaningful and properly spelled subject line and body. Copying the title of the associated issue is typically enough. Please include the issue number in the commit message prefixed by #.
[ ] The pull request description should explain what the pull request does, how, and why. If the info is available in the associated issue or some other external document, a link is enough.
[ ] Phrases like Fix # or Fixes # will auto-close the named issue upon merging the pull request. Using them is typically a good idea.
[ ] Please run mvn process-resources -Pformat (and amend the changes if necessary) before sending the pull request.
[ ] Contributor guide is your good friend: https://camel.apache.org/camel-quarkus/latest/contributor-guide.html

@JiriOndrusek JiriOndrusek force-pushed the spring-rabbitmq-failures-after-spring-update branch from 1faaeae to 6af91dd Compare March 30, 2021 13:23
@JiriOndrusek
Copy link
Contributor Author

Follow-up issue: #2416

Copy link
Contributor

@ppalaga ppalaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thanks @JiriOndrusek! Cosmetic suggestions inline.

@JiriOndrusek JiriOndrusek force-pushed the spring-rabbitmq-failures-after-spring-update branch from 6af91dd to a461b1e Compare March 30, 2021 14:25
@ppalaga ppalaga merged commit fbab4be into apache:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring RabbitMQ integration test fails in native mode with Camel 3.9.0
3 participants