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

cschneider pushed a change to branch SLING-12687
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git


    from 66802a9  SLING-12687 - update sling.distribution.core bundle
     add 814ed46  SLING-12445 - SubscriberReady: Make acceptableAgeDiffMs 
configurable
     add 78b8e1f  SLING-12690 - Refactor current import observability (#165)
     add 00cd659  SLING-12706 - Add metrics for package installation
     add 79ab28d  Merge pull request #166 from apache/SLING-12706
     add 3abcfda  Merge branch 'master' into issues/SLING-12445
     add db320c1  Merge pull request #155 from ahanikel/issues/SLING-12445
     add f5d64f9  SLING-12294 - Remove buffer on subscriber
     add 1d53641  SLING-12294 - Make sure we exit when component is stopped
     add de100a0  Merge pull request #164 from apache/SLING-12294
     add 7ab3b7c  Merge branch 'master' into SLING-12687

No new revisions were added by this update.

Summary of changes:
 .../journal/bookkeeper/BookKeeper.java             |  29 +---
 .../journal/bookkeeper/BookKeeperFactory.java      |   1 +
 .../bookkeeper/ContentPackageExtractor.java        |  16 ++-
 .../journal/bookkeeper/CurrentImportInfo.java      |  61 +++++++++
 .../journal/bookkeeper/ErrorListener.java          |  10 +-
 .../journal/bookkeeper/PackageHandler.java         |   7 +-
 .../journal/bookkeeper/SubscriberMetrics.java      |  65 ++++-----
 .../impl/subscriber/DistributionSubscriber.java    | 152 +++++++--------------
 .../impl/subscriber/SubscriberConfiguration.java   |   3 +
 .../journal/impl/subscriber/SubscriberReady.java   |   9 +-
 .../journal/bookkeeper/BookKeeperTest.java         |  12 +-
 .../bookkeeper/ContentPackageExtractorTest.java    |  31 +++--
 .../journal/bookkeeper/ErrorListenerTest.java      |  10 +-
 .../impl/subscriber/SubscriberReadyTest.java       |   3 +-
 .../journal/impl/subscriber/SubscriberTest.java    |  44 +-----
 .../journal/shared/SubscriberMetricsTest.java      |   2 -
 16 files changed, 224 insertions(+), 231 deletions(-)
 create mode 100644 
src/main/java/org/apache/sling/distribution/journal/bookkeeper/CurrentImportInfo.java

Reply via email to