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

royteeuwen pushed a change to branch feature/osgi-bsn-collision-detection
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


 discard 91efd4d  SLING-13217: Add BSN collision detection from feature-core 
--osgi-bsn-collision-detection CLI flag
     add 8ca74c9  SLING-12094 - Use GitHub for the Maven scm.url value
     add a2c29fe  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add 722aa8e  SLING-12565 Update to parent 62
     add ea8a881  SLING-12566 apply spotless formatting
     add bd95126  SLING-12565 build only with java 17 - security manager is 
deprecated in java 21
     add bb9c211  SLING-12565 ignore spotless code reformatting commit in git 
blame
     add 38240cb  SLING-12575 Update to org.apache.sling.feature 2.0.3-SNAPSHOT
     add 28b7a39  update to release version
     add 518102d  [maven-release-plugin] prepare release 
org.apache.sling.feature.launcher-1.3.2
     add 3c2e724  [maven-release-plugin] prepare for next development iteration
     add 70b9c2d  update to next snapshot version until release is available on 
maven central
     add 93fbb1a  switch back to release version
     add f7804da  SLING-12828 - Register the Feature service as soon as the 
org.apache.sling.feature bundle is active (#47)
     add 49ecc4c  [maven-release-plugin] prepare release 
org.apache.sling.feature.launcher-1.3.4
     add f82e495  [maven-release-plugin] prepare for next development iteration
     add e93871d  SLING-12866 - Restrict force pushes, auto-delete branches on 
merge
     add 943d614  SLING-13048 - Make tests work in Java 21+ (#49)
     add f9b440d  Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 
(#48)
     add 93fec7a  chore: re-enable build with java 21 (#50)
     add 90b6ff8  SLING-13217: Add BSN collision detection from feature-core 
--osgi-bsn-collision-detection CLI flag

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   (91efd4d)
            \
             N -- N -- N   refs/heads/feature/osgi-bsn-collision-detection 
(90b6ff8)

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:
 .asf.yaml                                          |   5 +
 .git-blame-ignore-revs                             |   1 +
 .sling-module.json                                 |   5 +
 pom.xml                                            | 233 ++++++++++++------
 .../sling/feature/launcher/impl/Bootstrap.java     | 150 +++++++-----
 .../launcher/impl/ExtensionContextImpl.java        |  35 ++-
 .../feature/launcher/impl/FeatureProcessor.java    | 116 +++++----
 .../sling/feature/launcher/impl/Installation.java  |  34 +--
 .../feature/launcher/impl/LauncherConfig.java      |  37 +--
 .../apache/sling/feature/launcher/impl/Main.java   | 142 ++++++-----
 .../feature/launcher/impl/VariableSubstitutor.java |  28 ++-
 .../extensions/handlers/ContentPackageHandler.java |  42 ++--
 .../impl/extensions/handlers/RepoInitHandler.java  |  45 ++--
 .../launcher/impl/launchers/AbstractRunner.java    | 269 ++++++++++++---------
 .../launcher/impl/launchers/FrameworkLauncher.java |  74 +++---
 .../launcher/impl/launchers/FrameworkRunner.java   |  41 ++--
 .../sling/feature/launcher/spi/Launcher.java       |  27 ++-
 .../launcher/spi/LauncherPrepareContext.java       |  26 +-
 .../feature/launcher/spi/LauncherRunContext.java   |  28 ++-
 .../launcher/spi/extensions/ExtensionContext.java  |  37 +--
 .../launcher/spi/extensions/ExtensionHandler.java  |  30 +--
 .../launcher/impl/ExtensionContextImplTest.java    |  34 +--
 .../apache/sling/feature/launcher/impl/MainIT.java | 202 ++++++++--------
 .../launcher/impl/VariableSubstitutorIT.java       |  36 +--
 24 files changed, 948 insertions(+), 729 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 create mode 100644 .sling-module.json

Reply via email to