You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/09/06 10:32:06 UTC

[sling-whiteboard] branch master updated (0cd8b6b -> 6425678)

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

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


    from 0cd8b6b  Merge pull request #15 from DominikSuess/issue/SLING-7870
     add 788f9ba  SLING-7871 - Proposal for RepositoryInitializer installing precalculated execution plans from FSRegistry into repository
     add 30d1ddd  SLING-7871 - adding README
     new 6425678  Merge pull request #16 from DominikSuess/issue/SLING-7871

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:
 packageinit/README.md                              |   5 +
 packageinit/pom.xml                                | 143 ++++++++++++++++
 .../impl/ExecutionPlanRepoInitializer.java         | 183 ++++++++++++++++++++
 .../ExecutionPlanRepoInitializerTest.java          | 184 +++++++++++++++++++++
 4 files changed, 515 insertions(+)
 create mode 100644 packageinit/README.md
 create mode 100644 packageinit/pom.xml
 create mode 100644 packageinit/src/main/java/org/apache/sling/jcr/packageinit/impl/ExecutionPlanRepoInitializer.java
 create mode 100644 packageinit/src/test/java/org/apache/sling/jcr/packageinit/ExecutionPlanRepoInitializerTest.java


[sling-whiteboard] 01/01: Merge pull request #16 from DominikSuess/issue/SLING-7871

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

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

commit 6425678d66e14d61829c8e65c0be52cf37096f1f
Merge: 0cd8b6b 30d1ddd
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Sep 6 12:32:03 2018 +0200

    Merge pull request #16 from DominikSuess/issue/SLING-7871
    
    SLING-7871 - Proposal for RepositoryInitializer installing precalcula…

 packageinit/README.md                              |   5 +
 packageinit/pom.xml                                | 143 ++++++++++++++++
 .../impl/ExecutionPlanRepoInitializer.java         | 183 ++++++++++++++++++++
 .../ExecutionPlanRepoInitializerTest.java          | 184 +++++++++++++++++++++
 4 files changed, 515 insertions(+)