jamesnetherton commented on issue #7543: URL: https://github.com/apache/camel-quarkus/issues/7543#issuecomment-3133269382
Seems this is another case where odd things happen when Quarkus reads content from extension `target` directories. If I do: ``` cd extensions-support/spring mvn clean ``` Then run the `hashicorp-vault` tests, they magically start passing. This explains why the tests pass on the CI build. During the itest phase, we download and extract a pre-built .m2 repo. So there are no existing `target` directories available for Quarkus to dip into. It has to use whatever is in the Maven cache. -- 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