You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/12/01 21:38:10 UTC

[streampipes] branch SP-820 updated (a08d295ef -> 99a6b8b68)

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

riemer pushed a change to branch SP-820
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from a08d295ef [hotfix] Resolve checkstyle issues due to merge conflicts
     add abcbe8a8f Enable checkstyle for streampipes-messaging-jms (#820)
     add 855c5a6a1 Enable checkstyle for streampipes-messaging-nats (#820)
     add 877e2816a Activate checkstyle in pom (#820)
     add be6e9540b Deactivate checkstyle line ending rule (#820)
     add 99a6b8b68 Merge branch 'SP-820' of github.com:apache/streampipes into SP-820

No new revisions were added by this update.

Summary of changes:
 streampipes-messaging-jms/pom.xml                  | 24 +++++++++++++-
 .../messaging/jms/ActiveMQConnectionProvider.java  | 20 ++++++------
 .../messaging/jms/ActiveMQConsumer.java            | 16 ++++++----
 .../messaging/jms/ActiveMQPublisher.java           | 17 +++++-----
 .../streampipes/messaging/jms/ActiveMQUtils.java   | 13 ++++----
 .../streampipes/messaging/jms/SpJmsProtocol.java   |  4 +--
 streampipes-messaging-nats/pom.xml                 | 22 +++++++++++++
 .../messaging/nats/AbstractNatsConnector.java      | 30 ++++++++++--------
 .../streampipes/messaging/nats/NatsConsumer.java   | 37 +++++++++++-----------
 .../streampipes/messaging/nats/NatsPublisher.java  | 28 ++++++++--------
 .../streampipes/messaging/nats/NatsUtils.java      | 29 +++++++++--------
 .../streampipes/messaging/nats/SpNatsProtocol.java | 30 ++++++++++--------
 .../messaging/nats/SpNatsProtocolFactory.java      | 25 ++++++++-------
 tools/maven/checkstyle.xml                         |  5 ---
 14 files changed, 177 insertions(+), 123 deletions(-)