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
from ad751863775 CAMEL-18217: debugger - Allow to suspend messages (#7867)
add 097591c89df Fix camel-jira not adding components field (#7855)
add 15a39f4f3ce Regen for commit 097591c89df98f5aeb0bdd07117ed05774825877
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 2 +-
.../org/apache/camel/catalog/components/jira.json | 6 +-
.../org/apache/camel/component/jira/jira.json | 6 +-
.../apache/camel/component/jira/JiraConstants.java | 6 +-
.../component/jira/producer/AddIssueProducer.java | 32 +++++++---
.../jira/producer/UpdateIssueProducer.java | 22 +++++--
.../component/jira/producer/WatcherProducer.java | 27 +++++---
.../org/apache/camel/component/jira/Utils.java | 5 ++
.../jira/producer/AddIssueProducerTest.java | 74 +++++++++++++---------
.../jira/producer/TransitionIssueProducerTest.java | 6 +-
.../jira/producer/UpdateIssueProducerTest.java | 39 ++++++++----
.../jira/producer/WatcherProducerTest.java | 16 ++---
parent/pom.xml | 2 +-
13 files changed, 152 insertions(+), 91 deletions(-)