jamesnetherton commented on issue #1468: URL: https://github.com/apache/camel-quarkus/issues/1468#issuecomment-659213944
Seems it's the same issue. ``` Caused by: java.lang.IllegalArgumentException at io.quarkus.arc.impl.ArcContainerImpl.unwrap(ArcContainerImpl.java:697) ``` > One in how many failures do you see locally? I just ran the build and it failed on the first try. The same thing happened yesterday. Like I said in our chat on Monday, Quarkus shutdown tasks are executed in reverse order to which they were added. The Arc shutdown task is added after Camel's, so it runs first. I'm not sure whether the current solution of awaiting camel shutdown actually helps much, because the Arc container shutdown will already be in progress (I think). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org