alex-nt commented on PR #10569: URL: https://github.com/apache/camel/pull/10569#issuecomment-1618754357
I did try to do so, but it still picks up that thing from the wrong place (or another place). The steps I followed are: 1. *camel-kafka* `mvn clean install -DskipTest` 2. *root* `mvn clean install -pl dsl/camel-componentdsl` I get a lot of weird errors like: ``` camel/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureFilesComponentBuilderFactory.java:[23,45] package org.apache.camel.component.file.azure does not exist /camel/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/OpensearchComponentBuilderFactory.java:[52,34] cannot find symbol [ERROR] symbol: class OpensearchComponent [ERROR] location: interface org.apache.camel.builder.component.dsl.OpensearchComponentBuilderFactory ``` And if I look at the regenerated code, it is the old type there. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
