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/11 20:21:43 UTC

[sling-org-apache-sling-distribution-core] branch SLING-8086-3 updated (400f649 -> e9441c5)

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

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


    from 400f649  SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items
     add e9441c5  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/DistributionQueueWrapper.java       | 17 +++++++++++-
 .../jobhandling/JobHandlingDistributionQueue.java  | 17 +++++++++++-
 .../queue/impl/resource/ResourceQueue.java         | 17 +++++++++++-
 .../queue/impl/simple/SimpleDistributionQueue.java | 16 ++++++++++-
 .../queue/spi/{Clearable.java => Removable.java}   | 26 ++++++++++++------
 .../servlet/DistributionAgentQueueServlet.java     | 32 ++++++++++++++++------
 6 files changed, 105 insertions(+), 20 deletions(-)
 copy src/main/java/org/apache/sling/distribution/queue/spi/{Clearable.java => Removable.java} (61%)