-
Notifications
You must be signed in to change notification settings - Fork 198
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
Spring RabbitMQ integration test fails in native mode with Camel 3.9.0 #2340
Comments
Is there some special configuration, to make the test fail? |
It still fails for me. Are you building with the latest 3.9.0-SNAPSHOT? |
I have a few days old camel - my bad, I'll update all and try again, |
Keeping open as, can still see this failure:
The only significant change before and after the commit 72d67f0 that breaks this is the upgrade of spring from 5.3.3 to 5.3.5. As a workaround I am thus forcing 5.3.3 in our parent pom for now. |
…native mode with Camel 3.9.0
…native mode with Camel 3.9.0
Seems usage of
AbstractMessageListenerContainer
is a new thing. Some additional proxy configuration looks to be required. May also need to cut out the MicroMeter code paths, but I have not dug into the details. For now the native IT will be disabled.The text was updated successfully, but these errors were encountered: