You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/09/30 10:10:30 UTC

[camel-quarkus] branch master updated (cc3e28b -> 8d7691d)

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

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


    from cc3e28b  Fix SSH itest name
     add 8d7691d  Make sure that Telegram tests are not run against mock API by setting CAMEL_QUARKUS_START_MOCK_BACKEND=false #1717

No new revisions were added by this update.

Summary of changes:
 .../mock-backend}/pom.xml                          | 33 +++++----
 .../test/mock/backend/MockBackendUtils.java        | 47 +++++++++++++
 integration-tests-support/pom.xml                  |  1 +
 integration-tests/telegram/README.adoc             | 12 +++-
 integration-tests/telegram/pom.xml                 |  4 ++
 .../component/telegram/it/TelegramRoutes.java      | 79 +++++++++++++++++-----
 .../src/main/resources/application.properties      | 11 ++-
 .../quarkus/component/telegram/it/TelegramIT.java  |  2 -
 .../component/telegram/it/TelegramTest.java        |  2 -
 poms/bom-test/pom.xml                              |  5 ++
 10 files changed, 154 insertions(+), 42 deletions(-)
 copy {extensions/smallrye-reactive-messaging => integration-tests-support/mock-backend}/pom.xml (61%)
 create mode 100644 integration-tests-support/mock-backend/src/main/java/org/apache/camel/quarkus/test/mock/backend/MockBackendUtils.java