You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/04/14 18:13:44 UTC

[camel] branch master updated (e3ba7f7 -> 7cc08d1)

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

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


    from e3ba7f7  CAMEL-16507: camel-sql - Fixed issue with using selectOne and no data as response. Thanks to Pascal Schumacher for unit test.
     add 7cc08d1  CAMEL-16497: camel-kamelet - fix when no children.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/kamelet/KameletReifier.java    |  6 +++++-
 .../camel/component/kamelet/NoopProcessor.java}    | 10 +++++----
 ...tEipTest.java => KameletEipNoChildrenTest.java} | 25 +++++++---------------
 3 files changed, 19 insertions(+), 22 deletions(-)
 copy components/{camel-jms/src/test/java/org/apache/camel/component/jms/issues/ProcessorB.java => camel-kamelet/src/main/java/org/apache/camel/component/kamelet/NoopProcessor.java} (85%)
 copy components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletEipTest.java => KameletEipNoChildrenTest.java} (74%)