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

kwin pushed a change to branch feature/no-longer-embed-api
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git


 discard 0ac3679  SLING-11422 No longer embed Events API
     add ce1b71c  SLING-12737 The method findJobs in JobManagerImpl does not 
accept a template containing an operation (#40)
     add 5efa961  SLING-9393 : adding suggested testcase for broken findJobs 
(#42)
     add f6b58e1  [maven-release-plugin] prepare release 
org.apache.sling.event-4.3.16
     add d53cc58  [maven-release-plugin] prepare for next development iteration
     add f4af6cc  SLING-12743 - stop job processing if readiness condition not 
present (#43)
     add 02e84be  [SLING-12743] - Update tests and mockito versions to pass the 
build (#44)
     add 183b136  SLING-12819 : ignore flaky test for release
     add b536e4c  SLING-12819 : ignore flaky test for release - remove spurious 
newline
     add a0de816  [maven-release-plugin] prepare release 
org.apache.sling.event-4.3.18
     add 6f60de2  [maven-release-plugin] prepare for next development iteration
     add c298f65  SLING-12819 : unignore flaky test after release
     add c704d54  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
     add c9a68af  SLING-11422 No longer embed Events API

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0ac3679)
            \
             N -- N -- N   refs/heads/feature/no-longer-embed-api (c9a68af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   4 +
 .sling-module.json                                 |   5 +
 pom.xml                                            |  10 +-
 .../sling/event/impl/jobs/JobManagerImpl.java      |   6 +-
 .../impl/jobs/config/JobManagerConfiguration.java  |  53 ++++
 .../sling/event/impl/jobs/queues/JobQueueImpl.java |  35 ++-
 .../sling/event/impl/jobs/queues/QueueManager.java |  24 +-
 .../InitDelayingTopologyEventListenerTest.java     |   5 +
 .../jobs/config/JobManagerConfigurationTest.java   |   6 +
 .../impl/jobs/console/InventoryPluginTest.java     |   2 +-
 .../impl/jobs/jmx/AllJobStatisticsMBeanTest.java   |   2 +-
 .../event/impl/jobs/jmx/QueuesMBeanImplTest.java   |   2 +-
 .../jobs/queues/JobExecutionContextImplTest.java   |   2 +-
 .../event/impl/jobs/queues/JobQueueImplTest.java   | 303 +++++++++++++++++++++
 .../event/impl/jobs/queues/TestTopicHalting.java   |   7 +-
 .../jobs/tasks/HistoryCleanUpRemovedJobsTest.java  |   2 +-
 .../impl/jobs/tasks/HistoryCleanUpTaskTest.java    |   2 +-
 .../sling/event/it/AbstractJobHandlingIT.java      |   8 +
 .../java/org/apache/sling/event/it/HistoryIT.java  |  11 +-
 .../sling/event/it/JobHandlingConditionIT.java     | 235 ++++++++++++++++
 .../apache/sling/event/it/JobManagerSearchIT.java  | 136 +++++++++
 .../sling/event/it/OrderedMaxParallelIT.java       |   2 +-
 22 files changed, 844 insertions(+), 18 deletions(-)
 create mode 100644 .sling-module.json
 create mode 100644 
src/test/java/org/apache/sling/event/impl/jobs/queues/JobQueueImplTest.java
 create mode 100644 
src/test/java/org/apache/sling/event/it/JobHandlingConditionIT.java
 create mode 100644 
src/test/java/org/apache/sling/event/it/JobManagerSearchIT.java

Reply via email to