You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2018/11/09 13:31:14 UTC

[sling-org-apache-sling-distribution-core] branch SLING-8086 updated (e5cd27f -> 2524a83)

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

tmaret pushed a change to branch SLING-8086
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git.


    from e5cd27f  SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items
     add 2524a83  SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items

No new revisions were added by this update.

Summary of changes:
 .../queue/impl/CachingDistributionQueue.java       | 15 +++++++
 .../queue/impl/DistributionQueueWrapper.java       | 26 +++++++++++-
 .../jobhandling/JobHandlingDistributionQueue.java  | 23 ++++++++++-
 .../queue/impl/resource/ResourceQueue.java         | 34 +++++++++++++++-
 .../queue/impl/simple/SimpleDistributionQueue.java | 22 ++++++++++-
 .../sling/distribution/queue/spi/Clearable.java    | 46 +++++++++++++++++++++-
 .../sling/distribution/queue/spi/package-info.java |  2 +-
 7 files changed, 162 insertions(+), 6 deletions(-)