You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/10/04 12:35:51 UTC

[sling-org-apache-sling-starter] branch issue/xss-2.3.0 updated (f650f8e -> 7b9dd1f)

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

rombert pushed a change to branch issue/xss-2.3.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


 discard f650f8e  Update to o.a.s.xss 2.3.0
 discard 39e01a9  Add required dependencies for o.a.s.xss 2.3.0
     add 51dad5a  switch to latest releases
     add 182b047  Update to latest releases
     add 0be9a3b  Update to slingfeature-maven-plugin:1.6.6
     add 21dcb90  Update the default MongoDB port (#72)
     add 533fb47  Update to engine 2.9.2 (#71)
     add ef97012  webconsolesecurityprovider 1.2.6, commons metrics 1.2.12
     add dffbb1d  Update to latest o.a.sling.jcr.jackrabbit.usermanager
     add d56cb98  SLING-11544 Update bundles in sling starter to latest releases (#74)
     add 950af40  Switch to API version 2.27.0, JCR Jackrabbit UserManager version 2.2.26
     add 1893b6d  update to org.apache.sling.engine 2.11.0
     add 6f328f1  fix command line formatting
     add eeb278d  SLING-11585 Invalid config for the sling-event thread pool factory
     add ac9e4ce  Merge pull request #75 from enapps-enorman/issue/SLING-11585
     add 83eae23  switch to released versions of repoinit artifacts
     add 9059bac  switch to released artifacts
     add 80f2347  Add required dependencies for o.a.s.xss 2.3.0
     add 7b9dd1f  Update to o.a.s.xss 2.3.0

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   (f650f8e)
            \
             N -- N -- N   refs/heads/issue/xss-2.3.0 (7b9dd1f)

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:
 README.md                                          |  8 ++--
 pom.xml                                            | 45 ++++++++++++++++++----
 src/main/features/base.json                        | 28 +++++++-------
 src/main/features/boot.json                        | 12 ++++--
 src/main/features/caconfig.json                    |  2 +-
 src/main/features/discovery.json                   |  6 +--
 src/main/features/event.json                       |  6 +--
 src/main/features/groovy.json                      |  2 +-
 src/main/features/healthcheck.json                 | 12 ++++--
 src/main/features/oak/oak_base.json                |  2 +-
 .../oak/persistence/oak_persistence_mongods.json   |  6 +--
 src/main/features/scripting.json                   | 16 ++++----
 src/main/features/test/junit.json                  |  4 +-
 src/main/features/webconsole.json                  |  4 +-
 14 files changed, 97 insertions(+), 56 deletions(-)