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 2021/04/14 18:50:55 UTC

[camel] branch regen_bot updated (62d2444 -> e3ba7f7)

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 62d2444  CAMEL-16400: split unit and integration tests for camel-redis (#5366)
     add b26bf44  CAMEL-16400: split unit and integration tests for camel-xmpp (#5368)
     add e3ba7f7  CAMEL-16507: camel-sql - Fixed issue with using selectOne and no data as response. Thanks to Pascal Schumacher for unit test.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/sql/SqlProducer.java    |   9 +-
 .../component/sql/CamelSqlEmptyResultTest.java     |  81 ++++++++++++++++
 components/camel-xmpp/pom.xml                      | 106 ++++++---------------
 .../camel/component/xmpp/GoogleTalkTest.java       |   4 +
 .../XmppBaseIT.java}                               |   9 +-
 .../XmppMultiUserChatIT.java}                      |   4 +-
 .../XmppProducerConcurrentIT.java}                 |   4 +-
 .../XmppRouteChatIT.java}                          |   4 +-
 .../XmppRouteIT.java}                              |  11 ++-
 ...mppRouteMultipleProducersSingleConsumerIT.java} |   5 +-
 10 files changed, 141 insertions(+), 96 deletions(-)
 create mode 100644 components/camel-sql/src/test/java/org/apache/camel/component/sql/CamelSqlEmptyResultTest.java
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppBaseTest.java => integration/XmppBaseIT.java} (77%)
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppMultiUserChatTest.java => integration/XmppMultiUserChatIT.java} (96%)
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppProducerConcurrentTest.java => integration/XmppProducerConcurrentIT.java} (95%)
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteChatTest.java => integration/XmppRouteChatIT.java} (96%)
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteTest.java => integration/XmppRouteIT.java} (92%)
 rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteMultipleProducersSingleConsumerTest.java => integration/XmppRouteMultipleProducersSingleConsumerIT.java} (94%)