This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 2d393a9 Regen for commit e14afeca88476bf05f8801f3798954c5af5feebc add c548d27 CAMEL-15865: camel-github - Authentication with username/password removed as its no longer possible on github. add cb35428 Regen for commit c548d27660551d3d9c172397aa19a16633de57f5 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (2d393a9) \ N -- N -- N refs/heads/regen_bot (cb35428) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/components/github.json | 9 +- .../camel/catalog/docs/github-component.adoc | 22 ++-- .../github/GitHubComponentConfigurer.java | 6 + .../component/github/GitHubEndpointConfigurer.java | 6 - .../component/github/GitHubEndpointUriFactory.java | 10 +- .../org/apache/camel/component/github/github.json | 9 +- .../src/main/docs/github-component.adoc | 22 ++-- .../camel/component/github/GitHubComponent.java | 19 +++- .../camel/component/github/GitHubEndpoint.java | 42 ++----- .../github/consumer/AbstractGitHubConsumer.java | 6 +- .../github/producer/AbstractGitHubProducer.java | 6 +- .../component/github/GitHubComponentTestBase.java | 9 ++ .../github/consumer/CommitConsumerTest.java | 4 +- .../github/consumer/EventConsumerTest.java | 2 +- .../consumer/EventConsumerWithStrategyTest.java | 2 +- .../consumer/PullRequestCommentConsumerTest.java | 4 +- .../github/consumer/PullRequestConsumerTest.java | 4 +- .../SchedulerConfigurationConsumerTest.java | 4 +- .../component/github/consumer/TagConsumerTest.java | 4 +- .../producer/ClosePullRequestProducerTest.java | 4 +- .../github/producer/CreateIssueProducerTest.java | 4 +- .../producer/PullRequestCommentProducerTest.java | 4 +- .../producer/PullRequestFilesProducerTest.java | 4 +- .../producer/PullRequestStateProducerTest.java | 4 +- .../dsl/GithubComponentBuilderFactory.java | 13 +++ .../endpoint/dsl/GitHubEndpointBuilderFactory.java | 121 +++++---------------- .../modules/ROOT/pages/github-component.adoc | 22 ++-- .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 8 ++ 28 files changed, 159 insertions(+), 215 deletions(-)