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

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


    from 09101a02 SLING-12119 - Removing dependency on Guava
     new 923da0fe SLING-12120 - Aligning feature structure with starter and 
syncing latest updates
     new ce011e56 SLING-12121 - Fixing path substituion

The 2 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:
 .../META-INF/maven/archetype-metadata.xml          |   4 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 core/pom.xml                                       |   2 +-
 feature/pom.xml                                    |  19 +-
 .../src/main/features/{cms => app}/composum.json   |  17 +-
 feature/src/main/features/app/htl_repl.json        |   8 +
 feature/src/main/features/base-repoinit.txt        |   4 +
 feature/src/main/features/base.json                | 727 +++++++++++----------
 feature/src/main/features/boot.json                | 345 ++++++----
 feature/src/main/features/caconfig.json            |  47 +-
 feature/src/main/features/cms/cms.json             | 359 +++++-----
 feature/src/main/features/cms/dependencies.json    |  24 +-
 .../src/main/features/{ => cms}/distribution.json  |   0
 feature/src/main/features/cms/healthchecks.json    | 141 ++--
 feature/src/main/features/discovery.json           |  72 +-
 feature/src/main/features/event.json               |  44 +-
 .../src/main/features/framework-properties.json    |  16 -
 feature/src/main/features/groovy.json              | 206 +++---
 feature/src/main/features/healthcheck.json         | 219 +++----
 feature/src/main/features/maintenance.json         |   2 +-
 .../src/main/features/models-jacksonexporter.json  |  51 +-
 .../features/oak/node-store/composite-runtime.json |   3 +
 .../features/oak/node-store/composite-seed.json    |   3 +
 .../src/main/features/oak/node-store/segment.json  |  31 +-
 feature/src/main/features/oak/oak_base.json        | 426 ++++++------
 feature/src/main/features/scripting.json           | 221 +++----
 feature/src/main/features/thumbnails.json          |  43 --
 feature/src/main/features/validation.json          |  41 +-
 feature/src/main/features/webconsole.json          |  30 +-
 pom.xml                                            |  38 +-
 reference/pom.xml                                  |   2 +-
 31 files changed, 1575 insertions(+), 1572 deletions(-)
 rename feature/src/main/features/{cms => app}/composum.json (71%)
 create mode 100644 feature/src/main/features/app/htl_repl.json
 rename feature/src/main/features/{ => cms}/distribution.json (100%)
 delete mode 100644 feature/src/main/features/framework-properties.json
 delete mode 100644 feature/src/main/features/thumbnails.json

Reply via email to