You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2020/07/15 12:30:00 UTC

[sling-org-apache-sling-distribution-journal] branch SLING-9583 updated (bf66f44 -> 9a08597)

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

cschneider pushed a change to branch SLING-9583
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git.


    from bf66f44  SLING-9583 - Move discovery into separate package
     add 9a08597  SLING-9583 - Create PubQueueProvider using factory

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  2 +-
 .../journal/impl/discovery/DiscoveryService.java   | 12 +++--
 .../impl/publisher/DistributionPublisher.java      | 16 +++++--
 .../impl/publisher/MessagingCacheCallback.java     | 38 ++++++----------
 .../journal/impl/queue/PubQueueProvider.java       |  4 +-
 ...rCallback.java => PubQueueProviderFactory.java} |  9 ++--
 ...yUtil.java => PubQueueProviderFactoryImpl.java} | 35 ++++++++-------
 .../impl/queue/impl/PubQueueProviderImpl.java      | 52 ++++++++++++----------
 .../impl/publisher/DistributionPublisherTest.java  |  5 +++
 .../impl/queue/impl/PubQueueProviderTest.java      |  9 ++--
 10 files changed, 98 insertions(+), 84 deletions(-)
 copy src/main/java/org/apache/sling/distribution/journal/impl/queue/{ClearCallback.java => PubQueueProviderFactory.java} (85%)
 copy src/main/java/org/apache/sling/distribution/journal/impl/queue/impl/{EntryUtil.java => PubQueueProviderFactoryImpl.java} (51%)