JiriOndrusek
JiriOndrusek
There might be problem with the failing CDI tests, I will look at it in the next days. (the change of the common part of aws-test-support seems like it shouldn't...
An idea to limit possible reasons of the issue: - try to add a test without ordering to send several messages before reading them - one other possible reason is...
Thanks for the suggestion. I'll try it.
I'm switching to the draft as I can see some warnings in IT tests (using mocked backend)
Backport PR: https://github.com/apache/camel/pull/8667
The same workaround is appliad alsi in file tests. It has to be removed once problem is solved properly - https://github.com/apache/camel-quarkus/blob/camel-main/integration-tests/file/src/main/resources/application.properties
Enhancement proposed on Quarkus as https://github.com/quarkusio/quarkus/issues/27929
Sorry for not pasting a stack trace of the failure. It is different. I'm not able to simulate this locally. It might be a flaky test. ``` 2022-09-14T02:12:45.1759472Z [ERROR] Tests...
This fix is meant to fix the failure int the current tests, which was caused by the upgrade. I looked into the test and ssl is turned off (see [this...