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/05/21 17:23:56 UTC

[sling-org-apache-sling-distribution-journal] branch feature/SLING-10384-sync-actions-before-imported-event updated (23357ee -> bccf7d6)

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

joerghoh pushed a change to branch feature/SLING-10384-sync-actions-before-imported-event
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git.


    from 23357ee  SLING-10384 send synchronous committedEvent before sending the imported event
     add bccf7d6  removed duplicated code

No new revisions were added by this update.

Summary of changes:
 .../journal/bookkeeper/BookKeeper.java             |  9 ++--
 .../journal/bookkeeper/CommittedEvent.java         | 59 ----------------------
 .../{ImportedEvent.java => DistributionEvent.java} |  8 +--
 3 files changed, 9 insertions(+), 67 deletions(-)
 delete mode 100644 src/main/java/org/apache/sling/distribution/journal/bookkeeper/CommittedEvent.java
 rename src/main/java/org/apache/sling/distribution/journal/bookkeeper/{ImportedEvent.java => DistributionEvent.java} (92%)