JiriOndrusek opened a new issue, #4112: URL: https://github.com/apache/camel-quarkus/issues/4112
After the fix of https://issues.apache.org/jira/browse/CAMEL-16642, the native test in `salesforce` extension is failing. The reason is caused by finding through `DefaultPackageScanClassResolver`. Her is the snippet of the log: ``` 2022-09-20 15:13:01,750 TRACE [org.apa.cam.imp.eng.DefaultPackageScanClassResolver] (main) Getting resource URL for package: org/apache/camel/quarkus/component/salesforce/generated with classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@21a06946 2022-09-20 15:13:01,750 TRACE [org.apa.cam.imp.eng.DefaultPackageScanClassResolver] (main) No URLs returned by classloader 2022-09-20 15:13:01,750 DEBUG [org.apa.cam.imp.eng.DefaultPackageScanClassResolver] (main) Found: [] ``` Failing test is `SalesforceTest.testGetAccountDTO`. Please enable this test once resolved. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org