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 2024/01/09 12:47:44 UTC

(camel) branch regen_bot updated (1634af20645 -> 97d33f7ac78)

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 1634af20645 CAMEL-20231: use an unmodifiable list instead of copying the old one
     add f30b9162057 CAMEL-20297 camel-as2: do not swallow interrupted exceptions
     add 33153f080a4 CAMEL-20297 camel-controlbus: do not swallow interrupted exceptions
     add 1fe5f138249 CAMEL-20297 camel-direct: do not swallow interrupted exceptions
     add 7689bc302bf CAMEL-20297 camel-disruptor: do not swallow interrupted exceptions
     add f70676d71fd CAMEL-20297 camel-irc: do not swallow interrupted exceptions
     add 97d33f7ac78 [CAMEL-20298] Enhancing JSONata Compatibility for Full Reference Port (#12670)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/jsonata.json   |  2 +-
 .../camel/component/as2/api/AS2ClientManager.java  |  5 +-
 .../component/controlbus/ControlBusProducer.java   |  3 +-
 .../camel/component/direct/DirectProducer.java     |  7 +++
 .../component/disruptor/DisruptorProducer.java     |  6 ++-
 .../component/disruptor/DisruptorReference.java    |  6 ++-
 .../apache/camel/component/irc/IrcConsumer.java    |  3 +-
 .../apache/camel/component/irc/IrcProducer.java    |  3 +-
 components/camel-jsonata/pom.xml                   |  6 +--
 .../apache/camel/component/jsonata/jsonata.json    |  2 +-
 .../camel/component/jsonata/JsonataEndpoint.java   | 54 +++++++++++-----------
 .../component/jsonata/JsonataFirstSampleTest.java  | 21 ++++-----
 .../component/jsonata/firstSample/expressions.spec |  3 +-
 .../component/jsonata/firstSample/output.json      |  2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     |  4 ++
 parent/pom.xml                                     |  2 +-
 16 files changed, 75 insertions(+), 54 deletions(-)