You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "oscerd (via GitHub)" <gi...@apache.org> on 2023/07/04 07:29:17 UTC

[GitHub] [camel] oscerd commented on pull request #10569: CAMEL-19570: Change max.poll.interval.ms type from Long to Integer to…

oscerd commented on PR #10569:
URL: https://github.com/apache/camel/pull/10569#issuecomment-1619672275

   > 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 (and the build agent) 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.
   
   Try to run a full build.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org