jamesnetherton commented on issue #5675: URL: https://github.com/apache/camel-quarkus/issues/5675#issuecomment-1943623508
There is possibly a race condition somewhere. Looking at the CI logs, there is this in the startup summary: ``` [JVM System Property] camel.component.direct.timeout=ENC(FGlWjTf42zBT4vCRCztncA==) ``` So the raw encrypted property value was probably passed to the direct component configurer. Since it's not numeric, the default long value of 0 is used. After hundreds of test runs, I cannot reproduce the problem. So I'll enable the test again and see how things go. Worst case, I'll disable again only on GitHub CI and investigate further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org