hokutor commented on a change in pull request #5319: URL: https://github.com/apache/camel/pull/5319#discussion_r610902266
########## File path: core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java ########## @@ -28,14 +28,12 @@ @Generated("org.apache.camel.maven.packaging.EndpointDslMojo") public interface EndpointBuilderFactory extends - org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.AMQPBuilders, - org.apache.camel.builder.endpoint.dsl.AS2EndpointBuilderFactory.AS2Builders, - org.apache.camel.builder.endpoint.dsl.AWS2EC2EndpointBuilderFactory.AWS2EC2Builders, - org.apache.camel.builder.endpoint.dsl.AWS2S3EndpointBuilderFactory.AWS2S3Builders, org.apache.camel.builder.endpoint.dsl.ActiveMQEndpointBuilderFactory.ActiveMQBuilders, org.apache.camel.builder.endpoint.dsl.AhcEndpointBuilderFactory.AhcBuilders, + org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.AMQPBuilders, Review comment: > Here I guess you have a mix of empty folders or a git tree not clean. I did a revert, complete cleanup and applied changes and did a mvn build. I see the same set of changes again. Could it be extensions getting re-ordered inside the same file? I see ```org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.AMQPBuilders``` removed from upper portion of the file and moved down ?  -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org