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