ramu11 commented on PR #25905: URL: https://github.com/apache/camel/pull/25905#issuecomment-5474725674
thinkpadp16vgen1:~/Development/git-projects/camel$ git status On branch CAMEL-23503 Your branch is up to date with 'origin/CAMEL-23503'. nothing to commit, working tree clean thinkpadp16vgen1:~/Development/git-projects/camel$ git diff --check thinkpadp16vgen1:~/Development/git-projects/camel$ git diff --stat thinkpadp16vgen1:~/Development/git-projects/camel$ git diff -- components/camel-hivemq/src/generated/java/org/apache/camel/component/hivemq/HiveMQComponentConfigurer.java thinkpadp16vgen1:~/Development/git-projects/camel$ Thanks. Just to clarify, my `CAMEL-23503` branch is clean locally (`git status`, `git diff --check`, and `git diff --stat` all show no changes). I noticed your checkout is at `pull/25905/merge`, so I assume the generated files were modified after running the build/code-generation step on the PR merge ref. Could you please let me know which command was run before these files became modified, and whether the resulting diffs are only whitespace changes? I want to make sure we are comparing the same generated output before making any changes to the PR. -- 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]
