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/12/19 09:34:45 UTC

[camel] branch master updated (e213782 -> c322f18)

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 e213782  use slf4j-api for logging
     add 9db767d  Camel-google-pubsub: use slf4j-api for logging
     add c322f18  Camel-google-pubsub: Fixed CS

No new revisions were added by this update.

Summary of changes:
 components/camel-google-pubsub/pom.xml             |  3 ++
 .../google/pubsub/GooglePubsubComponent.java       |  8 ++--
 .../pubsub/GooglePubsubConnectionFactory.java      | 41 +++++++-----------
 .../google/pubsub/GooglePubsubConstants.java       |  3 +-
 .../google/pubsub/GooglePubsubConsumer.java        | 17 +++-----
 .../google/pubsub/GooglePubsubEndpoint.java        | 32 ++++++--------
 .../google/pubsub/GooglePubsubProducer.java        | 35 ++++++---------
 .../pubsub/consumer/ExchangeAckTransaction.java    | 16 +++----
 .../pubsub/consumer/PubsubAcknowledgement.java     | 34 +++++----------
 .../component/google/pubsub/PubsubTestSupport.java | 37 ++++------------
 .../google/pubsub/integration/AckModeNoneTest.java | 23 ++++------
 .../pubsub/integration/AcknowledgementTest.java    | 50 ++++++++--------------
 .../google/pubsub/integration/BodyTypesTest.java   | 35 +++++----------
 .../integration/GroupedExchangeRoundtripTest.java  | 20 +++------
 .../integration/PubsubConnectionFactoryTest.java   | 28 ++++--------
 .../integration/SingleExchangeRoundtripTest.java   | 31 ++++----------
 .../google/pubsub/unit/PubsubComponentTest.java    |  8 ++--
 .../google/pubsub/unit/PubsubEndpointTest.java     | 13 +++---
 .../google/pubsub/unit/PubsubProducerTest.java     |  5 +--
 19 files changed, 148 insertions(+), 291 deletions(-)