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 2022/03/11 08:53:43 UTC

[sling-site] branch master updated: mention the OSGi spec support of Sling Starter 12 (#87)

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 23efb3f  mention the OSGi spec support of Sling Starter 12 (#87)
23efb3f is described below

commit 23efb3f429c3ccffbb95b77c21307ed7a1e74c1b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Mar 11 09:53:37 2022 +0100

    mention the OSGi spec support of Sling Starter 12 (#87)
---
 src/main/jbake/content/news/sling-12-released.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/news/sling-12-released.md b/src/main/jbake/content/news/sling-12-released.md
index 10d6fb7..e026dea 100644
--- a/src/main/jbake/content/news/sling-12-released.md
+++ b/src/main/jbake/content/news/sling-12-released.md
@@ -57,7 +57,7 @@ The Sling Starter includes the Freemarker and Thymeleaf engines out-of-the-box.
 
 Java and HTL scripts may now be precompiled for better runtime performance and build-time checks.
 
-## Improvements in runmode support
+## Improvements in run mode support
 
 The Apache Sling Settings bundle now supports the OR (`,`) and AND (`.`) combinations of run modes and negations with `-` .
 
@@ -77,4 +77,8 @@ The repository maintenance bundle has been added to the Sling Starter. This allo
 
 ## Version updates
 
-Multiple bundles have been updated to the latest versions. On top of other improvements listed in this page we have added the Sling `resource.filter` bundle and no longer include commons-lang 2 in the Sling Starter.
\ No newline at end of file
+Multiple bundles have been updated to the latest versions. On top of other improvements listed in this page we have added the Sling `resource.filter` bundle and no longer include commons-lang 2 in the Sling Starter.
+
+### OSGi Core R8 compliance
+
+Sling Starter ships with [Apache Felix 7](https://felix.apache.org/documentation/index.html) which implements [OSGi Core R8](https://docs.osgi.org/specification/osgi.core/8.0.0/) fully. In addition it comes with Felix SCR 2.2.0 which implements [Declarative Services 1.5](https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html) (part of OSGi Compendium R8).
\ No newline at end of file