Peter Palaga

Results 252 comments of Peter Palaga

Seeing a similar stacktrace in our 2.13.x branch (Camel 3.18.3) [on Windows](https://github.com/apache/camel-quarkus/actions/runs/3389165191/jobs/5632735167) ``` 2022-11-03T22:05:49.1972517Z [INFO] Running org.apache.camel.quarkus.component.ftp.it.FtpTest 2022-11-03T22:05:51.7594207Z 2022-11-03 22:05:51,748 INFO [org.apa.ssh.com.io.DefaultIoServiceFactoryFactory] (main) No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory 2022-11-03T22:05:56.7151731Z 2022-11-03...

Sorry, I do not know from top of my head either. We probably need to split the set of extensions for Catalog generation from the set for adding virtual deps....

Indeed, thanks for the pointer. For some reason, I was looking into AwsCommonsProcessor of AWS 1.x camel-quarkus-support-aws-deployment

For CQ 2.13.0 ([reproducer tag](https://github.com/ppalaga/camel-quarkus-demo/tree/220926-securerandom-aws-cq-2.13.0)) or the current snapshot, the stack trace is different: ``` [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building native image source jar: /home/ppalaga/orgs/demos/220927-camel/camel-quarkus-demo/target/code-with-quarkus-1.0.0-SNAPSHOT-native-image-source-jar/code-with-quarkus-1.0.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from /home/ppalaga/orgs/demos/220927-camel/camel-quarkus-demo/target/code-with-quarkus-1.0.0-SNAPSHOT-native-image-source-jar/code-with-quarkus-1.0.0-SNAPSHOT-runner.jar...

It looks like camel-xml-jaxp does not contain any components/languages/dataformats anymore. I think we can exclude it from the catalog.

Removing Xalan might be tricky. Not sure it is worth the effort. Note that @zhfeng works on https://github.com/apache/camel-quarkus/pull/4018 - so please sync with him to avoid conflicts

> I just test with [zhfeng/jdk11u-dev@7e6cad7](https://github.com/zhfeng/jdk11u-dev/commit/7e6cad7737d15644600efbbdd8fb1f6be46a672e) locally and it works. Is there any way we can do to fix in upstream openjdk? @galderz any hint how to proceed?

This should work. @ffang shows a test case on SpringBoot where it works https://github.com/apache/camel-quarkus/pull/4214#issuecomment-1294113013

@shumonsharif the docs is about configuring and injecting clients. That works as documented. What does not work is getting the configured endpoint URL and WSDL URL throught an injected CXFClientInfo....