You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/08/17 16:06:01 UTC

[camel] branch regen_bot_3x updated (3fdb66c3ceb -> c94420582f8)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3fdb66c3ceb CAMEL-19751: disable misbehaved camel-xchange tests (#11114) (#11119)
     add c94420582f8 Camel 19756 throw error operation does not set processor 3.21.x (#11144)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/zeebe/ZeebeProducer.java       |   1 +
 .../camel/component/zeebe/model/JobRequest.java    |   2 +-
 .../component/zeebe/model/MessageRequest.java      |   2 +-
 .../component/zeebe/model/ProcessRequest.java      |   2 +-
 .../apache/camel/component/zeebe/ThrowErrorIT.java | 106 +++++++++++++++++++++
 5 files changed, 110 insertions(+), 3 deletions(-)
 create mode 100644 components/camel-zeebe/src/test/java/org/apache/camel/component/zeebe/ThrowErrorIT.java