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/02/03 16:35:04 UTC

[sling-org-apache-sling-starter] branch issue/SLING-9638 updated (74eefed -> 1395fcb)

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

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


 discard 74eefed  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard 108e41d  Merge remote-tracking branch 'origin/master' into issue/SLING-9638
 discard 2118385  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard 5e7ba26  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard e4dfeac  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard c71152f  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard 2247577  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard 6cf836e  SLING-9638 - Update Starter Docker image to be based on the feature model
 discard 2d424ce  SLING-9638 - Update Starter Docker image to be based on the feature model
     add 41659fb  use FileVault 3.5.6
     add 49ee27a  SLING-7504 auto-create file installer's root directory in case it (#35)
     add ab888f5  SLING-10979 - Move scripting.sightly.repl bundle into a separate feature
     add 32c6020  SLING-10984 stop docker container after stopping feature (#39)
     add 182f3ab  Update starter.content to the version 1.0.10
     add d2d8c9c  Update commons.log to 5.2.0
     add 2d4fa4a  SLING-10999 : Update logging implementations
     add dc73962  update to latest sling models and caconfig impl releases
     add 00ec0e9  Use JCR Content Loader 2.5.0
     add e1513d0  Use Felix Web Console 4.7.2
     add dfd2677  SLING-10999 : Update logging implementations
     add 50c730d  Update to feature-launcher-maven-plugin 0.1.2
     add 54e0c5f  Update to o.a.s.scripting.sightly.repl 1.0.10
     add b80dd78  SLING-10999 : Update logging implementations. Remove webconsole jar
     add 7f81362  Apache Sling Context-Aware Configuration API 1.3.0, Context-Aware Configuration SPI 1.4.0, Context-Aware Configuration Impl 1.6.0, Models Context-Aware Configuration 1.0.0
     add 87e34b8  SLING-11051 - Fixing JavaDoc badge
     add bf1d498  SLING-11052 - Increase starter timeout during integration tests
     add 6d17de8  SLING-11056 - Update to Oak 1.42.0
     add 41fc8e1  Update to o.a.s.xss 2.2.18
     add 084d58f  Update to JCR Resource 3.2.0
     add f1979f5  releng: Use Parent POM 47
     add 17d37d4  SLING-9638 - Update Starter Docker image to be based on the feature model
     add dc8cab8  SLING-9638 - Update Starter Docker image to be based on the feature model
     add aeb4430  SLING-9638 - Update Starter Docker image to be based on the feature model
     add 70e4bbd  SLING-9638 - Update Starter Docker image to be based on the feature model
     add 6f64ed2  SLING-9638 - Update Starter Docker image to be based on the feature model
     add 907cb7c  SLING-9638 - Update Starter Docker image to be based on the feature model
     add 1395fcb  SLING-9638 - Update Starter Docker image to be based on the feature model

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   (74eefed)
            \
             N -- N -- N   refs/heads/issue/SLING-9638 (1395fcb)

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                                     |  2 +-
 docker/docker-compose-mongodb.yaml            | 17 +++++++++++++++++
 docker/docker-compose-tar.yaml                | 17 +++++++++++++++++
 pom.xml                                       | 26 +++++++++++---------------
 src/main/features/app/htl_repl.json           |  8 ++++++++
 src/main/features/app/starter.json            |  4 ++--
 src/main/features/base.json                   |  6 +++---
 src/main/features/boot.json                   |  8 +++++---
 src/main/features/caconfig.json               | 10 +++++++---
 src/main/features/models-jacksonexporter.json |  2 +-
 src/main/features/oak/oak_base.json           |  6 +++---
 src/main/features/scripting.json              |  4 ----
 src/main/features/webconsole.json             |  2 +-
 13 files changed, 76 insertions(+), 36 deletions(-)
 create mode 100644 src/main/features/app/htl_repl.json