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:28:26 UTC

[sling-org-apache-sling-distribution-core] branch SLING-8086 created (now e5cd27f)

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.


      at e5cd27f  SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items

This branch includes the following new commits:

     new e5cd27f  SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-org-apache-sling-distribution-core] 01/01: SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items

Posted by tm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e5cd27f55f2de028a79bf954a6a5d0cc5e014a1c
Author: tmaret <tm...@adobe.com>
AuthorDate: Fri Nov 9 14:26:56 2018 +0100

    SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items
---
 .../java/org/apache/sling/distribution/queue/spi/Clearable.java    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java b/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java
new file mode 100644
index 0000000..ce28489
--- /dev/null
+++ b/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java
@@ -0,0 +1,7 @@
+package org.apache.sling.distribution.queue.spi;
+
+/**
+ * Created by tmaret on 09.11.18.
+ */
+public interface Clearable {
+}