You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/26 12:54:09 UTC

[camel] branch master updated (68fc932 -> 6174d25)

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

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


    from 68fc932  Move Pulsar producer creation to doStart
     new 4b667cf  CAMEL-13445 - Camel-Pulsar: Migrate to camel-testcontainers instead of using testcontainers directly
     new 0dd510a  CAMEL-13445 - Removed explicit dependency to testcontainers
     new 0577f90  CAMEL-13445 - Camel-Pulsar: Skip tests if no docker is present
     new 913da65  Camel-Pulsar: Polished
     new 6174d25  Camel-Pulsar: More polishing

The 36801 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-pulsar/pom.xml                    | 83 ++++++++++++++++++----
 .../pulsar/PulsarConcurrentConsumerInTest.java     | 16 ++---
 .../pulsar/PulsarConcurrentProducerInTest.java     | 16 ++---
 .../component/pulsar/PulsarConsumerInTest.java     | 14 ++--
 .../component/pulsar/PulsarProducerInTest.java     | 14 ++--
 .../camel/component/pulsar/PulsarTestSupport.java} | 34 ++++-----
 6 files changed, 102 insertions(+), 75 deletions(-)
 copy components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsAuthTokenTestSupport.java => camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java} (55%)