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 13:13:19 UTC

[camel] branch camel-2.x updated (0146dd5 -> a8f026b)

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

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


    from 0146dd5  CAMEL-12665 - Align to 2.x for OSGi metadata
     new ef8e57c  Fix performance issues in sending messages to Pulsar
     new 982082b  CAMEL-13445 - Camel-Pulsar: Migrate to camel-testcontainers instead of using testcontainers directly
     new 6a49ad3  CAMEL-13445 - Removed explicit dependency to testcontainers
     new c39c4d1  CAMEL-13445 - Camel-Pulsar: Skip tests if no docker is present
     new a8f026b  Camel-Pulsar: Polished

The 34462 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 ++++++++++++++++++----
 .../camel/component/pulsar/PulsarEndpoint.java     |  2 +-
 .../camel/component/pulsar/PulsarProducer.java     | 59 +++++++++------
 .../pulsar/PulsarConcurrentConsumerInTest.java     | 12 +---
 .../pulsar/PulsarConcurrentProducerInTest.java     | 10 +--
 .../component/pulsar/PulsarConsumerInTest.java     | 10 +--
 .../component/pulsar/PulsarProducerInTest.java     | 10 +--
 .../camel/component/pulsar/PulsarTestSupport.java} | 29 ++++----
 8 files changed, 131 insertions(+), 84 deletions(-)
 copy components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsTestSupport.java => camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java} (55%)