You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/10/07 16:27:12 UTC

[camel] branch CAMEL-13965 updated (677cbfa -> e90f5cf)

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

aldettinger pushed a change to branch CAMEL-13965
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard 677cbfa  CAMEL-14037: Migrated camel-consul to camel-testcontainers-junit5

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/CAMEL-13965 (e90f5cf)
            \
             O -- O -- O   (677cbfa)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 components/camel-consul/pom.xml                     | 10 ----------
 .../camel/component/consul/ConsulCatalogTest.java   | 16 ++++++++--------
 .../component/consul/ConsulClientKeyValueTest.java  |  5 +----
 .../component/consul/ConsulCoordinatesTest.java     | 20 ++++++++++----------
 .../camel/component/consul/ConsulEventTest.java     |  6 +-----
 .../component/consul/ConsulEventWatchTest.java      |  2 +-
 .../camel/component/consul/ConsulHealthTest.java    | 12 +++++-------
 .../camel/component/consul/ConsulKeyValueTest.java  |  5 +----
 .../component/consul/ConsulKeyValueWatchTest.java   |  2 +-
 .../camel/component/consul/ConsulRegistryTest.java  | 21 ++++++++++-----------
 .../component/consul/ConsulRegistryUtilsTest.java   |  6 +++---
 .../camel/component/consul/ConsulSessionTest.java   | 18 +++++++++---------
 .../camel/component/consul/ConsulTestSupport.java   | 11 ++++++++---
 .../cloud/ConsulDefaultServiceCallRouteTest.java    |  2 +-
 .../cloud/ConsulRibbonServiceCallRouteTest.java     |  2 +-
 .../ConsulServiceCallWithRegistrationTest.java      | 10 ++++------
 .../consul/cloud/ConsulServiceDiscoveryTest.java    |  5 +----
 .../cloud/ConsulServiceRegistrationTestBase.java    |  5 +----
 .../consul/cloud/ConsulServiceRegistryTest.java     |  4 +---
 .../apache/camel/test/junit5/CamelTestSupport.java  |  7 -------
 20 files changed, 67 insertions(+), 102 deletions(-)