You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/09/13 18:08:32 UTC

[sling-org-apache-sling-starter] branch feature/generate-index updated (fb742ac -> e430720)

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

kwin pushed a change to branch feature/generate-index
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.


 discard fb742ac  SLING-9491 generate bnd OSGi index
     add 5adec90  Updating to org.apache.sling.repoinit.parser 1.6.2, org.apache.sling.jcr.repoinit 1.1.24 and org.apache.sling.provisioning.model 1.8.6
     add 1f20f2d  Updating to org.apache.sling.repoinit.parser 1.6.2, org.apache.sling.jcr.repoinit 1.1.24 and org.apache.sling.provisioning.model 1.8.6
     add 4d24055  add Sling Models Validation Impl
     add cb5e591  Update to o.a.s.installer.factory.packages 1.0.4
     add 3b28f9c  Update to o.a.s.auth.form 1.0.20
     add 53c8b6f  SLING-9498 - Create feature model aggregates on the fly from the Sling Starter build
     add 28e5215  Added the Generated Features folder to make the build work in one pass
     add accc77a  SLING-9498 - Create feature model aggregates on the fly from the Sling Starter build
     add cd8b75c  SLING-9498 - Create feature model aggregates on the fly from the Sling Starter build
     add b52adaf  Merge branch 'master' of git@github.com:apache/sling-org-apache-sling-starter.git
     add 8f0a15c  Update to o.a.s.commons.log 5.1.12
     add 079c94a  Update to o.a.s.auth.core 1.4.8
     add 423c6b4  Update to o.a.s.jcr.resource 3.0.22
     add 6343ff7  SLING-9207 - Unify the support for bundled scripts
     add 115cc84  Merge branch 'master' of github.com:apache/sling-org-apache-sling-starter
     add e4ad27c  Resolving SLING-9585: Updating Jackson DataBind to 2.9.10.5
     add cde2356  Updating to Jackson DataBind 2.11.1 since 2.9.10.5 does not include annotations
     add c5fbdd0  releng: updated to latest servlets.resolver
     add 7449377  Update to o.a.felix.healthcheck api/2.0.4 core/2.0.8 generalchecks/2.0.6 webconsoleplugin/2.0.2
     add 06265ba  Add org.apache.sling.feature.launcher-*.jar to gitignore to avoid uncommitted files after following the README.md
     add b58eac5  Updating Composum
     add 5f44b7f  Updating RepoInit
     add dc57258  Update to Settings 1.4.0, JCR Provider 3.3.0 and File Provider 1.3.0
     add c6e05f0  revert the last non-deliberate commit of this file
     add a896bca  switch to org.apache.sling.commons.johnzon version 1.2.4
     add ae2b457  switch to org.apache.sling.jcr.jackrabbit.accessmanager version 3.0.6
     add 75a3e53  Merge branch 'master' of git@github.com:apache/sling-org-apache-sling-starter.git
     add e430720  SLING-9491 generate bnd OSGi index

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fb742ac)
            \
             N -- N -- N   refs/heads/feature/generate-index (e430720)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 README.md                                          |  33 ++++
 pom.xml                                            | 178 +++++++++++++++++++++
 src/main/provisioning/boot.txt                     |  17 +-
 src/main/provisioning/composum.txt                 |   3 +-
 src/main/provisioning/healthcheck.txt              |   8 +-
 src/main/provisioning/repoinit.txt                 |   6 +-
 src/main/provisioning/scripting.txt                |  15 +-
 .../provisioning/sling-models-jacksonexporter.txt  |   2 +-
 src/main/provisioning/sling-validation.txt         |   1 +
 src/main/provisioning/sling.txt                    |  17 +-
 11 files changed, 247 insertions(+), 35 deletions(-)