You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/05 07:36:36 UTC

[camel] branch main updated (9a00f167557 -> 53a753c4f36)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 9a00f167557 (chores) camel-azure-key-value: prevent a NPE retrieving event data
     add 904591719c2 (chores) camel-box: prevent a NPE in the configuration equality check
     add 994d2b0103b (chores) camel-box: prevent a class cast exception in the configuration equality check
     add 068e7deeb07 (chores) camel-cassandraql: add a cosmetic check for an improbable NPE
     add 9dba73119c7 (chores) camel-milo: prevent an NPE
     add 53a753c4f36 (chores) camel-mllp: prevent a few NPEs

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/box/BoxConfiguration.java   |  8 ++++++++
 .../org/apache/camel/utils/cassandra/CassandraUtils.java   |  3 +++
 .../milo/client/internal/SubscriptionManager.java          |  9 ++++++---
 .../java/org/apache/camel/component/mllp/MllpEndpoint.java |  4 ++--
 .../apache/camel/component/mllp/MllpTcpServerConsumer.java | 14 +++++++++++---
 5 files changed, 30 insertions(+), 8 deletions(-)