You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2021/12/23 18:36:28 UTC

[sling-org-apache-sling-event] branch master updated (e030487 -> 6ba8dda)

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

joerghoh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git.


    from e030487  SLING-10730 Improve configurations of integration tests
     add 0f40a59  SLING-11025 use a dedicated threadpool for scheduled jobs
     new 6ba8dda  Merge pull request #15 from apache/improvement/SLING-11025-use-dedicated-threadpool

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.


Summary of changes:
 pom.xml                                                             | 2 +-
 src/main/java/org/apache/sling/event/impl/jobs/JobManagerImpl.java  | 6 ++++--
 .../java/org/apache/sling/event/impl/jobs/queues/QueueManager.java  | 2 ++
 .../apache/sling/event/impl/jobs/scheduling/JobSchedulerImpl.java   | 5 ++++-
 .../java/org/apache/sling/event/impl/support/ScheduleInfoImpl.java  | 2 ++
 5 files changed, 13 insertions(+), 4 deletions(-)

[sling-org-apache-sling-event] 01/01: Merge pull request #15 from apache/improvement/SLING-11025-use-dedicated-threadpool

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

joerghoh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git

commit 6ba8dda5c15d11515071565ecbc512357a353325
Merge: e030487 0f40a59
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Thu Dec 23 19:35:43 2021 +0100

    Merge pull request #15 from apache/improvement/SLING-11025-use-dedicated-threadpool
    
    SLING-11025 use a dedicated threadpool for scheduled jobs

 pom.xml                                                             | 2 +-
 src/main/java/org/apache/sling/event/impl/jobs/JobManagerImpl.java  | 6 ++++--
 .../java/org/apache/sling/event/impl/jobs/queues/QueueManager.java  | 2 ++
 .../apache/sling/event/impl/jobs/scheduling/JobSchedulerImpl.java   | 5 ++++-
 .../java/org/apache/sling/event/impl/support/ScheduleInfoImpl.java  | 2 ++
 5 files changed, 13 insertions(+), 4 deletions(-)