You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/11/09 04:23:28 UTC

[sling-aggregator] branch master updated: Adding pull request badges

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cefd931  Adding pull request badges
     new afe04f2  Merge commit 'cefd931f3835f4020b199688a9f158797f596f8c'
cefd931 is described below

commit cefd931f3835f4020b199688a9f158797f596f8c
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Nov 8 23:22:40 2018 -0500

    Adding pull request badges
---
 docs/groups/auth.md          |  14 +-
 docs/groups/caconfig.md      |  14 +-
 docs/groups/crankstart.md    |  10 +-
 docs/groups/discovery.md     |  18 +-
 docs/groups/distribution.md  |  16 +-
 docs/groups/event.md         |   8 +-
 docs/groups/feature.md       |  19 +-
 docs/groups/fragment.md      |  14 +-
 docs/groups/hapi.md          |   8 +-
 docs/groups/hc.md            |  20 +-
 docs/groups/installer.md     |  30 +--
 docs/groups/jcr.md           |  45 ++--
 docs/groups/jobs.md          |   8 +-
 docs/groups/junit.md         |  16 +-
 docs/groups/karaf.md         |  14 +-
 docs/groups/launchpad.md     |  26 +-
 docs/groups/models.md        |  14 +-
 docs/groups/nosql.md         |  14 +-
 docs/groups/repoinit.md      |   8 +-
 docs/groups/scripting.md     |  52 ++--
 docs/groups/servlets.md      |  14 +-
 docs/groups/starter.md       |   8 +-
 docs/groups/testing.md       |  30 +--
 docs/groups/tooling.md       |   8 +-
 docs/groups/validation.md    |  12 +-
 docs/modules.md              | 565 ++++++++++++++++++++++---------------------
 generate-aggregator-table.sh |  10 +-
 27 files changed, 510 insertions(+), 505 deletions(-)

diff --git a/docs/groups/auth.md b/docs/groups/auth.md
index 7b7d325..131e922 100644
--- a/docs/groups/auth.md
+++ b/docs/groups/auth.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > auth
 # auth Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Authentication Service](https://github.com/apache/sling-org-apache-sling-auth-core) <br/> <small>([org.apache.sling.auth.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.core%22))</small> | The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an  [...]
-| [Apache Sling Form Based Authentication Handler](https://github.com/apache/sling-org-apache-sling-auth-form) <br/> <small>([org.apache.sling.auth.form](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.form%22))</small> | Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating. |&#32;[![Bu [...]
-| [Apache Sling Authentication XING API](https://github.com/apache/sling-org-apache-sling-auth-xing-api) <br/> <small>([org.apache.sling.auth.xing.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.api%22))</small> | Apache Sling Authentication XING API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
-| [Apache Sling Authentication XING Login](https://github.com/apache/sling-org-apache-sling-auth-xing-login) <br/> <small>([org.apache.sling.auth.xing.login](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.login%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-login-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-xing-login-1. [...]
-| [Apache Sling Authentication XING OAuth](https://github.com/apache/sling-org-apache-sling-auth-xing-oauth) <br/> <small>([org.apache.sling.auth.xing.oauth](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.oauth%22))</small> | Apache Sling Authentication XING OAuth |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-oauth-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Authentication Service](https://github.com/apache/sling-org-apache-sling-auth-core) <br/> <small>([org.apache.sling.auth.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.core%22))</small> | The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an  [...]
+| [Apache Sling Form Based Authentication Handler](https://github.com/apache/sling-org-apache-sling-auth-form) <br/> <small>([org.apache.sling.auth.form](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.form%22))</small> | Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating. |&#32;[![Bu [...]
+| [Apache Sling Authentication XING API](https://github.com/apache/sling-org-apache-sling-auth-xing-api) <br/> <small>([org.apache.sling.auth.xing.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.api%22))</small> | Apache Sling Authentication XING API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
+| [Apache Sling Authentication XING Login](https://github.com/apache/sling-org-apache-sling-auth-xing-login) <br/> <small>([org.apache.sling.auth.xing.login](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.login%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-login-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-xing-login-1. [...]
+| [Apache Sling Authentication XING OAuth](https://github.com/apache/sling-org-apache-sling-auth-xing-oauth) <br/> <small>([org.apache.sling.auth.xing.oauth](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.oauth%22))</small> | Apache Sling Authentication XING OAuth |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-oauth-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
\ No newline at end of file
diff --git a/docs/groups/caconfig.md b/docs/groups/caconfig.md
index 7c1be2f..d6aff03 100644
--- a/docs/groups/caconfig.md
+++ b/docs/groups/caconfig.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > caconfig
 # caconfig Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Context-Aware Configuration API](https://github.com/apache/sling-org-apache-sling-caconfig-api) <br/> <small>([org.apache.sling.caconfig.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.api%22))</small> | Apache Sling Context-Aware Configuration API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Context-Aware Configuration bnd Plugin](https://github.com/apache/sling-org-apache-sling-caconfig-bnd-plugin) <br/> <small>([org.apache.sling.caconfig.bnd-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.bnd-plugin%22))</small> | This bnd plugin detected all configuration annotation classes and adds a bundle header Sling-ContextAware-Configuration-Classes containing their names. |&#32;[![Build Status](https: [...]
-| [Apache Sling Context-Aware Configuration Implementation](https://github.com/apache/sling-org-apache-sling-caconfig-impl) <br/> <small>([org.apache.sling.caconfig.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.impl%22))</small> | Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-impl-1.8)](https://builds.apache.org/ [...]
-| [Apache Sling Context-Aware Configuration Integration Tests](https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests) <br/> <small>([org.apache.sling.caconfig.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.integration-tests%22))</small> | Integration tests for the Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=s [...]
-| [Apache Sling Context-Aware Configuration SPI](https://github.com/apache/sling-org-apache-sling-caconfig-spi) <br/> <small>([org.apache.sling.caconfig.spi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.spi%22))</small> | Apache Sling Context-Aware Configuration SPI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-spi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Context-Aware Configuration API](https://github.com/apache/sling-org-apache-sling-caconfig-api) <br/> <small>([org.apache.sling.caconfig.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.api%22))</small> | Apache Sling Context-Aware Configuration API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Context-Aware Configuration bnd Plugin](https://github.com/apache/sling-org-apache-sling-caconfig-bnd-plugin) <br/> <small>([org.apache.sling.caconfig.bnd-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.bnd-plugin%22))</small> | This bnd plugin detected all configuration annotation classes and adds a bundle header Sling-ContextAware-Configuration-Classes containing their names. |&#32;[![Build Status](https: [...]
+| [Apache Sling Context-Aware Configuration Implementation](https://github.com/apache/sling-org-apache-sling-caconfig-impl) <br/> <small>([org.apache.sling.caconfig.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.impl%22))</small> | Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-impl-1.8)](https://builds.apache.org/ [...]
+| [Apache Sling Context-Aware Configuration Integration Tests](https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests) <br/> <small>([org.apache.sling.caconfig.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.integration-tests%22))</small> | Integration tests for the Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=s [...]
+| [Apache Sling Context-Aware Configuration SPI](https://github.com/apache/sling-org-apache-sling-caconfig-spi) <br/> <small>([org.apache.sling.caconfig.spi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.spi%22))</small> | Apache Sling Context-Aware Configuration SPI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-spi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
\ No newline at end of file
diff --git a/docs/groups/crankstart.md b/docs/groups/crankstart.md
index 60813e9..77ec340 100644
--- a/docs/groups/crankstart.md
+++ b/docs/groups/crankstart.md
@@ -1,8 +1,8 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > crankstart
 # crankstart Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Crankstart Launcher](https://github.com/apache/sling-org-apache-sling-crankstart-launcher) <br/> <small>([org.apache.sling.crankstart.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.launcher%22))</small> | Sling launcher that gets artifacts defined in a Sling Provisioning Model at runtime, instead of embedding them in the launcher jar like the Sling Launchpad does. |&#32;[![Build Status](https://builds. [...]
-| [Apache Sling Crankstart Test Provisioning Model](https://github.com/apache/sling-org-apache-sling-crankstart-test-model) <br/> <small>([org.apache.sling.crankstart.test.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.model%22))</small> | Additional Provisioning Model used in Crankstart tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-model-1.8)](ht [...]
-| [Apache Sling Crankstart Test Services](https://github.com/apache/sling-org-apache-sling-crankstart-test-services) <br/> <small>([org.apache.sling.crankstart.test.services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.services%22))</small> | Bundle used to test the Crankstart launcher |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-services-1.8)](https://buil [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Crankstart Launcher](https://github.com/apache/sling-org-apache-sling-crankstart-launcher) <br/> <small>([org.apache.sling.crankstart.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.launcher%22))</small> | Sling launcher that gets artifacts defined in a Sling Provisioning Model at runtime, instead of embedding them in the launcher jar like the Sling Launchpad does. |&#32;[![Build Status](https://builds. [...]
+| [Apache Sling Crankstart Test Provisioning Model](https://github.com/apache/sling-org-apache-sling-crankstart-test-model) <br/> <small>([org.apache.sling.crankstart.test.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.model%22))</small> | Additional Provisioning Model used in Crankstart tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-model-1.8)](ht [...]
+| [Apache Sling Crankstart Test Services](https://github.com/apache/sling-org-apache-sling-crankstart-test-services) <br/> <small>([org.apache.sling.crankstart.test.services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.services%22))</small> | Bundle used to test the Crankstart launcher |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-services-1.8)](https://buil [...]
\ No newline at end of file
diff --git a/docs/groups/discovery.md b/docs/groups/discovery.md
index 242df9c..61f18f2 100644
--- a/docs/groups/discovery.md
+++ b/docs/groups/discovery.md
@@ -1,12 +1,12 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > discovery
 # discovery Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Discovery API](https://github.com/apache/sling-org-apache-sling-discovery-api) <br/> <small>([org.apache.sling.discovery.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.api%22))</small> | Support for topology discovery of instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
-| [Apache Sling Discovery Base](https://github.com/apache/sling-org-apache-sling-discovery-base) <br/> <small>([org.apache.sling.discovery.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.base%22))</small> | Contains Connector and Properties support that some implementations might choose to build upon |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-base-1.8)](https://bui [...]
-| [Apache Sling Discovery Commons](https://github.com/apache/sling-org-apache-sling-discovery-commons) <br/> <small>([org.apache.sling.discovery.commons](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.commons%22))</small> | Common services related to Sling Discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-commons-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
-| [Apache Sling Resource-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-impl) <br/> <small>([org.apache.sling.discovery.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.impl%22))</small> | Implementation of Apache Sling Discovery based on Sling Resource providing a ClusterView through resource-clustering (eg jackrabbit clustering) and a TopologyView through HTTP POST heartbeats announcing [...]
-| [Apache Sling Oak-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-oak) <br/> <small>([org.apache.sling.discovery.oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.oak%22))</small> | Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to ea [...]
-| [Apache Sling Discovery Standalone Implementation](https://github.com/apache/sling-org-apache-sling-discovery-standalone) <br/> <small>([org.apache.sling.discovery.standalone](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.standalone%22))</small> | Implementation of the discovery API for standalone instances |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-standalone-1.8)]( [...]
-| [Apache Sling Discovery Support Bundle](https://github.com/apache/sling-org-apache-sling-discovery-support) <br/> <small>([org.apache.sling.discovery.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.support%22))</small> | Supporting services for the discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Discovery API](https://github.com/apache/sling-org-apache-sling-discovery-api) <br/> <small>([org.apache.sling.discovery.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.api%22))</small> | Support for topology discovery of instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
+| [Apache Sling Discovery Base](https://github.com/apache/sling-org-apache-sling-discovery-base) <br/> <small>([org.apache.sling.discovery.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.base%22))</small> | Contains Connector and Properties support that some implementations might choose to build upon |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-base-1.8)](https://bui [...]
+| [Apache Sling Discovery Commons](https://github.com/apache/sling-org-apache-sling-discovery-commons) <br/> <small>([org.apache.sling.discovery.commons](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.commons%22))</small> | Common services related to Sling Discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-commons-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
+| [Apache Sling Resource-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-impl) <br/> <small>([org.apache.sling.discovery.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.impl%22))</small> | Implementation of Apache Sling Discovery based on Sling Resource providing a ClusterView through resource-clustering (eg jackrabbit clustering) and a TopologyView through HTTP POST heartbeats announcing [...]
+| [Apache Sling Oak-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-oak) <br/> <small>([org.apache.sling.discovery.oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.oak%22))</small> | Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to ea [...]
+| [Apache Sling Discovery Standalone Implementation](https://github.com/apache/sling-org-apache-sling-discovery-standalone) <br/> <small>([org.apache.sling.discovery.standalone](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.standalone%22))</small> | Implementation of the discovery API for standalone instances |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-standalone-1.8)]( [...]
+| [Apache Sling Discovery Support Bundle](https://github.com/apache/sling-org-apache-sling-discovery-support) <br/> <small>([org.apache.sling.discovery.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.support%22))</small> | Supporting services for the discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
\ No newline at end of file
diff --git a/docs/groups/distribution.md b/docs/groups/distribution.md
index 56108b9..cc793de 100644
--- a/docs/groups/distribution.md
+++ b/docs/groups/distribution.md
@@ -1,11 +1,11 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > distribution
 # distribution Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Distribution API](https://github.com/apache/sling-org-apache-sling-distribution-api) <br/> <small>([org.apache.sling.distribution.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.api%22))</small> | The Apache Sling Distribution API bundle provides the APIs for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-api-1 [...]
-| [Apache Sling Distribution Avro Serializer](https://github.com/apache/sling-org-apache-sling-distribution-avro-serializer) <br/> <small>([org.apache.sling.distribution.avro-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.avro-serializer%22))</small> | The Apache Sling Distribution Avro Serializer extensions bundle provides an Avro serialization implementation for Sling Content Distribution |&#32;[![Build Status]( [...]
-| [Apache Sling Distribution Core](https://github.com/apache/sling-org-apache-sling-distribution-core) <br/> <small>([org.apache.sling.distribution.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.core%22))</small> | The Apache Sling Distribution Core bundle provides the basic code infrastructure and API implementations for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/ [...]
-| [Apache Sling Distribution Integration Tests](https://github.com/apache/sling-org-apache-sling-distribution-it) <br/> <small>([org.apache.sling.distribution.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.it%22))</small> | Project tests functionality for org.apache.sling.distribution bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-it-1.8)](https://builds.ap [...]
-| [Apache Sling Distribution Kryo Serializer](https://github.com/apache/sling-org-apache-sling-distribution-kryo-serializer) <br/> <small>([org.apache.sling.distribution.kryo-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.kryo-serializer%22))</small> | The Apache Sling Distribution Kryo Serializer extension bundle provides a Kryo based serializer implementations for Sling Content Distribution |&#32;[![Build Status [...]
-| [Apache Sling Distribution Sample](https://github.com/apache/sling-org-apache-sling-distribution-sample) <br/> <small>([org.apache.sling.distribution.sample](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.sample%22))</small> | The Apache Sling Distribution sample bundle provides a set of sample configurations and custom component implementations. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Distribution API](https://github.com/apache/sling-org-apache-sling-distribution-api) <br/> <small>([org.apache.sling.distribution.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.api%22))</small> | The Apache Sling Distribution API bundle provides the APIs for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-api-1 [...]
+| [Apache Sling Distribution Avro Serializer](https://github.com/apache/sling-org-apache-sling-distribution-avro-serializer) <br/> <small>([org.apache.sling.distribution.avro-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.avro-serializer%22))</small> | The Apache Sling Distribution Avro Serializer extensions bundle provides an Avro serialization implementation for Sling Content Distribution |&#32;[![Build Status]( [...]
+| [Apache Sling Distribution Core](https://github.com/apache/sling-org-apache-sling-distribution-core) <br/> <small>([org.apache.sling.distribution.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.core%22))</small> | The Apache Sling Distribution Core bundle provides the basic code infrastructure and API implementations for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/ [...]
+| [Apache Sling Distribution Integration Tests](https://github.com/apache/sling-org-apache-sling-distribution-it) <br/> <small>([org.apache.sling.distribution.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.it%22))</small> | Project tests functionality for org.apache.sling.distribution bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-it-1.8)](https://builds.ap [...]
+| [Apache Sling Distribution Kryo Serializer](https://github.com/apache/sling-org-apache-sling-distribution-kryo-serializer) <br/> <small>([org.apache.sling.distribution.kryo-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.kryo-serializer%22))</small> | The Apache Sling Distribution Kryo Serializer extension bundle provides a Kryo based serializer implementations for Sling Content Distribution |&#32;[![Build Status [...]
+| [Apache Sling Distribution Sample](https://github.com/apache/sling-org-apache-sling-distribution-sample) <br/> <small>([org.apache.sling.distribution.sample](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.sample%22))</small> | The Apache Sling Distribution sample bundle provides a set of sample configurations and custom component implementations. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
\ No newline at end of file
diff --git a/docs/groups/event.md b/docs/groups/event.md
index 2e0ecdd..8b16bdd 100644
--- a/docs/groups/event.md
+++ b/docs/groups/event.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > event
 # event Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Event API](https://github.com/apache/sling-org-apache-sling-event-api) <br/> <small>([org.apache.sling.event.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.api%22))</small> | Support API for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-api-1.8)&#32;[![Coverage S [...]
-| [Apache Sling Distributed Event Admin](https://github.com/apache/sling-org-apache-sling-event-dea) <br/> <small>([org.apache.sling.event.dea](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.dea%22))</small> | Support distributing events through the OSGi event admin. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-dea-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Event API](https://github.com/apache/sling-org-apache-sling-event-api) <br/> <small>([org.apache.sling.event.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.api%22))</small> | Support API for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-api-1.8)&#32;[![JavaDocs]( [...]
+| [Apache Sling Distributed Event Admin](https://github.com/apache/sling-org-apache-sling-event-dea) <br/> <small>([org.apache.sling.event.dea](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.dea%22))</small> | Support distributing events through the OSGi event admin. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-dea-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
\ No newline at end of file
diff --git a/docs/groups/feature.md b/docs/groups/feature.md
index 620014c..a61e065 100644
--- a/docs/groups/feature.md
+++ b/docs/groups/feature.md
@@ -1,12 +1,13 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > feature
 # feature Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
-| [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
-| [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
-| [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
-| [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
-| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
-| [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
+| [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
+| [Sling Featuremodel - Content Deployment Exension](https://github.com/apache/sling-org-apache-sling-feature-extension-content) <br/> <small>([org.apache.sling.feature.extension.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.extension.content%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-extension-content-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
+| [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
+| [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
+| [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
+| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
+| [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
\ No newline at end of file
diff --git a/docs/groups/fragment.md b/docs/groups/fragment.md
index 1e3c416..8b9ddad 100644
--- a/docs/groups/fragment.md
+++ b/docs/groups/fragment.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > fragment
 # fragment Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling System Bundle Extension: Activation API](https://github.com/apache/sling-org-apache-sling-fragment-activation) <br/> <small>([org.apache.sling.fragment.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.activation%22))</small> | Adds the Activation API package to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent Activation API  [...]
-| [Apache Sling System Bundle Extension: Nashorn Scripting API](https://github.com/apache/sling-org-apache-sling-fragment-nashorn) <br/> <small>([org.apache.sling.fragment.nashorn](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.nashorn%22))</small> | Adds the Nashorn Scripting API package to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fragment-nashorn-1.8 [...]
-| [Apache Sling System Bundle Extension: Java Transaction API](https://github.com/apache/sling-org-apache-sling-fragment-transaction) <br/> <small>([org.apache.sling.fragment.transaction](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.transaction%22))</small> | Adds the javax.transaction and javax.transaction.xa packages to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
-| [Apache Sling System Bundle Extension: WS APIs](https://github.com/apache/sling-org-apache-sling-fragment-ws) <br/> <small>([org.apache.sling.fragment.ws](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.ws%22))</small> | Adds the WS API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the platfo [...]
-| [Apache Sling System Bundle Extension: XML APIs](https://github.com/apache/sling-org-apache-sling-fragment-xml) <br/> <small>([org.apache.sling.fragment.xml](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.xml%22))</small> | Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the p [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling System Bundle Extension: Activation API](https://github.com/apache/sling-org-apache-sling-fragment-activation) <br/> <small>([org.apache.sling.fragment.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.activation%22))</small> | Adds the Activation API package to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent Activation API  [...]
+| [Apache Sling System Bundle Extension: Nashorn Scripting API](https://github.com/apache/sling-org-apache-sling-fragment-nashorn) <br/> <small>([org.apache.sling.fragment.nashorn](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.nashorn%22))</small> | Adds the Nashorn Scripting API package to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fragment-nashorn-1.8 [...]
+| [Apache Sling System Bundle Extension: Java Transaction API](https://github.com/apache/sling-org-apache-sling-fragment-transaction) <br/> <small>([org.apache.sling.fragment.transaction](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.transaction%22))</small> | Adds the javax.transaction and javax.transaction.xa packages to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
+| [Apache Sling System Bundle Extension: WS APIs](https://github.com/apache/sling-org-apache-sling-fragment-ws) <br/> <small>([org.apache.sling.fragment.ws](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.ws%22))</small> | Adds the WS API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the platfo [...]
+| [Apache Sling System Bundle Extension: XML APIs](https://github.com/apache/sling-org-apache-sling-fragment-xml) <br/> <small>([org.apache.sling.fragment.xml](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.xml%22))</small> | Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the p [...]
\ No newline at end of file
diff --git a/docs/groups/hapi.md b/docs/groups/hapi.md
index 211b440..d69c113 100644
--- a/docs/groups/hapi.md
+++ b/docs/groups/hapi.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > hapi
 # hapi Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Hypermedia API client-side tools](https://github.com/apache/sling-org-apache-sling-hapi-client) <br/> <small>([org.apache.sling.hapi.client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.client%22))</small> | Sling client-side tools for HApi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-client-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache- [...]
-| [Apache Sling Hypermedia Api Sample Content](https://github.com/apache/sling-org-apache-sling-hapi-samplecontent) <br/> <small>([org.apache.sling.hapi.samplecontent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.samplecontent%22))</small> | Sling Hypermedia Api demo content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-samplecontent-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Hypermedia API client-side tools](https://github.com/apache/sling-org-apache-sling-hapi-client) <br/> <small>([org.apache.sling.hapi.client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.client%22))</small> | Sling client-side tools for HApi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-client-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache- [...]
+| [Apache Sling Hypermedia Api Sample Content](https://github.com/apache/sling-org-apache-sling-hapi-samplecontent) <br/> <small>([org.apache.sling.hapi.samplecontent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.samplecontent%22))</small> | Sling Hypermedia Api demo content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-samplecontent-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
\ No newline at end of file
diff --git a/docs/groups/hc.md b/docs/groups/hc.md
index f25ad5e..3013008 100644
--- a/docs/groups/hc.md
+++ b/docs/groups/hc.md
@@ -1,13 +1,13 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > hc
 # hc Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Health Check Annotations](https://github.com/apache/sling-org-apache-sling-hc-annotations) <br/> <small>([org.apache.sling.hc.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.annotations%22))</small> | Sling Health Check Annotations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
-| [Apache Sling Health Check API](https://github.com/apache/sling-org-apache-sling-hc-api) <br/> <small>([org.apache.sling.hc.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.api%22))</small> | The Sling Health Check API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-api-1.8)&#32;[![Test Status](http [...]
-| [Apache Sling Health Check Core](https://github.com/apache/sling-org-apache-sling-hc-core) <br/> <small>([org.apache.sling.hc.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.core%22))</small> | The Sling Health Check Core |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-core-1.8)&#32;[![Test Statu [...]
-| [Apache Sling Health Check Integration Tests](https://github.com/apache/sling-org-apache-sling-hc-it) <br/> <small>([org.apache.sling.hc.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.it%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-it-1.8)&#32;[![Test Status](https://img.shields.io [...]
-| [Apache Sling Health Check JUnit Bridge](https://github.com/apache/sling-org-apache-sling-hc-junit-bridge) <br/> <small>([org.apache.sling.hc.junit.bridge](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.junit.bridge%22))</small> | Makes Sling Health Checks available as server-side JUnit tests, to allow them to be used as part of integration tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache- [...]
-| [Apache Sling Health Check Samples](https://github.com/apache/sling-org-apache-sling-hc-samples) <br/> <small>([org.apache.sling.hc.samples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.samples%22))</small> | Sling Health Check sample content and configurations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apa [...]
-| [Apache Sling Health Check Support Components](https://github.com/apache/sling-org-apache-sling-hc-support) <br/> <small>([org.apache.sling.hc.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.support%22))</small> | Default Sling Health Check Support Components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Health Check Webconsole Plugin](https://github.com/apache/sling-org-apache-sling-hc-webconsole) <br/> <small>([org.apache.sling.hc.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.webconsole%22))</small> | Webconsole plugin for Sling Health Check Services |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-webconsole-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Health Check Annotations](https://github.com/apache/sling-org-apache-sling-hc-annotations) <br/> <small>([org.apache.sling.hc.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.annotations%22))</small> | Sling Health Check Annotations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
+| [Apache Sling Health Check API](https://github.com/apache/sling-org-apache-sling-hc-api) <br/> <small>([org.apache.sling.hc.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.api%22))</small> | The Sling Health Check API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-api-1.8)&#32;[![Test Status](http [...]
+| [Apache Sling Health Check Core](https://github.com/apache/sling-org-apache-sling-hc-core) <br/> <small>([org.apache.sling.hc.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.core%22))</small> | The Sling Health Check Core |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-core-1.8)&#32;[![Test Statu [...]
+| [Apache Sling Health Check Integration Tests](https://github.com/apache/sling-org-apache-sling-hc-it) <br/> <small>([org.apache.sling.hc.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.it%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-it-1.8)&#32;[![Test Status](https://img.shields.io [...]
+| [Apache Sling Health Check JUnit Bridge](https://github.com/apache/sling-org-apache-sling-hc-junit-bridge) <br/> <small>([org.apache.sling.hc.junit.bridge](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.junit.bridge%22))</small> | Makes Sling Health Checks available as server-side JUnit tests, to allow them to be used as part of integration tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache- [...]
+| [Apache Sling Health Check Samples](https://github.com/apache/sling-org-apache-sling-hc-samples) <br/> <small>([org.apache.sling.hc.samples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.samples%22))</small> | Sling Health Check sample content and configurations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apa [...]
+| [Apache Sling Health Check Support Components](https://github.com/apache/sling-org-apache-sling-hc-support) <br/> <small>([org.apache.sling.hc.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.support%22))</small> | Default Sling Health Check Support Components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Health Check Webconsole Plugin](https://github.com/apache/sling-org-apache-sling-hc-webconsole) <br/> <small>([org.apache.sling.hc.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.webconsole%22))</small> | Webconsole plugin for Sling Health Check Services |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-webconsole-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
\ No newline at end of file
diff --git a/docs/groups/installer.md b/docs/groups/installer.md
index 8a22d7c..415df52 100644
--- a/docs/groups/installer.md
+++ b/docs/groups/installer.md
@@ -1,18 +1,18 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > installer
 # installer Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Installer WebConsole Plugin](https://github.com/apache/sling-org-apache-sling-installer-console) <br/> <small>([org.apache.sling.installer.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.console%22))</small> | Provides a web console plugin for the OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-console-1.8)](https://builds.apache.org/vi [...]
-| [Apache Sling Installer](https://github.com/apache/sling-org-apache-sling-installer-core) <br/> <small>([org.apache.sling.installer.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.core%22))</small> | Provides services to install OSGi bundles and configurations by supplying input streams and dictionaries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-core-1.8)](https [...]
-| [Apache Sling Installer Configuration Admin Support](https://github.com/apache/sling-org-apache-sling-installer-factory-configuration) <br/> <small>([org.apache.sling.installer.factory.configuration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.configuration%22))</small> | Provides support for configurations to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling [...]
-| [Apache Sling Deployment Package Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-deploymentpackage) <br/> <small>([org.apache.sling.installer.factory.deploymentpackage](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.deploymentpackage%22))</small> | Provides support for deployment packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?j [...]
-| [Apache Sling Installer Provisioning Model Support](https://github.com/apache/sling-org-apache-sling-installer-factory-model) <br/> <small>([org.apache.sling.installer.factory.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.model%22))</small> | Provides support for the provisioning model to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
-| [Apache Sling Installer Content Package Support](https://github.com/apache/sling-org-apache-sling-installer-factory-packages) <br/> <small>([org.apache.sling.installer.factory.packages](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.packages%22))</small> | Provides support for content packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
-| [Apache Sling Subsystems Base Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems-base) <br/> <small>([org.apache.sling.installer.factory.subsystems-base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems-base%22))</small> | Provides support for subsystems-base files to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
-| [Apache Sling Subsystems Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems) <br/> <small>([org.apache.sling.installer.factory.subsystems](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems%22))</small> | Provides support for subsystems to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-fa [...]
-| [Apache Sling Installer Health Checks](https://github.com/apache/sling-org-apache-sling-installer-hc) <br/> <small>([org.apache.sling.installer.hc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.hc%22))</small> | Provides Sling Health Checks related to the Sling Installer. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-hc-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
-| [Apache Sling Installer Integration Tests](https://github.com/apache/sling-org-apache-sling-installer-it) <br/> <small>([org.apache.sling.installer.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.it%22))</small> | Integration tests of the Sling installer bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sli [...]
-| [Apache Sling File Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-file) <br/> <small>([org.apache.sling.installer.provider.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.file%22))</small> | Installs OSGi bundles and configurations from the file system. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-file-1.8)](https:/ [...]
-| [Sling Installer Vault Package Install Hook](https://github.com/apache/sling-org-apache-sling-installer-provider-installhook) <br/> <small>([org.apache.sling.installer.provider.installhook](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.installhook%22))</small> | Can be used in packages to ensure installation of bundles/configs is triggered during package installation and is finished once the package manager returns ( [...]
-| [Apache Sling JCR Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-jcr) <br/> <small>([org.apache.sling.installer.provider.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.jcr%22))</small> | Installs OSGi bundles and configurations found in the JCR repository. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-jcr-1.8)](https [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Installer WebConsole Plugin](https://github.com/apache/sling-org-apache-sling-installer-console) <br/> <small>([org.apache.sling.installer.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.console%22))</small> | Provides a web console plugin for the OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-console-1.8)](https://builds.apache.org/vi [...]
+| [Apache Sling Installer](https://github.com/apache/sling-org-apache-sling-installer-core) <br/> <small>([org.apache.sling.installer.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.core%22))</small> | Provides services to install OSGi bundles and configurations by supplying input streams and dictionaries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-core-1.8)](https [...]
+| [Apache Sling Installer Configuration Admin Support](https://github.com/apache/sling-org-apache-sling-installer-factory-configuration) <br/> <small>([org.apache.sling.installer.factory.configuration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.configuration%22))</small> | Provides support for configurations to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling [...]
+| [Apache Sling Deployment Package Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-deploymentpackage) <br/> <small>([org.apache.sling.installer.factory.deploymentpackage](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.deploymentpackage%22))</small> | Provides support for deployment packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?j [...]
+| [Apache Sling Installer Provisioning Model Support](https://github.com/apache/sling-org-apache-sling-installer-factory-model) <br/> <small>([org.apache.sling.installer.factory.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.model%22))</small> | Provides support for the provisioning model to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
+| [Apache Sling Installer Content Package Support](https://github.com/apache/sling-org-apache-sling-installer-factory-packages) <br/> <small>([org.apache.sling.installer.factory.packages](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.packages%22))</small> | Provides support for content packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
+| [Apache Sling Subsystems Base Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems-base) <br/> <small>([org.apache.sling.installer.factory.subsystems-base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems-base%22))</small> | Provides support for subsystems-base files to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
+| [Apache Sling Subsystems Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems) <br/> <small>([org.apache.sling.installer.factory.subsystems](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems%22))</small> | Provides support for subsystems to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-fa [...]
+| [Apache Sling Installer Health Checks](https://github.com/apache/sling-org-apache-sling-installer-hc) <br/> <small>([org.apache.sling.installer.hc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.hc%22))</small> | Provides Sling Health Checks related to the Sling Installer. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-hc-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
+| [Apache Sling Installer Integration Tests](https://github.com/apache/sling-org-apache-sling-installer-it) <br/> <small>([org.apache.sling.installer.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.it%22))</small> | Integration tests of the Sling installer bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sli [...]
+| [Apache Sling File Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-file) <br/> <small>([org.apache.sling.installer.provider.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.file%22))</small> | Installs OSGi bundles and configurations from the file system. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-file-1.8)](https:/ [...]
+| [Sling Installer Vault Package Install Hook](https://github.com/apache/sling-org-apache-sling-installer-provider-installhook) <br/> <small>([org.apache.sling.installer.provider.installhook](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.installhook%22))</small> | Can be used in packages to ensure installation of bundles/configs is triggered during package installation and is finished once the package manager returns ( [...]
+| [Apache Sling JCR Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-jcr) <br/> <small>([org.apache.sling.installer.provider.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.jcr%22))</small> | Installs OSGi bundles and configurations found in the JCR repository. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-jcr-1.8)](https [...]
\ No newline at end of file
diff --git a/docs/groups/jcr.md b/docs/groups/jcr.md
index 6a5c306..2495794 100644
--- a/docs/groups/jcr.md
+++ b/docs/groups/jcr.md
@@ -1,25 +1,26 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > jcr
 # jcr Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling JCR API](https://github.com/apache/sling-org-apache-sling-jcr-api) <br/> <small>([org.apache.sling.jcr.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.api%22))</small> | This OSGi bundle provides the JCR packages as well as a helper service interface to be implemented and provided by repository providers. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-api-1.8)](http [...]
-| [Apache Sling JCR Base Bundle](https://github.com/apache/sling-org-apache-sling-jcr-base) <br/> <small>([org.apache.sling.jcr.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.base%22))</small> | The JCR base bundle provides JCR utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-base-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-bas [...]
-| [Apache Sling JCR ClassLoader](https://github.com/apache/sling-org-apache-sling-jcr-classloader) <br/> <small>([org.apache.sling.jcr.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.classloader%22))</small> | This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class wr [...]
-| [Apache Sling Initial Content Loader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader) <br/> <small>([org.apache.sling.jcr.contentloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentloader%22))</small> | This bundle provides initial content installation through bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentloader-1.8)](https://builds.apac [...]
-| [Apache Sling JCR Content Parser](https://github.com/apache/sling-org-apache-sling-jcr-contentparser) <br/> <small>([org.apache.sling.jcr.contentparser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentparser%22))</small> | Parser for JCR repository content stored in files (e.g. JSON, FileVault XML). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentparser-1.8)](https://buil [...]
-| [Apache Sling JCR DavEx](https://github.com/apache/sling-org-apache-sling-jcr-davex) <br/> <small>([org.apache.sling.jcr.davex](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.davex%22))</small> | Bundle to access JCR repositories over DavEx |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-davex-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-davex-1.8 [...]
-| [Apache Sling JCR File Transfer](https://github.com/apache/sling-org-apache-sling-jcr-filetransfer) <br/> <small>([org.apache.sling.jcr.filetransfer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.filetransfer%22))</small> | File access to JCR over SFTP |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-filetransfer-1.8.svg?longCache=true)](https://bu [...]
-| [Apache Sling Jackrabbit JSR-283 Access Control Manager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-accessmanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.accessmanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.accessmanager%22))</small> | Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
-| [Apache Sling JCR Jackrabbit Base](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-base) <br/> <small>([org.apache.sling.jcr.jackrabbit.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.base%22))</small> | The JCR base bundle provides Jackrabbit utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-jackrabbit-base-1.8)](https://builds.apache.org [...]
-| [Apache Sling Jackrabbit UserManager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.usermanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.usermanager%22))</small> | Provides ResourceProvider and SlingPostOperations for the Jackrabbit UserManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache [...]
-| [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
-| [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
-| [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
-| [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
-| [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
-| [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
-| [Apache Sling JCR Resource Resolver](https://github.com/apache/sling-org-apache-sling-jcr-resource) <br/> <small>([org.apache.sling.jcr.resource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resource%22))</small> | This bundle provides the JCR based ResourceProvider. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resource-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling JCR Resource Security](https://github.com/apache/sling-org-apache-sling-jcr-resourcesecurity) <br/> <small>([org.apache.sling.jcr.resourcesecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resourcesecurity%22))</small> | This bundle provides a resource access gate to protect resources based on JCR nodes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resourcesecur [...]
-| [Apache Sling JCR WebConsole Bundle](https://github.com/apache/sling-org-apache-sling-jcr-webconsole) <br/> <small>([org.apache.sling.jcr.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webconsole%22))</small> | The JCR WebConsole bundle provides Felix WebConsole plugins. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webconsole-1.8)](https://builds.apache.org/view/S-Z/vie [...]
-| [Apache Sling JCR WebDAV](https://github.com/apache/sling-org-apache-sling-jcr-webdav) <br/> <small>([org.apache.sling.jcr.webdav](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webdav%22))</small> | Bundle to access JCR repositories over WebDAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webdav-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-web [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling JCR API](https://github.com/apache/sling-org-apache-sling-jcr-api) <br/> <small>([org.apache.sling.jcr.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.api%22))</small> | This OSGi bundle provides the JCR packages as well as a helper service interface to be implemented and provided by repository providers. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-api-1.8)](http [...]
+| [Apache Sling JCR Base Bundle](https://github.com/apache/sling-org-apache-sling-jcr-base) <br/> <small>([org.apache.sling.jcr.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.base%22))</small> | The JCR base bundle provides JCR utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-base-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-bas [...]
+| [Apache Sling JCR ClassLoader](https://github.com/apache/sling-org-apache-sling-jcr-classloader) <br/> <small>([org.apache.sling.jcr.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.classloader%22))</small> | This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class wr [...]
+| [Apache Sling Initial Content Loader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader) <br/> <small>([org.apache.sling.jcr.contentloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentloader%22))</small> | This bundle provides initial content installation through bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentloader-1.8)](https://builds.apac [...]
+| [Apache Sling JCR Content Parser](https://github.com/apache/sling-org-apache-sling-jcr-contentparser) <br/> <small>([org.apache.sling.jcr.contentparser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentparser%22))</small> | Parser for JCR repository content stored in files (e.g. JSON, FileVault XML). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentparser-1.8)](https://buil [...]
+| [Apache Sling JCR DavEx](https://github.com/apache/sling-org-apache-sling-jcr-davex) <br/> <small>([org.apache.sling.jcr.davex](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.davex%22))</small> | Bundle to access JCR repositories over DavEx |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-davex-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-davex-1.8 [...]
+| [Apache Sling JCR File Transfer](https://github.com/apache/sling-org-apache-sling-jcr-filetransfer) <br/> <small>([org.apache.sling.jcr.filetransfer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.filetransfer%22))</small> | File access to JCR over SFTP |&#32;[![jcr](https://sling.apache.org/badges/group-jcr.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/jcr.md)| &#32;[![Pull Requests](https://img.shields.i [...]
+| [Apache Sling Jackrabbit JSR-283 Access Control Manager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-accessmanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.accessmanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.accessmanager%22))</small> | Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
+| [Apache Sling JCR Jackrabbit Base](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-base) <br/> <small>([org.apache.sling.jcr.jackrabbit.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.base%22))</small> | The JCR base bundle provides Jackrabbit utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-jackrabbit-base-1.8)](https://builds.apache.org [...]
+| [Apache Sling Jackrabbit UserManager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.usermanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.usermanager%22))</small> | Provides ResourceProvider and SlingPostOperations for the Jackrabbit UserManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache [...]
+| [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
+| [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
+| [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
+| [Apache Sling JCR Package Initializer module](https://github.com/apache/sling-org-apache-sling-jcr-packageinit) <br/> <small>([org.apache.sling.jcr.packageinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.packageinit%22))</small> | Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr [...]
+| [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
+| [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
+| [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
+| [Apache Sling JCR Resource Resolver](https://github.com/apache/sling-org-apache-sling-jcr-resource) <br/> <small>([org.apache.sling.jcr.resource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resource%22))</small> | This bundle provides the JCR based ResourceProvider. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resource-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling JCR Resource Security](https://github.com/apache/sling-org-apache-sling-jcr-resourcesecurity) <br/> <small>([org.apache.sling.jcr.resourcesecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resourcesecurity%22))</small> | This bundle provides a resource access gate to protect resources based on JCR nodes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resourcesecur [...]
+| [Apache Sling JCR WebConsole Bundle](https://github.com/apache/sling-org-apache-sling-jcr-webconsole) <br/> <small>([org.apache.sling.jcr.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webconsole%22))</small> | The JCR WebConsole bundle provides Felix WebConsole plugins. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webconsole-1.8)](https://builds.apache.org/view/S-Z/vie [...]
+| [Apache Sling JCR WebDAV](https://github.com/apache/sling-org-apache-sling-jcr-webdav) <br/> <small>([org.apache.sling.jcr.webdav](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webdav%22))</small> | Bundle to access JCR repositories over WebDAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webdav-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-web [...]
\ No newline at end of file
diff --git a/docs/groups/jobs.md b/docs/groups/jobs.md
index 5efd90b..e835b64 100644
--- a/docs/groups/jobs.md
+++ b/docs/groups/jobs.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > jobs
 # jobs Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Jobs Service Integration Tests Bundle](https://github.com/apache/sling-org-apache-sling-jobs-it-services) <br/> <small>([org.apache.sling.jobs-it-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it-services%22))</small> | Integration tests for the Jobs implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-services-1.8)](https://builds.apache.org/vie [...]
-| [Apache Sling Jobs Integration Tests](https://github.com/apache/sling-org-apache-sling-jobs-it) <br/> <small>([org.apache.sling.jobs-it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it%22))</small> | Integration testing Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Jobs Service Integration Tests Bundle](https://github.com/apache/sling-org-apache-sling-jobs-it-services) <br/> <small>([org.apache.sling.jobs-it-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it-services%22))</small> | Integration tests for the Jobs implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-services-1.8)](https://builds.apache.org/vie [...]
+| [Apache Sling Jobs Integration Tests](https://github.com/apache/sling-org-apache-sling-jobs-it) <br/> <small>([org.apache.sling.jobs-it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it%22))</small> | Integration testing Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
\ No newline at end of file
diff --git a/docs/groups/junit.md b/docs/groups/junit.md
index e834cf6..2b2afd5 100644
--- a/docs/groups/junit.md
+++ b/docs/groups/junit.md
@@ -1,11 +1,11 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > junit
 # junit Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling JUnit Core](https://github.com/apache/sling-org-apache-sling-junit-core) <br/> <small>([org.apache.sling.junit.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.core%22))</small> | Runs JUnit tests in an OSGi framework and provides the JUnit libraries |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling JUnit Health Checks](https://github.com/apache/sling-org-apache-sling-junit-healthcheck) <br/> <small>([org.apache.sling.junit.healthcheck](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.healthcheck%22))</small> | Sling Health Check services that run JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-healthcheck-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
-| [Apache Sling JUnit Performance](https://github.com/apache/sling-org-apache-sling-junit-performance) <br/> <small>([org.apache.sling.junit.performance](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.performance%22))</small> | Provides utilities for JUnit to run performance tests and report results |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-performance-1.8)](https://builds.apa [...]
-| [Apache Sling JUnit Remote Tests Runners](https://github.com/apache/sling-org-apache-sling-junit-remote) <br/> <small>([org.apache.sling.junit.remote](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.remote%22))</small> | Utilities to run server-side JUnit tests remotely |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-remote-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling JUnit Scriptable Tests Provider](https://github.com/apache/sling-org-apache-sling-junit-scriptable) <br/> <small>([org.apache.sling.junit.scriptable](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.scriptable%22))</small> | Registers Sling test resources with the JUnit core so that they can be run as tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-scriptable-1. [...]
-| [Apache Sling JUnit Tests Teleporter](https://github.com/apache/sling-org-apache-sling-junit-teleporter) <br/> <small>([org.apache.sling.junit.teleporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.teleporter%22))</small> | Client-side implementation of the Teleporter mechanism for server-side JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-teleporter-1.8)](https:/ [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling JUnit Core](https://github.com/apache/sling-org-apache-sling-junit-core) <br/> <small>([org.apache.sling.junit.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.core%22))</small> | Runs JUnit tests in an OSGi framework and provides the JUnit libraries |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
+| [Apache Sling JUnit Health Checks](https://github.com/apache/sling-org-apache-sling-junit-healthcheck) <br/> <small>([org.apache.sling.junit.healthcheck](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.healthcheck%22))</small> | Sling Health Check services that run JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-healthcheck-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
+| [Apache Sling JUnit Performance](https://github.com/apache/sling-org-apache-sling-junit-performance) <br/> <small>([org.apache.sling.junit.performance](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.performance%22))</small> | Provides utilities for JUnit to run performance tests and report results |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-performance-1.8)](https://builds.apa [...]
+| [Apache Sling JUnit Remote Tests Runners](https://github.com/apache/sling-org-apache-sling-junit-remote) <br/> <small>([org.apache.sling.junit.remote](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.remote%22))</small> | Utilities to run server-side JUnit tests remotely |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-remote-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling JUnit Scriptable Tests Provider](https://github.com/apache/sling-org-apache-sling-junit-scriptable) <br/> <small>([org.apache.sling.junit.scriptable](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.scriptable%22))</small> | Registers Sling test resources with the JUnit core so that they can be run as tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-scriptable-1. [...]
+| [Apache Sling JUnit Tests Teleporter](https://github.com/apache/sling-org-apache-sling-junit-teleporter) <br/> <small>([org.apache.sling.junit.teleporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.teleporter%22))</small> | Client-side implementation of the Teleporter mechanism for server-side JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-teleporter-1.8)](https:/ [...]
\ No newline at end of file
diff --git a/docs/groups/karaf.md b/docs/groups/karaf.md
index cf15f6c..5fa544d 100644
--- a/docs/groups/karaf.md
+++ b/docs/groups/karaf.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > karaf
 # karaf Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
-| [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
-| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
-| [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
+| [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
+| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
+| [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
\ No newline at end of file
diff --git a/docs/groups/launchpad.md b/docs/groups/launchpad.md
index 782e10a..563c399 100644
--- a/docs/groups/launchpad.md
+++ b/docs/groups/launchpad.md
@@ -1,16 +1,16 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > launchpad
 # launchpad Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Launchpad API](https://github.com/apache/sling-org-apache-sling-launchpad-api) <br/> <small>([org.apache.sling.launchpad.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.api%22))</small> | This module contains the API exposed by Launchpad to bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
-| [Apache Sling Launchpad Base](https://github.com/apache/sling-org-apache-sling-launchpad-base) <br/> <small>([org.apache.sling.launchpad.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.base%22))</small> | This module contains the common classes and configuration files used by the various launchpad modules.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-base-1.8)](ht [...]
-| [Apache Sling Launchpad Contrib Testing](https://github.com/apache/sling-org-apache-sling-launchpad-contrib-testing) <br/> <small>([org.apache.sling.launchpad.contrib-testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.contrib-testing%22))</small> | Apache Sling Launchpad Contrib Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/ [...]
-| [Apache Sling Launchpad Installer](https://github.com/apache/sling-org-apache-sling-launchpad-installer) <br/> <small>([org.apache.sling.launchpad.installer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.installer%22))</small> | This module installs the contents of the launchpad archive into the framework. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-installer-1.8)](ht [...]
-| [Apache Sling Launchpad Integration Tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests) <br/> <small>([org.apache.sling.launchpad.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.integration-tests%22))</small> | Sling Integration Tests, contains integration tests that are used by the testing project and other upstream testing projects. |&#32;[![Build Status](https://builds.apac [...]
-| [Apache Sling Launchpad Test Bundles](https://github.com/apache/sling-org-apache-sling-launchpad-test-bundles) <br/> <small>([org.apache.sling.launchpad.test-bundles](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-bundles%22))</small> | Bundles required for testing Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-bundles-1.8)](https://builds.apache.or [...]
-| [Apache Sling Launchpad Testing Fragment Bundle](https://github.com/apache/sling-org-apache-sling-launchpad-test-fragment) <br/> <small>([org.apache.sling.launchpad.test-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-fragment%22))</small> | Sling fragment bundle used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-t [...]
-| [Apache Sling Launchpad Testing Services WAR](https://github.com/apache/sling-org-apache-sling-launchpad-test-services-war) <br/> <small>([org.apache.sling.launchpad.test-services-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services-war%22))</small> | Sling services used by the Launchpad Testing integration tests in WAR form. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sl [...]
-| [Apache Sling Launchpad Testing Services](https://github.com/apache/sling-org-apache-sling-launchpad-test-services) <br/> <small>([org.apache.sling.launchpad.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services%22))</small> | Sling services used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-services-1 [...]
-| [Apache Sling Launchpad Testing WAR](https://github.com/apache/sling-org-apache-sling-launchpad-testing-war) <br/> <small>([org.apache.sling.launchpad.testing-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing-war%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
-| [Apache Sling Launchpad Testing](https://github.com/apache/sling-org-apache-sling-launchpad-testing) <br/> <small>([org.apache.sling.launchpad.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-lau [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Launchpad API](https://github.com/apache/sling-org-apache-sling-launchpad-api) <br/> <small>([org.apache.sling.launchpad.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.api%22))</small> | This module contains the API exposed by Launchpad to bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
+| [Apache Sling Launchpad Base](https://github.com/apache/sling-org-apache-sling-launchpad-base) <br/> <small>([org.apache.sling.launchpad.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.base%22))</small> | This module contains the common classes and configuration files used by the various launchpad modules.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-base-1.8)](ht [...]
+| [Apache Sling Launchpad Contrib Testing](https://github.com/apache/sling-org-apache-sling-launchpad-contrib-testing) <br/> <small>([org.apache.sling.launchpad.contrib-testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.contrib-testing%22))</small> | Apache Sling Launchpad Contrib Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/ [...]
+| [Apache Sling Launchpad Installer](https://github.com/apache/sling-org-apache-sling-launchpad-installer) <br/> <small>([org.apache.sling.launchpad.installer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.installer%22))</small> | This module installs the contents of the launchpad archive into the framework. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-installer-1.8)](ht [...]
+| [Apache Sling Launchpad Integration Tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests) <br/> <small>([org.apache.sling.launchpad.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.integration-tests%22))</small> | Sling Integration Tests, contains integration tests that are used by the testing project and other upstream testing projects. |&#32;[![Build Status](https://builds.apac [...]
+| [Apache Sling Launchpad Test Bundles](https://github.com/apache/sling-org-apache-sling-launchpad-test-bundles) <br/> <small>([org.apache.sling.launchpad.test-bundles](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-bundles%22))</small> | Bundles required for testing Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-bundles-1.8)](https://builds.apache.or [...]
+| [Apache Sling Launchpad Testing Fragment Bundle](https://github.com/apache/sling-org-apache-sling-launchpad-test-fragment) <br/> <small>([org.apache.sling.launchpad.test-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-fragment%22))</small> | Sling fragment bundle used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-t [...]
+| [Apache Sling Launchpad Testing Services WAR](https://github.com/apache/sling-org-apache-sling-launchpad-test-services-war) <br/> <small>([org.apache.sling.launchpad.test-services-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services-war%22))</small> | Sling services used by the Launchpad Testing integration tests in WAR form. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sl [...]
+| [Apache Sling Launchpad Testing Services](https://github.com/apache/sling-org-apache-sling-launchpad-test-services) <br/> <small>([org.apache.sling.launchpad.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services%22))</small> | Sling services used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-services-1 [...]
+| [Apache Sling Launchpad Testing WAR](https://github.com/apache/sling-org-apache-sling-launchpad-testing-war) <br/> <small>([org.apache.sling.launchpad.testing-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing-war%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
+| [Apache Sling Launchpad Testing](https://github.com/apache/sling-org-apache-sling-launchpad-testing) <br/> <small>([org.apache.sling.launchpad.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-lau [...]
\ No newline at end of file
diff --git a/docs/groups/models.md b/docs/groups/models.md
index ec01f0a..497e393 100644
--- a/docs/groups/models.md
+++ b/docs/groups/models.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > models
 # models Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Models API](https://github.com/apache/sling-org-apache-sling-models-api) <br/> <small>([org.apache.sling.models.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.api%22))</small> | Apache Sling Models API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-models-api-1.8)&#32;[![Test S [...]
-| [Apache Sling Models Implementation](https://github.com/apache/sling-org-apache-sling-models-impl) <br/> <small>([org.apache.sling.models.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.impl%22))</small> | Apache Sling Models Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-impl-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mod [...]
-| [Apache Sling Models Integration Tests](https://github.com/apache/sling-org-apache-sling-models-integration-tests) <br/> <small>([org.apache.sling.models.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.integration-tests%22))</small> | Apache Sling Models Integration Tests - builds a bundle with Sling server-side tests, and executes them via a remote test proxy that runs in the integration-tests phase. |&#32;[![B [...]
-| [Apache Sling Models Jackson Exporter](https://github.com/apache/sling-org-apache-sling-models-jacksonexporter) <br/> <small>([org.apache.sling.models.jacksonexporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.jacksonexporter%22))</small> | Apache Sling Models Client Model Exporter - Jackson |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-jacksonexporter-1.8)](https://build [...]
-| [Apache Sling Models Validation Implementation](https://github.com/apache/sling-org-apache-sling-models-validation-impl) <br/> <small>([org.apache.sling.models.validation-impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.validation-impl%22))</small> | Validation Implementation which leverages Sling Validation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-validation-impl-1.8 [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Models API](https://github.com/apache/sling-org-apache-sling-models-api) <br/> <small>([org.apache.sling.models.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.api%22))</small> | Apache Sling Models API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-models-api-1.8)&#32;[![Test S [...]
+| [Apache Sling Models Implementation](https://github.com/apache/sling-org-apache-sling-models-impl) <br/> <small>([org.apache.sling.models.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.impl%22))</small> | Apache Sling Models Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-impl-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mod [...]
+| [Apache Sling Models Integration Tests](https://github.com/apache/sling-org-apache-sling-models-integration-tests) <br/> <small>([org.apache.sling.models.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.integration-tests%22))</small> | Apache Sling Models Integration Tests - builds a bundle with Sling server-side tests, and executes them via a remote test proxy that runs in the integration-tests phase. |&#32;[![B [...]
+| [Apache Sling Models Jackson Exporter](https://github.com/apache/sling-org-apache-sling-models-jacksonexporter) <br/> <small>([org.apache.sling.models.jacksonexporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.jacksonexporter%22))</small> | Apache Sling Models Client Model Exporter - Jackson |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-jacksonexporter-1.8)](https://build [...]
+| [Apache Sling Models Validation Implementation](https://github.com/apache/sling-org-apache-sling-models-validation-impl) <br/> <small>([org.apache.sling.models.validation-impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.validation-impl%22))</small> | Validation Implementation which leverages Sling Validation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-validation-impl-1.8 [...]
\ No newline at end of file
diff --git a/docs/groups/nosql.md b/docs/groups/nosql.md
index bd5f243..794607f 100644
--- a/docs/groups/nosql.md
+++ b/docs/groups/nosql.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > nosql
 # nosql Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling NoSQL Couchbase Client](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-client) <br/> <small>([org.apache.sling.nosql.couchbase-client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-client%22))</small> | Couchbase client provider using Couchbase SDK 2. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-couchbase-client-1.8)](https://builds.ap [...]
-| [Apache Sling NoSQL Couchbase Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-resourceprovider) <br/> <small>([org.apache.sling.nosql.couchbase-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-resourceprovider%22))</small> | Resource Provider with Couchbase Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
-| [Apache Sling NoSQL Generic Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-generic) <br/> <small>([org.apache.sling.nosql.generic](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.generic%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-generic-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-generic-1.8)&# [...]
-| [Apache Sling NoSQL Launchpad](https://github.com/apache/sling-org-apache-sling-nosql-launchpad) <br/> <small>([org.apache.sling.nosql.launchpad](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.launchpad%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-launchpad-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-launchpad-1.8)&#32;[![ [...]
-| [Apache Sling NoSQL MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-mongodb-resourceprovider) <br/> <small>([org.apache.sling.nosql.mongodb-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.mongodb-resourceprovider%22))</small> | Resource Provider with MongoDB Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-n [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling NoSQL Couchbase Client](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-client) <br/> <small>([org.apache.sling.nosql.couchbase-client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-client%22))</small> | Couchbase client provider using Couchbase SDK 2. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-couchbase-client-1.8)](https://builds.ap [...]
+| [Apache Sling NoSQL Couchbase Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-resourceprovider) <br/> <small>([org.apache.sling.nosql.couchbase-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-resourceprovider%22))</small> | Resource Provider with Couchbase Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
+| [Apache Sling NoSQL Generic Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-generic) <br/> <small>([org.apache.sling.nosql.generic](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.generic%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-generic-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-generic-1.8)&# [...]
+| [Apache Sling NoSQL Launchpad](https://github.com/apache/sling-org-apache-sling-nosql-launchpad) <br/> <small>([org.apache.sling.nosql.launchpad](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.launchpad%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-launchpad-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-launchpad-1.8)&#32;[![ [...]
+| [Apache Sling NoSQL MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-mongodb-resourceprovider) <br/> <small>([org.apache.sling.nosql.mongodb-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.mongodb-resourceprovider%22))</small> | Resource Provider with MongoDB Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-n [...]
\ No newline at end of file
diff --git a/docs/groups/repoinit.md b/docs/groups/repoinit.md
index ca28cab..f20d92e 100644
--- a/docs/groups/repoinit.md
+++ b/docs/groups/repoinit.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > repoinit
 # repoinit Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling RepoInit Integration Tests](https://github.com/apache/sling-org-apache-sling-repoinit-it) <br/> <small>([org.apache.sling.repoinit.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.it%22))</small> | DISABLED - these tests have moved elsewhere, see SLING-7454 |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-repoinit-it-1.8.svg?longCac [...]
-| [Apache Sling RepoInit Parser](https://github.com/apache/sling-org-apache-sling-repoinit-parser) <br/> <small>([org.apache.sling.repoinit.parser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.parser%22))</small> | Parser for the Repository Initialization language used in Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-repoinit-parser-1.8)](https://builds.apache.org/view/S-Z/vi [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling RepoInit Integration Tests](https://github.com/apache/sling-org-apache-sling-repoinit-it) <br/> <small>([org.apache.sling.repoinit.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.it%22))</small> | DISABLED - these tests have moved elsewhere, see SLING-7454 |&#32;[![repoinit](https://sling.apache.org/badges/group-repoinit.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/repoinit.md)| &#32 [...]
+| [Apache Sling RepoInit Parser](https://github.com/apache/sling-org-apache-sling-repoinit-parser) <br/> <small>([org.apache.sling.repoinit.parser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.parser%22))</small> | Parser for the Repository Initialization language used in Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-repoinit-parser-1.8)](https://builds.apache.org/view/S-Z/vi [...]
\ No newline at end of file
diff --git a/docs/groups/scripting.md b/docs/groups/scripting.md
index edc71f1..d87d339 100644
--- a/docs/groups/scripting.md
+++ b/docs/groups/scripting.md
@@ -1,29 +1,29 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > scripting
 # scripting Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Scripting API](https://github.com/apache/sling-org-apache-sling-scripting-api) <br/> <small>([org.apache.sling.scripting.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.api%22))</small> | This bundle provides the internal API to implement scripting. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
-| [Apache Sling Script Console](https://github.com/apache/sling-org-apache-sling-scripting-console) <br/> <small>([org.apache.sling.scripting.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.console%22))</small> | Web Console plugin for evaluating scripts |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-console-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Scripting Core implementation](https://github.com/apache/sling-org-apache-sling-scripting-core) <br/> <small>([org.apache.sling.scripting.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.core%22))</small> | Sling Scripting core functionality |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling- [...]
-| [Apache Sling Wrapper Bundle for Apache Tomcat EL API](https://github.com/apache/sling-org-apache-sling-scripting-el-api) <br/> <small>([org.apache.sling.scripting.el-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.el-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting- [...]
-| [Apache Sling Scripting ESX](https://github.com/apache/sling-org-apache-sling-scripting-esx) <br/> <small>([org.apache.sling.scripting.esx](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.esx%22))</small> | Support NodeJS like scripting and module resolution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-esx-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Scripting FreeMarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker) <br/> <small>([org.apache.sling.scripting.freemarker](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.freemarker%22))</small> | Support for FreeMarker scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-freemarker-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
-| [Apache Sling Scripting Groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy) <br/> <small>([org.apache.sling.scripting.groovy](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.groovy%22))</small> | Support for scripting with Groovy |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-groovy-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-ap [...]
-| [Apache Sling Scripting Java Support](https://github.com/apache/sling-org-apache-sling-scripting-java) <br/> <small>([org.apache.sling.scripting.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.java%22))</small> | Support for scripting Java |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-java-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
-| [Apache Sling Scripting JavaScript Support](https://github.com/apache/sling-org-apache-sling-scripting-javascript) <br/> <small>([org.apache.sling.scripting.javascript](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.javascript%22))</small> | Support for JavaScript scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-javascript-1.8)](https://builds.apache.org/view/S-Z/ [...]
-| [Apache Sling Wrapper Bundle for Apache Tomcat JSP API](https://github.com/apache/sling-org-apache-sling-scripting-jsp-api) <br/> <small>([org.apache.sling.scripting.jsp-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scrip [...]
-| [Apache Sling Scripting JSP Standard Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-jstl) <br/> <small>([org.apache.sling.scripting.jsp.jstl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.jstl%22))</small> | JavaServer Pages Standard Tag Library based on Jakarta Taglibs (XML support excluded) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting [...]
-| [Apache Sling Scripting JSP Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib) <br/> <small>([org.apache.sling.scripting.jsp.taglib](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.taglib%22))</small> | Core Tag Library for Apache Sling JSP support |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-taglib-1.8)](https://builds.apache.org [...]
-| [Apache Sling Scripting JSP Support](https://github.com/apache/sling-org-apache-sling-scripting-jsp) <br/> <small>([org.apache.sling.scripting.jsp](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp%22))</small> | Support for JSP scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-scri [...]
-| [Apache Sling Scripting HTL Java Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler-java) <br/> <small>([org.apache.sling.scripting.sightly.compiler.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler.java%22))</small> | The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.co [...]
-| [Apache Sling Scripting HTL Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler) <br/> <small>([org.apache.sling.scripting.sightly.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler%22))</small> | The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree. |&#32;[![Build Status](https://builds.apache [...]
-| [Apache Sling Scripting HTL JavaScript Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider) <br/> <small>([org.apache.sling.scripting.sightly.js.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.js.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-js-provider-1.8)](https://builds.apache.o [...]
-| [Apache Sling Scripting HTL Sling Models Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider) <br/> <small>([org.apache.sling.scripting.sightly.models.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.models.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-models-provider-1.8)](https [...]
-| [Apache Sling Scripting HTL Read-Eval-Print Loop Environment](https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl) <br/> <small>([org.apache.sling.scripting.sightly.repl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.repl%22))</small> | REPL for Apache Sling Scripting HTL engine |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-repl-1.8)] [...]
-| [Apache Sling Scripting HTL Runtime](https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime) <br/> <small>([org.apache.sling.scripting.sightly.runtime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.runtime%22))</small> | The Apache Sling Scripting HTL Runtime provides support for executing HTL Java compiled units produced by the org.apache.sling.scripting.sightly.compiler.java module. |&#32;[![Buil [...]
-| [Apache Sling Scripting HTL Integration Tests Content](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content) <br/> <small>([org.apache.sling.scripting.sightly.testing-content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing-content%22))</small> | This bundle contains: - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations. - Content [...]
-| [Apache Sling Scripting HTL Integration Tests](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing) <br/> <small>([org.apache.sling.scripting.sightly.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing%22))</small> | This project runs the integration tests for validating the Apache Sling Scripting HTL implementation against the Adobe HTL TCK. |&#32;[![Build Status](https://builds.apac [...]
-| [Apache Sling Scripting HTL Engine](https://github.com/apache/sling-org-apache-sling-scripting-sightly) <br/> <small>([org.apache.sling.scripting.sightly](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly%22))</small> | The Apache Sling Scripting HTL Engine is a Java implementation of the HTML Template Language specification. The bundle contains the HTL script engine and its runtime implementation. |&#32;[![Build Status]( [...]
-| [Apache Sling Scripting Thymeleaf](https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf) <br/> <small>([org.apache.sling.scripting.thymeleaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.thymeleaf%22))</small> | Apache Sling Scripting Thymeleaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-thymeleaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
-| [Apache Sling Scripting W3C XML Processing Support](https://github.com/apache/sling-org-apache-sling-scripting-xproc) <br/> <small>([org.apache.sling.scripting.xproc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.xproc%22))</small> | Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-xproc-1.8)](htt [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Scripting API](https://github.com/apache/sling-org-apache-sling-scripting-api) <br/> <small>([org.apache.sling.scripting.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.api%22))</small> | This bundle provides the internal API to implement scripting. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
+| [Apache Sling Script Console](https://github.com/apache/sling-org-apache-sling-scripting-console) <br/> <small>([org.apache.sling.scripting.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.console%22))</small> | Web Console plugin for evaluating scripts |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-console-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Scripting Core implementation](https://github.com/apache/sling-org-apache-sling-scripting-core) <br/> <small>([org.apache.sling.scripting.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.core%22))</small> | Sling Scripting core functionality |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling- [...]
+| [Apache Sling Wrapper Bundle for Apache Tomcat EL API](https://github.com/apache/sling-org-apache-sling-scripting-el-api) <br/> <small>([org.apache.sling.scripting.el-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.el-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting- [...]
+| [Apache Sling Scripting ESX](https://github.com/apache/sling-org-apache-sling-scripting-esx) <br/> <small>([org.apache.sling.scripting.esx](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.esx%22))</small> | Support NodeJS like scripting and module resolution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-esx-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Scripting FreeMarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker) <br/> <small>([org.apache.sling.scripting.freemarker](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.freemarker%22))</small> | Support for FreeMarker scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-freemarker-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
+| [Apache Sling Scripting Groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy) <br/> <small>([org.apache.sling.scripting.groovy](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.groovy%22))</small> | Support for scripting with Groovy |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-groovy-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-ap [...]
+| [Apache Sling Scripting Java Support](https://github.com/apache/sling-org-apache-sling-scripting-java) <br/> <small>([org.apache.sling.scripting.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.java%22))</small> | Support for scripting Java |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-java-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
+| [Apache Sling Scripting JavaScript Support](https://github.com/apache/sling-org-apache-sling-scripting-javascript) <br/> <small>([org.apache.sling.scripting.javascript](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.javascript%22))</small> | Support for JavaScript scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-javascript-1.8)](https://builds.apache.org/view/S-Z/ [...]
+| [Apache Sling Wrapper Bundle for Apache Tomcat JSP API](https://github.com/apache/sling-org-apache-sling-scripting-jsp-api) <br/> <small>([org.apache.sling.scripting.jsp-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scrip [...]
+| [Apache Sling Scripting JSP Standard Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-jstl) <br/> <small>([org.apache.sling.scripting.jsp.jstl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.jstl%22))</small> | JavaServer Pages Standard Tag Library based on Jakarta Taglibs (XML support excluded) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting [...]
+| [Apache Sling Scripting JSP Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib) <br/> <small>([org.apache.sling.scripting.jsp.taglib](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.taglib%22))</small> | Core Tag Library for Apache Sling JSP support |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-taglib-1.8)](https://builds.apache.org [...]
+| [Apache Sling Scripting JSP Support](https://github.com/apache/sling-org-apache-sling-scripting-jsp) <br/> <small>([org.apache.sling.scripting.jsp](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp%22))</small> | Support for JSP scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-scri [...]
+| [Apache Sling Scripting HTL Java Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler-java) <br/> <small>([org.apache.sling.scripting.sightly.compiler.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler.java%22))</small> | The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.co [...]
+| [Apache Sling Scripting HTL Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler) <br/> <small>([org.apache.sling.scripting.sightly.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler%22))</small> | The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree. |&#32;[![Build Status](https://builds.apache [...]
+| [Apache Sling Scripting HTL JavaScript Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider) <br/> <small>([org.apache.sling.scripting.sightly.js.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.js.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-js-provider-1.8)](https://builds.apache.o [...]
+| [Apache Sling Scripting HTL Sling Models Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider) <br/> <small>([org.apache.sling.scripting.sightly.models.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.models.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-models-provider-1.8)](https [...]
+| [Apache Sling Scripting HTL Read-Eval-Print Loop Environment](https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl) <br/> <small>([org.apache.sling.scripting.sightly.repl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.repl%22))</small> | REPL for Apache Sling Scripting HTL engine |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-repl-1.8)] [...]
+| [Apache Sling Scripting HTL Runtime](https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime) <br/> <small>([org.apache.sling.scripting.sightly.runtime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.runtime%22))</small> | The Apache Sling Scripting HTL Runtime provides support for executing HTL Java compiled units produced by the org.apache.sling.scripting.sightly.compiler.java module. |&#32;[![Buil [...]
+| [Apache Sling Scripting HTL Integration Tests Content](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content) <br/> <small>([org.apache.sling.scripting.sightly.testing-content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing-content%22))</small> | This bundle contains: - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations. - Content [...]
+| [Apache Sling Scripting HTL Integration Tests](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing) <br/> <small>([org.apache.sling.scripting.sightly.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing%22))</small> | This project runs the integration tests for validating the Apache Sling Scripting HTL implementation against the Adobe HTL TCK. |&#32;[![Build Status](https://builds.apac [...]
+| [Apache Sling Scripting HTL Engine](https://github.com/apache/sling-org-apache-sling-scripting-sightly) <br/> <small>([org.apache.sling.scripting.sightly](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly%22))</small> | The Apache Sling Scripting HTL Engine is a Java implementation of the HTML Template Language specification. The bundle contains the HTL script engine and its runtime implementation. |&#32;[![Build Status]( [...]
+| [Apache Sling Scripting Thymeleaf](https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf) <br/> <small>([org.apache.sling.scripting.thymeleaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.thymeleaf%22))</small> | Apache Sling Scripting Thymeleaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-thymeleaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
+| [Apache Sling Scripting W3C XML Processing Support](https://github.com/apache/sling-org-apache-sling-scripting-xproc) <br/> <small>([org.apache.sling.scripting.xproc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.xproc%22))</small> | Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-xproc-1.8)](htt [...]
\ No newline at end of file
diff --git a/docs/groups/servlets.md b/docs/groups/servlets.md
index 3039698..bf6b03c 100644
--- a/docs/groups/servlets.md
+++ b/docs/groups/servlets.md
@@ -1,10 +1,10 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > servlets
 # servlets Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Servlets Annotations IT](https://github.com/apache/sling-org-apache-sling-servlets-annotations-it) <br/> <small>([org.apache.sling.servlets.annotations.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations.it%22))</small> | Integration tests for OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apa [...]
-| [Apache Sling Servlet Annotations](https://github.com/apache/sling-org-apache-sling-servlets-annotations) <br/> <small>([org.apache.sling.servlets.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations%22))</small> | OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-annotations-1.8) [...]
-| [Apache Sling Default GET Servlets](https://github.com/apache/sling-org-apache-sling-servlets-get) <br/> <small>([org.apache.sling.servlets.get](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.get%22))</small> | Provides default GET servlets for HTML, Text and JSON rendering and streaming resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-get-1.8)](https://builds.apac [...]
-| [Apache Sling Default POST Servlets](https://github.com/apache/sling-org-apache-sling-servlets-post) <br/> <small>([org.apache.sling.servlets.post](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.post%22))</small> | Provides default POST servlets. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-post-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
-| [Apache Sling Servlet Resolver](https://github.com/apache/sling-org-apache-sling-servlets-resolver) <br/> <small>([org.apache.sling.servlets.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.resolver%22))</small> | Bundle implementing the Sling API ServletResolver. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-resolver-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Servlets Annotations IT](https://github.com/apache/sling-org-apache-sling-servlets-annotations-it) <br/> <small>([org.apache.sling.servlets.annotations.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations.it%22))</small> | Integration tests for OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apa [...]
+| [Apache Sling Servlet Annotations](https://github.com/apache/sling-org-apache-sling-servlets-annotations) <br/> <small>([org.apache.sling.servlets.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations%22))</small> | OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-annotations-1.8) [...]
+| [Apache Sling Default GET Servlets](https://github.com/apache/sling-org-apache-sling-servlets-get) <br/> <small>([org.apache.sling.servlets.get](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.get%22))</small> | Provides default GET servlets for HTML, Text and JSON rendering and streaming resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-get-1.8)](https://builds.apac [...]
+| [Apache Sling Default POST Servlets](https://github.com/apache/sling-org-apache-sling-servlets-post) <br/> <small>([org.apache.sling.servlets.post](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.post%22))</small> | Provides default POST servlets. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-post-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
+| [Apache Sling Servlet Resolver](https://github.com/apache/sling-org-apache-sling-servlets-resolver) <br/> <small>([org.apache.sling.servlets.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.resolver%22))</small> | Bundle implementing the Sling API ServletResolver. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-resolver-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
\ No newline at end of file
diff --git a/docs/groups/starter.md b/docs/groups/starter.md
index 7ef51e0..d83e3e1 100644
--- a/docs/groups/starter.md
+++ b/docs/groups/starter.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > starter
 # starter Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Starter Content](https://github.com/apache/sling-org-apache-sling-starter-content) <br/> <small>([org.apache.sling.starter.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.content%22))</small> | This bundle provides content that is loaded in the JCR repository for the Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-content-1.8)](https://buil [...]
-| [Apache Sling Starter Startup Module](https://github.com/apache/sling-org-apache-sling-starter-startup) <br/> <small>([org.apache.sling.starter.startup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.startup%22))</small> | A module for handling the startup of the Apache Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-startup-1.8)](https://builds.apache.org/view/ [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Starter Content](https://github.com/apache/sling-org-apache-sling-starter-content) <br/> <small>([org.apache.sling.starter.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.content%22))</small> | This bundle provides content that is loaded in the JCR repository for the Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-content-1.8)](https://buil [...]
+| [Apache Sling Starter Startup Module](https://github.com/apache/sling-org-apache-sling-starter-startup) <br/> <small>([org.apache.sling.starter.startup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.startup%22))</small> | A module for handling the startup of the Apache Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-startup-1.8)](https://builds.apache.org/view/ [...]
\ No newline at end of file
diff --git a/docs/groups/testing.md b/docs/groups/testing.md
index 90596a4..a2cf4da 100644
--- a/docs/groups/testing.md
+++ b/docs/groups/testing.md
@@ -1,18 +1,18 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > testing
 # testing Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Context-Aware Configuration Mock Plugin](https://github.com/apache/sling-org-apache-sling-testing-caconfig-mock-plugin) <br/> <small>([org.apache.sling.testing.caconfig-mock-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.caconfig-mock-plugin%22))</small> | Mock Context Plugin for Apache Sling Context-Aware Configuration |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-s [...]
-| [Apache Sling Testing Clients](https://github.com/apache/sling-org-apache-sling-testing-clients) <br/> <small>([org.apache.sling.testing.clients](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.clients%22))</small> | Sling testing http clients and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-clients-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
-| [Apache Sling Testing Email Support](https://github.com/apache/sling-org-apache-sling-testing-email) <br/> <small>([org.apache.sling.testing.email](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.email%22))</small> | Contains utilities that assist in validating email-enabled OSGi applications. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-email-1.8)](https://builds.apache.org [...]
-| [Apache Sling Testing Hamcrest](https://github.com/apache/sling-org-apache-sling-testing-hamcrest) <br/> <small>([org.apache.sling.testing.hamcrest](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.hamcrest%22))</small> | Hamcrest matchers tailored for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-hamcrest-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Testing JCR Mock](https://github.com/apache/sling-org-apache-sling-testing-jcr-mock) <br/> <small>([org.apache.sling.testing.jcr-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.jcr-mock%22))</small> | Mock implementation of selected JCR APIs. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-jcr-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling Testing Mock Log Configuration](https://github.com/apache/sling-org-apache-sling-testing-logging-mock) <br/> <small>([org.apache.sling.testing.logging-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.logging-mock%22))</small> | Default simple SLF4J log configuration for Mock libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-logging-mock-1.8)](https:/ [...]
-| [Apache Sling Testing OSGi Mock](https://github.com/apache/sling-org-apache-sling-testing-osgi-mock) <br/> <small>([org.apache.sling.testing.osgi-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.osgi-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-osgi-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
-| [Apache Sling Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) <br/> <small>([org.apache.sling.testing.paxexam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.paxexam%22))</small> | Test support for use with Pax Exam. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-paxexam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
-| [Apache Sling Testing Resource Resolver Mock](https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock) <br/> <small>([org.apache.sling.testing.resourceresolver-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.resourceresolver-mock%22))</small> | Mock for the resource resolver / factory for easier testing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testi [...]
-| [Apache Sling Testing Rules](https://github.com/apache/sling-org-apache-sling-testing-rules) <br/> <small>([org.apache.sling.testing.rules](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.rules%22))</small> | Sling testing junit rules and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-rules-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
-| [Apache Sling Server Setup Tools](https://github.com/apache/sling-org-apache-sling-testing-serversetup) <br/> <small>([org.apache.sling.testing.serversetup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.serversetup%22))</small> | Sling Server Setup utilities. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-serversetup-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver](https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak) <br/> <small>([org.apache.sling.testing.sling-mock-oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock-oak%22))</small> | Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks. |&#32;[![Build Status](https://builds.apache. [...]
-| [Apache Sling Testing Sling Mock](https://github.com/apache/sling-org-apache-sling-testing-sling-mock) <br/> <small>([org.apache.sling.testing.sling-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-sling-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sli [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Context-Aware Configuration Mock Plugin](https://github.com/apache/sling-org-apache-sling-testing-caconfig-mock-plugin) <br/> <small>([org.apache.sling.testing.caconfig-mock-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.caconfig-mock-plugin%22))</small> | Mock Context Plugin for Apache Sling Context-Aware Configuration |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-s [...]
+| [Apache Sling Testing Clients](https://github.com/apache/sling-org-apache-sling-testing-clients) <br/> <small>([org.apache.sling.testing.clients](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.clients%22))</small> | Sling testing http clients and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-clients-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
+| [Apache Sling Testing Email Support](https://github.com/apache/sling-org-apache-sling-testing-email) <br/> <small>([org.apache.sling.testing.email](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.email%22))</small> | Contains utilities that assist in validating email-enabled OSGi applications. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-email-1.8)](https://builds.apache.org [...]
+| [Apache Sling Testing Hamcrest](https://github.com/apache/sling-org-apache-sling-testing-hamcrest) <br/> <small>([org.apache.sling.testing.hamcrest](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.hamcrest%22))</small> | Hamcrest matchers tailored for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-hamcrest-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Testing JCR Mock](https://github.com/apache/sling-org-apache-sling-testing-jcr-mock) <br/> <small>([org.apache.sling.testing.jcr-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.jcr-mock%22))</small> | Mock implementation of selected JCR APIs. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-jcr-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling Testing Mock Log Configuration](https://github.com/apache/sling-org-apache-sling-testing-logging-mock) <br/> <small>([org.apache.sling.testing.logging-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.logging-mock%22))</small> | Default simple SLF4J log configuration for Mock libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-logging-mock-1.8)](https:/ [...]
+| [Apache Sling Testing OSGi Mock](https://github.com/apache/sling-org-apache-sling-testing-osgi-mock) <br/> <small>([org.apache.sling.testing.osgi-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.osgi-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-osgi-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
+| [Apache Sling Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) <br/> <small>([org.apache.sling.testing.paxexam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.paxexam%22))</small> | Test support for use with Pax Exam. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-paxexam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
+| [Apache Sling Testing Resource Resolver Mock](https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock) <br/> <small>([org.apache.sling.testing.resourceresolver-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.resourceresolver-mock%22))</small> | Mock for the resource resolver / factory for easier testing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testi [...]
+| [Apache Sling Testing Rules](https://github.com/apache/sling-org-apache-sling-testing-rules) <br/> <small>([org.apache.sling.testing.rules](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.rules%22))</small> | Sling testing junit rules and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-rules-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
+| [Apache Sling Server Setup Tools](https://github.com/apache/sling-org-apache-sling-testing-serversetup) <br/> <small>([org.apache.sling.testing.serversetup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.serversetup%22))</small> | Sling Server Setup utilities. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-serversetup-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver](https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak) <br/> <small>([org.apache.sling.testing.sling-mock-oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock-oak%22))</small> | Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks. |&#32;[![Build Status](https://builds.apache. [...]
+| [Apache Sling Testing Sling Mock](https://github.com/apache/sling-org-apache-sling-testing-sling-mock) <br/> <small>([org.apache.sling.testing.sling-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-sling-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sli [...]
\ No newline at end of file
diff --git a/docs/groups/tooling.md b/docs/groups/tooling.md
index 2924739..5b95180 100644
--- a/docs/groups/tooling.md
+++ b/docs/groups/tooling.md
@@ -1,7 +1,7 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > tooling
 # tooling Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Tooling Support Install](https://github.com/apache/sling-org-apache-sling-tooling-support-install) <br/> <small>([org.apache.sling.tooling.support.install](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.install%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-install-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
-| [Apache Sling Tooling Support Source](https://github.com/apache/sling-org-apache-sling-tooling-support-source) <br/> <small>([org.apache.sling.tooling.support.source](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.source%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-source-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Tooling Support Install](https://github.com/apache/sling-org-apache-sling-tooling-support-install) <br/> <small>([org.apache.sling.tooling.support.install](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.install%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-install-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
+| [Apache Sling Tooling Support Source](https://github.com/apache/sling-org-apache-sling-tooling-support-source) <br/> <small>([org.apache.sling.tooling.support.source](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.source%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-source-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
\ No newline at end of file
diff --git a/docs/groups/validation.md b/docs/groups/validation.md
index 8498f5c..d288c23 100644
--- a/docs/groups/validation.md
+++ b/docs/groups/validation.md
@@ -1,9 +1,9 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > validation
 # validation Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Validation Framework API](https://github.com/apache/sling-org-apache-sling-validation-api) <br/> <small>([org.apache.sling.validation.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.api%22))</small> | The Apache Sling Validation Framework API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling Validation Framework Core Implementation](https://github.com/apache/sling-org-apache-sling-validation-core) <br/> <small>([org.apache.sling.validation.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.core%22))</small> | Provides Validation services to Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-core-1.8)](https://builds.apache.org/view/ [...]
-| [Apache Sling Validation Framework Examples](https://github.com/apache/sling-org-apache-sling-validation-examples) <br/> <small>([org.apache.sling.validation.examples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.examples%22))</small> | Demo Examples for the Apache Sling Validation Framework |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-examples-1.8)](https://builds. [...]
-| [Apache Sling Validation Framework Testing Services](https://github.com/apache/sling-org-apache-sling-validation-test-services) <br/> <small>([org.apache.sling.validation.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.test-services%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-test-services-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---	|---    |
+| [Apache Sling Validation Framework API](https://github.com/apache/sling-org-apache-sling-validation-api) <br/> <small>([org.apache.sling.validation.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.api%22))</small> | The Apache Sling Validation Framework API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling Validation Framework Core Implementation](https://github.com/apache/sling-org-apache-sling-validation-core) <br/> <small>([org.apache.sling.validation.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.core%22))</small> | Provides Validation services to Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-core-1.8)](https://builds.apache.org/view/ [...]
+| [Apache Sling Validation Framework Examples](https://github.com/apache/sling-org-apache-sling-validation-examples) <br/> <small>([org.apache.sling.validation.examples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.examples%22))</small> | Demo Examples for the Apache Sling Validation Framework |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-examples-1.8)](https://builds. [...]
+| [Apache Sling Validation Framework Testing Services](https://github.com/apache/sling-org-apache-sling-validation-test-services) <br/> <small>([org.apache.sling.validation.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.test-services%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-test-services-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
\ No newline at end of file
diff --git a/docs/modules.md b/docs/modules.md
index 677bf9e..78399d5 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -1,284 +1,287 @@
 [Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > Modules
 # Modules
 
-| Module | Description | Module&nbsp;Status |
-|---	|---	|---    |
-| [Apache Sling Adapter Annotations](https://github.com/apache/sling-adapter-annotations) <br/> <small>([adapter-annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22adapter-annotations%22))</small> | Annotations used to generate Sling Adapter metadata |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-adapter-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-adapter-annotations-1.8)&#32;[![Coverage  [...]
-| [Apache Sling JAR Resource Bundle](https://github.com/apache/sling-apache-sling-jar-resource-bundle) <br/> <small>([apache-sling-jar-resource-bundle](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22apache-sling-jar-resource-bundle%22))</small> | An archive which contains templates for generating the necessary Sling notice file. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-apache-sling-jar-resource-bundle-1.8)](https://build [...]
-| [Apache Sling Archetype Parent](https://github.com/apache/sling-archetype-parent) <br/> <small>([sling-archetype-parent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-archetype-parent%22))</small> | The parent project for Apache Sling archetypes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-archetype-parent-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-archetype-parent-1.8)&#32;[![Coverage Status](ht [...]
-| [Apache Sling Bundle Archetype](https://github.com/apache/sling-bundle-archetype) <br/> <small>([sling-bundle-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-bundle-archetype%22))</small> | Maven archetype for a generic OSGi bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-bundle-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-bundle-archetype-1.8)&#32;[![Coverage Status](https:/ [...]
-| [Apache Sling HTL Maven Plugin](https://github.com/apache/sling-htl-maven-plugin) <br/> <small>([htl-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22htl-maven-plugin%22))</small> | The Apache Sling HTL Maven Plugin provides support for validating HTML Template Language scripts from projects. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-htl-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Initial Content Archetype](https://github.com/apache/sling-initial-content-archetype) <br/> <small>([sling-initial-content-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-initial-content-archetype%22))</small> | Maven archetype for initial content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-initial-content-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-initial-content [...]
-| [Apache Sling JCRInstall Bundle Archetype](https://github.com/apache/sling-jcrinstall-bundle-archetype) <br/> <small>([sling-jcrinstall-bundle-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-jcrinstall-bundle-archetype%22))</small> | Maven archetype for a generic OSGi bundle installed via JCR Install. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-jcrinstall-bundle-archetype-1.8)](https://builds.apache.org/vi [...]
-| [Apache Sling Maven JSP Compiler Plugin](https://github.com/apache/sling-jspc-maven-plugin) <br/> <small>([jspc-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22jspc-maven-plugin%22))</small> | Maven Plugin for compiling JSP sources into bundles |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-jspc-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-jspc-maven-plugin-1.8)&#32;[![Coverage Stat [...]
-| [Apache Sling Launchpad Comparator](https://github.com/apache/sling-launchpad-comparator) <br/> <small>([launchpad-comparator](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22launchpad-comparator%22))</small> | Command line utility which helps with comparing the artifacts contained by two launchpad instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-comparator-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
-| [Apache Sling Launchpad Debian Package Builder](https://github.com/apache/sling-launchpad-debian) <br/> <small>([sling-launchpad-debian](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-debian%22))</small> | Simple packaged installation for sling launchpad standalone jar as a system daemon. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-debian-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Launchpad Standalone Archetype](https://github.com/apache/sling-launchpad-standalone-archetype) <br/> <small>([sling-launchpad-standalone-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-standalone-archetype%22))</small> | Maven archetype for Sling Launchpad Standalone applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-standalone-archetype-1.8)](https://builds.apache. [...]
-| [Apache Sling Launchpad Webapp Archetype](https://github.com/apache/sling-launchpad-webapp-archetype) <br/> <small>([sling-launchpad-webapp-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-webapp-archetype%22))</small> | Maven archetype for Sling Launchpad Webapp applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-webapp-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
-| [Apache Sling Maven JCROCM Plugin](https://github.com/apache/sling-maven-jcrocm-plugin) <br/> <small>([maven-jcrocm-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-jcrocm-plugin%22))</small> | The Maven JcrOCM Plugin supports extracting and generation of Jackrabbit OCM descriptors from JavaDoc tags embedded in the Java Classes contained in the project sources |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven- [...]
-| [Apache Sling Maven Launchpad Plugin](https://github.com/apache/sling-maven-launchpad-plugin) <br/> <small>([maven-launchpad-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-launchpad-plugin%22))</small> | Maven Plugin supporting Sling Launchpad |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-launchpad-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-launchpad-plugin-1.8)&#32;[![Tes [...]
-| [Apache Sling Maven Sling Plugin](https://github.com/apache/sling-maven-sling-plugin) <br/> <small>([maven-sling-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-sling-plugin%22))</small> | Apache Sling Maven Plugin for Supporting Bundle Development |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-sling-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8)&#32;[![Test St [...]
-| [Apache Sling Adapter Manager Implementation](https://github.com/apache/sling-org-apache-sling-adapter) <br/> <small>([org.apache.sling.adapter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.adapter%22))</small> | Bundle implementing the AdapterManager and provides a convenience implementation of the Adaptable interface to make use of this AdapterManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-a [...]
-| [Apache Sling API](https://github.com/apache/sling-org-apache-sling-api) <br/> <small>([org.apache.sling.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.api%22))</small> | The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling [...]
-| [Apache Sling - CMS](https://github.com/apache/sling-org-apache-sling-app-cms) <br/> <small>([org.apache.sling.cms](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cms%22))</small> | An Apache Sling Reference CMS Application |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-app-cms-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-app-cms-1.8)&#32;[![Test Status](htt [...]
-| [Apache Sling Authentication Service](https://github.com/apache/sling-org-apache-sling-auth-core) <br/> <small>([org.apache.sling.auth.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.core%22))</small> | The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an  [...]
-| [Apache Sling Form Based Authentication Handler](https://github.com/apache/sling-org-apache-sling-auth-form) <br/> <small>([org.apache.sling.auth.form](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.form%22))</small> | Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating. |&#32;[![Bu [...]
-| [Apache Sling Authentication XING API](https://github.com/apache/sling-org-apache-sling-auth-xing-api) <br/> <small>([org.apache.sling.auth.xing.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.api%22))</small> | Apache Sling Authentication XING API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
-| [Apache Sling Authentication XING Login](https://github.com/apache/sling-org-apache-sling-auth-xing-login) <br/> <small>([org.apache.sling.auth.xing.login](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.login%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-login-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-xing-login-1. [...]
-| [Apache Sling Authentication XING OAuth](https://github.com/apache/sling-org-apache-sling-auth-xing-oauth) <br/> <small>([org.apache.sling.auth.xing.oauth](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.oauth%22))</small> | Apache Sling Authentication XING OAuth |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-oauth-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Models bnd Plugin](https://github.com/apache/sling-org-apache-sling-bnd-models) <br/> <small>([org.apache.sling.bnd.models](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.bnd.models%22))</small> | This bnd plugin detected all Sling Models classes and adds a bundle header Sling-Model-Classes containing their names. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-bnd-models-1.8)]( [...]
-| [Apache Sling Bundle Resource Provider](https://github.com/apache/sling-org-apache-sling-bundleresource-impl) <br/> <small>([org.apache.sling.bundleresource.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.bundleresource.impl%22))</small> | Provides a ResourceProvider implementation supporting bundle based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-bundleresource-impl-1.8) [...]
-| [Apache Sling Context-Aware Configuration API](https://github.com/apache/sling-org-apache-sling-caconfig-api) <br/> <small>([org.apache.sling.caconfig.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.api%22))</small> | Apache Sling Context-Aware Configuration API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Context-Aware Configuration bnd Plugin](https://github.com/apache/sling-org-apache-sling-caconfig-bnd-plugin) <br/> <small>([org.apache.sling.caconfig.bnd-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.bnd-plugin%22))</small> | This bnd plugin detected all configuration annotation classes and adds a bundle header Sling-ContextAware-Configuration-Classes containing their names. |&#32;[![Build Status](https: [...]
-| [Apache Sling Context-Aware Configuration Implementation](https://github.com/apache/sling-org-apache-sling-caconfig-impl) <br/> <small>([org.apache.sling.caconfig.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.impl%22))</small> | Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-impl-1.8)](https://builds.apache.org/ [...]
-| [Apache Sling Context-Aware Configuration Integration Tests](https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests) <br/> <small>([org.apache.sling.caconfig.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.integration-tests%22))</small> | Integration tests for the Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=s [...]
-| [Apache Sling Context-Aware Configuration SPI](https://github.com/apache/sling-org-apache-sling-caconfig-spi) <br/> <small>([org.apache.sling.caconfig.spi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.spi%22))</small> | Apache Sling Context-Aware Configuration SPI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-spi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Capabilities](https://github.com/apache/sling-org-apache-sling-capabilities) <br/> <small>([org.apache.sling.capabilities](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.capabilities%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-capabilities-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-capabilities-1.8)&#32;[![Test Status](https [...]
-| [Apache Sling Cassandra Resource Provider](https://github.com/apache/sling-org-apache-sling-cassandra) <br/> <small>([org.apache.sling.cassandra](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cassandra%22))</small> | Provides a ResourceProvider implementation supporting Apache Cassandra based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-cassandra-1.8)](https://builds.apache.org [...]
-| [Apache Sling Clam](https://github.com/apache/sling-org-apache-sling-clam) <br/> <small>([org.apache.sling.clam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.clam%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-clam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-clam-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https/builds.apache. [...]
-| [Apache Sling Commons Cache API](https://github.com/apache/sling-org-apache-sling-commons-cache-api) <br/> <small>([org.apache.sling.commons.cache.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.api%22))</small> | This bundle porvides a Cache API for Sling applications to use. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-api-1.8)](https://builds.apache.org/v [...]
-| [Apache Sling OSGi PAX Exam support library](https://github.com/apache/sling-org-apache-sling-commons-cache-container-test) <br/> <small>([org.apache.sling.commons.cache.container-test](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.container-test%22))</small> | This bundle provides a base class for OSGi Container tests. It should be incuded as a dependency with a scope of test. |&#32;[![Build Status](https://builds.apache [...]
-| [Apache Sling Cache API EhCache implementation](https://github.com/apache/sling-org-apache-sling-commons-cache-ehcache) <br/> <small>([org.apache.sling.commons.cache.ehcache](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.ehcache%22))</small> | This bundle provides an implementation of the Cache API using ehcache. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-ehc [...]
-| [Apache Sling Cache API Implementation support library](https://github.com/apache/sling-org-apache-sling-commons-cache-impl) <br/> <small>([org.apache.sling.commons.cache.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.impl%22))</small> | This bundle provides an implementation support for Cache implementations. It is a utility jar that should be embedded. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
-| [Apache Sling Cache Portal Cache](https://github.com/apache/sling-org-apache-sling-commons-cache-portal) <br/> <small>([org.apache.sling.commons.cache.portal](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.portal%22))</small> | This bundle provides an implementation of the portal Cache using the Cache API . |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-portal-1.8 [...]
-| [Apache Sling Commons Clam](https://github.com/apache/sling-org-apache-sling-commons-clam) <br/> <small>([org.apache.sling.commons.clam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.clam%22))</small> | Service to scan data for malware with ClamAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-clam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
-| [Apache Sling Dynamic Class Loader Support](https://github.com/apache/sling-org-apache-sling-commons-classloader) <br/> <small>([org.apache.sling.commons.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.classloader%22))</small> | This bundle provides support for dynamic class loading used for example by the scripting engines. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling- [...]
-| [Apache Sling Commons Java Compiler](https://github.com/apache/sling-org-apache-sling-commons-compiler) <br/> <small>([org.apache.sling.commons.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.compiler%22))</small> | The Sling Commons Java Compiler bundle provides platform independent Java Compilation support using the Eclipse Java Compiler (org.eclipse.jdt). |&#32;[![Build Status](https://builds.apache.org/buildStatus/i [...]
-| [Apache Sling Content Detection Support](https://github.com/apache/sling-org-apache-sling-commons-contentdetection) <br/> <small>([org.apache.sling.commons.contentdetection](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.contentdetection%22))</small> | Content-based MIME type detection |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-contentdetection-1.8)](https://builds.apache [...]
-| [Apache Sling Commons FileSystem ClassLoader](https://github.com/apache/sling-org-apache-sling-commons-fsclassloader) <br/> <small>([org.apache.sling.commons.fsclassloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.fsclassloader%22))</small> | The Sling Commons FileSystem ClassLoader bundle provides a dynamic class loader for reading and writing class files from and to the file system. |&#32;[![Build Status](https://builds. [...]
-| [Apache Sling Commons HTML Utilities](https://github.com/apache/sling-org-apache-sling-commons-html) <br/> <small>([org.apache.sling.commons.html](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.html%22))</small> | The Sling Commons HTML bundle provides utility classes for parsing and creating HTML. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-html-1.8)](https://builds.apach [...]
-| [Apache Sling Commons JCR File](https://github.com/apache/sling-org-apache-sling-commons-jcr-file) <br/> <small>([org.apache.sling.commons.jcr.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.jcr.file%22))</small> | NIO.2 file system implementation for JCR |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-commons-jcr-file-1.8.svg?longCache=true)] [...]
-| [Apache Sling Commons Johnzon Wrapper Library](https://github.com/apache/sling-org-apache-sling-commons-johnzon) <br/> <small>([org.apache.sling.commons.johnzon](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.johnzon%22))</small> | Apache Johnzon powered javax.json library |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-johnzon-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
-| [Apache Sling Log WebConsole](https://github.com/apache/sling-org-apache-sling-commons-log-webconsole) <br/> <small>([org.apache.sling.commons.log.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.log.webconsole%22))</small> | This bundle provides webconsole plugin for Sling Commons Log |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-log-webconsole-1.8)](https://build [...]
-| [Apache Sling Commons Log](https://github.com/apache/sling-org-apache-sling-commons-log) <br/> <small>([org.apache.sling.commons.log](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.log%22))</small> | This bundle embeds Logback which provides the SLF4J logging API. The embedding supports dynamic OSGi-configuration without requiring to edit some global filesystem based XML file. |&#32;[![Build Status](https://builds.apache.org/bui [...]
-| [Apache Sling OSGi LogService Implementation](https://github.com/apache/sling-org-apache-sling-commons-logservice) <br/> <small>([org.apache.sling.commons.logservice](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.logservice%22))</small> | Implementation of the OSGi Compendium Log Service using SLF4J as the actual logging backend. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-common [...]
-| [Apache Sling Commons Messaging Mail](https://github.com/apache/sling-org-apache-sling-commons-messaging-mail) <br/> <small>([org.apache.sling.commons.messaging.mail](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.messaging.mail%22))</small> | Messaging service using Commons Email to send mails. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-messaging-mail-1.8)](https://build [...]
-| [Apache Sling Commons Messaging](https://github.com/apache/sling-org-apache-sling-commons-messaging) <br/> <small>([org.apache.sling.commons.messaging](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.messaging%22))</small> | Apache Sling Commons Messaging |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-messaging-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
-| [Apache Sling RRD4J metrics reporter](https://github.com/apache/sling-org-apache-sling-commons-metrics-rrd4j) <br/> <small>([org.apache.sling.commons.metrics-rrd4j](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.metrics-rrd4j%22))</small> | Stores Metrics to the local filesystem using RRD4J. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-metrics-rrd4j-1.8)](https://builds.apa [...]
-| [Apache Sling Metrics](https://github.com/apache/sling-org-apache-sling-commons-metrics) <br/> <small>([org.apache.sling.commons.metrics](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.metrics%22))</small> | Integrates Metric library with Sling. Refer to https://sling.apache.org/documentation/bundles/metrics.html for details |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-metr [...]
-| [Apache Sling Commons MIME type mapping support](https://github.com/apache/sling-org-apache-sling-commons-mime) <br/> <small>([org.apache.sling.commons.mime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.mime%22))</small> | Support for configurable MIME type mapping and querying |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-mime-1.8)](https://builds.apache.org/view/S-Z/view [...]
-| [Apache Sling Commons OSGi support](https://github.com/apache/sling-org-apache-sling-commons-osgi) <br/> <small>([org.apache.sling.commons.osgi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.osgi%22))</small> | Commons OSGi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-osgi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-commons-osgi-1.8)&#32; [...]
-| [Apache Sling Commons Scheduler Support](https://github.com/apache/sling-org-apache-sling-commons-scheduler) <br/> <small>([org.apache.sling.commons.scheduler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.scheduler%22))</small> | Support for scheduling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-scheduler-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Testing Utilities](https://github.com/apache/sling-org-apache-sling-commons-testing) <br/> <small>([org.apache.sling.commons.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.testing%22))</small> | Tools and utilities for automated testing of Sling modules |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-testing-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
-| [Apache Sling Thread Dumper](https://github.com/apache/sling-org-apache-sling-commons-threaddump) <br/> <small>([org.apache.sling.commons.threaddump](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.threaddump%22))</small> | Plugin providing plugins to the Felix Shell and Web Console to have the current threads with the stack traces dumped. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-slin [...]
-| [Apache Sling Thread Support](https://github.com/apache/sling-org-apache-sling-commons-threads) <br/> <small>([org.apache.sling.commons.threads](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.threads%22))</small> | Support for thread handling like pooling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-threads-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
-| [Apache Sling Crankstart Launcher](https://github.com/apache/sling-org-apache-sling-crankstart-launcher) <br/> <small>([org.apache.sling.crankstart.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.launcher%22))</small> | Sling launcher that gets artifacts defined in a Sling Provisioning Model at runtime, instead of embedding them in the launcher jar like the Sling Launchpad does. |&#32;[![Build Status](https://builds. [...]
-| [Apache Sling Crankstart Test Provisioning Model](https://github.com/apache/sling-org-apache-sling-crankstart-test-model) <br/> <small>([org.apache.sling.crankstart.test.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.model%22))</small> | Additional Provisioning Model used in Crankstart tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-model-1.8)](ht [...]
-| [Apache Sling Crankstart Test Services](https://github.com/apache/sling-org-apache-sling-crankstart-test-services) <br/> <small>([org.apache.sling.crankstart.test.services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.services%22))</small> | Bundle used to test the Crankstart launcher |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-services-1.8)](https://buil [...]
-| [Apache Sling DataSource Provider](https://github.com/apache/sling-org-apache-sling-datasource) <br/> <small>([org.apache.sling.datasource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.datasource%22))</small> | Enables creation of DataSource based on OSGi configuration. Refer to http://sling.apache.org/documentation/bundles/datasource-providers.html for more details |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job [...]
-| [Apache Sling Discovery API](https://github.com/apache/sling-org-apache-sling-discovery-api) <br/> <small>([org.apache.sling.discovery.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.api%22))</small> | Support for topology discovery of instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
-| [Apache Sling Discovery Base](https://github.com/apache/sling-org-apache-sling-discovery-base) <br/> <small>([org.apache.sling.discovery.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.base%22))</small> | Contains Connector and Properties support that some implementations might choose to build upon |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-base-1.8)](https://bui [...]
-| [Apache Sling Discovery Commons](https://github.com/apache/sling-org-apache-sling-discovery-commons) <br/> <small>([org.apache.sling.discovery.commons](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.commons%22))</small> | Common services related to Sling Discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-commons-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
-| [Apache Sling Resource-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-impl) <br/> <small>([org.apache.sling.discovery.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.impl%22))</small> | Implementation of Apache Sling Discovery based on Sling Resource providing a ClusterView through resource-clustering (eg jackrabbit clustering) and a TopologyView through HTTP POST heartbeats announcing [...]
-| [Apache Sling Oak-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-oak) <br/> <small>([org.apache.sling.discovery.oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.oak%22))</small> | Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to ea [...]
-| [Apache Sling Discovery Standalone Implementation](https://github.com/apache/sling-org-apache-sling-discovery-standalone) <br/> <small>([org.apache.sling.discovery.standalone](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.standalone%22))</small> | Implementation of the discovery API for standalone instances |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-standalone-1.8)]( [...]
-| [Apache Sling Discovery Support Bundle](https://github.com/apache/sling-org-apache-sling-discovery-support) <br/> <small>([org.apache.sling.discovery.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.support%22))</small> | Supporting services for the discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
-| [Apache Sling Distribution API](https://github.com/apache/sling-org-apache-sling-distribution-api) <br/> <small>([org.apache.sling.distribution.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.api%22))</small> | The Apache Sling Distribution API bundle provides the APIs for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-api-1 [...]
-| [Apache Sling Distribution Avro Serializer](https://github.com/apache/sling-org-apache-sling-distribution-avro-serializer) <br/> <small>([org.apache.sling.distribution.avro-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.avro-serializer%22))</small> | The Apache Sling Distribution Avro Serializer extensions bundle provides an Avro serialization implementation for Sling Content Distribution |&#32;[![Build Status]( [...]
-| [Apache Sling Distribution Core](https://github.com/apache/sling-org-apache-sling-distribution-core) <br/> <small>([org.apache.sling.distribution.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.core%22))</small> | The Apache Sling Distribution Core bundle provides the basic code infrastructure and API implementations for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/ [...]
-| [Apache Sling Distribution Integration Tests](https://github.com/apache/sling-org-apache-sling-distribution-it) <br/> <small>([org.apache.sling.distribution.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.it%22))</small> | Project tests functionality for org.apache.sling.distribution bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-it-1.8)](https://builds.ap [...]
-| [Apache Sling Distribution Kryo Serializer](https://github.com/apache/sling-org-apache-sling-distribution-kryo-serializer) <br/> <small>([org.apache.sling.distribution.kryo-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.kryo-serializer%22))</small> | The Apache Sling Distribution Kryo Serializer extension bundle provides a Kryo based serializer implementations for Sling Content Distribution |&#32;[![Build Status [...]
-| [Apache Sling Distribution Sample](https://github.com/apache/sling-org-apache-sling-distribution-sample) <br/> <small>([org.apache.sling.distribution.sample](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.sample%22))</small> | The Apache Sling Distribution sample bundle provides a set of sample configurations and custom component implementations. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
-| [Apache Sling Dynamic Include](https://github.com/apache/sling-org-apache-sling-dynamic-include) <br/> <small>([org.apache.sling.dynamic-include](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.dynamic-include%22))</small> | Dynamic Include filter for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-dynamic-include-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
-| [Apache Sling Engine Implementation](https://github.com/apache/sling-org-apache-sling-engine) <br/> <small>([org.apache.sling.engine](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.engine%22))</small> | Bundle implementing the core of Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-engine-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-engine-1.8)& [...]
-| [Apache Sling Event API](https://github.com/apache/sling-org-apache-sling-event-api) <br/> <small>([org.apache.sling.event.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.api%22))</small> | Support API for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-api-1.8)&#32;[![Coverage S [...]
-| [Apache Sling Distributed Event Admin](https://github.com/apache/sling-org-apache-sling-event-dea) <br/> <small>([org.apache.sling.event.dea](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.dea%22))</small> | Support distributing events through the OSGi event admin. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-dea-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Event Support](https://github.com/apache/sling-org-apache-sling-event) <br/> <small>([org.apache.sling.event](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event%22))</small> | Support for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-1.8)&#32;[![Test Status](https://img.shiel [...]
-| [Apache Sling ClassLoader Leak Detector](https://github.com/apache/sling-org-apache-sling-extensions-classloader-leak-detector) <br/> <small>([org.apache.sling.extensions.classloader-leak-detector](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.classloader-leak-detector%22))</small> | Provides a web console configuration printer to provide details around classloader leaks |&#32;[![Build Status](https://builds.apache.org/build [...]
-| [Apache Sling Logback Groovy Fragment](https://github.com/apache/sling-org-apache-sling-extensions-logback-groovy-fragment) <br/> <small>([org.apache.sling.extensions.logback-groovy-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.logback-groovy-fragment%22))</small> | Fragment bundle to provide Groovy library to Commons Log bundle. This would enable usage of Groovy based event evaluator for logging events. This is mo [...]
-| [Apache Sling SLF4J MDC Filter](https://github.com/apache/sling-org-apache-sling-extensions-slf4j-mdc) <br/> <small>([org.apache.sling.extensions.slf4j.mdc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.slf4j.mdc%22))</small> | SLF4J Message Diagnostic Context (MDC) Filter which extracts various details from requests and adds them to the MDC |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
-| [Apache Sling Web Console Branding](https://github.com/apache/sling-org-apache-sling-extensions-webconsolebranding) <br/> <small>([org.apache.sling.extensions.webconsolebranding](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.webconsolebranding%22))</small> | Apache Sling branding for the Apache Felix Web Console. This fragment attaches to the org.apache.felix.webconsole bundle to provide branding through the /META-INF/webcon [...]
-| [Apache Sling Web Console Security Provider](https://github.com/apache/sling-org-apache-sling-extensions-webconsolesecurityprovider) <br/> <small>([org.apache.sling.extensions.webconsolesecurityprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.webconsolesecurityprovider%22))</small> | WebConsoleSecurityProvider for the Apache Felix Web Console using the Apache Sling Auth Core bundle to authenticate users. |&#32;[![Buil [...]
-| [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
-| [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
-| [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
-| [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
-| [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
-| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
-| [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling Feature](https://github.com/apache/sling-org-apache-sling-feature) <br/> <small>([org.apache.sling.feature](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature-1.8)&#32;[![Test Status]( [...]
-| [Apache Sling Feature Flags](https://github.com/apache/sling-org-apache-sling-featureflags) <br/> <small>([org.apache.sling.featureflags](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.featureflags%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-featureflags-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-featureflags-1.8)&#32;[![Coverage Status]( [...]
-| [Apache Sling File Optimization](https://github.com/apache/sling-org-apache-sling-file-optimization) <br/> <small>([org.apache.sling.fileoptim](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fileoptim%22))</small> | Bundle for optimizing files stored in the Apache Sling repository. Includes a plugin architecture for providing file optimizers and hooks to automatically and manually optimize files. |&#32;[![Build Status](https://builds.ap [...]
-| [Apache Sling System Bundle Extension: Activation API](https://github.com/apache/sling-org-apache-sling-fragment-activation) <br/> <small>([org.apache.sling.fragment.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.activation%22))</small> | Adds the Activation API package to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent Activation API  [...]
-| [Apache Sling System Bundle Extension: Nashorn Scripting API](https://github.com/apache/sling-org-apache-sling-fragment-nashorn) <br/> <small>([org.apache.sling.fragment.nashorn](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.nashorn%22))</small> | Adds the Nashorn Scripting API package to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fragment-nashorn-1.8 [...]
-| [Apache Sling System Bundle Extension: Java Transaction API](https://github.com/apache/sling-org-apache-sling-fragment-transaction) <br/> <small>([org.apache.sling.fragment.transaction](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.transaction%22))</small> | Adds the javax.transaction and javax.transaction.xa packages to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
-| [Apache Sling System Bundle Extension: WS APIs](https://github.com/apache/sling-org-apache-sling-fragment-ws) <br/> <small>([org.apache.sling.fragment.ws](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.ws%22))</small> | Adds the WS API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the platfo [...]
-| [Apache Sling System Bundle Extension: XML APIs](https://github.com/apache/sling-org-apache-sling-fragment-xml) <br/> <small>([org.apache.sling.fragment.xml](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.xml%22))</small> | Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the p [...]
-| [Apache Sling File System Resource Provider](https://github.com/apache/sling-org-apache-sling-fsresource) <br/> <small>([org.apache.sling.fsresource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fsresource%22))</small> | Provides a ResourceProvider implementation supporting file system based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fsresource-1.8)](https://builds.apache.or [...]
-| [Apache Sling Hypermedia API client-side tools](https://github.com/apache/sling-org-apache-sling-hapi-client) <br/> <small>([org.apache.sling.hapi.client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.client%22))</small> | Sling client-side tools for HApi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-client-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache- [...]
-| [Apache Sling Hypermedia Api Sample Content](https://github.com/apache/sling-org-apache-sling-hapi-samplecontent) <br/> <small>([org.apache.sling.hapi.samplecontent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.samplecontent%22))</small> | Sling Hypermedia Api demo content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-samplecontent-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
-| [Apache Sling Hypermedia API tools](https://github.com/apache/sling-org-apache-sling-hapi) <br/> <small>([org.apache.sling.hapi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi%22))</small> | Sling tools for adding support for defining, maintaining and consuming a Hypermedia API in sling components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-1.8)](https://builds.apache.org/view/S [...]
-| [Apache Sling Health Check Annotations](https://github.com/apache/sling-org-apache-sling-hc-annotations) <br/> <small>([org.apache.sling.hc.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.annotations%22))</small> | Sling Health Check Annotations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
-| [Apache Sling Health Check API](https://github.com/apache/sling-org-apache-sling-hc-api) <br/> <small>([org.apache.sling.hc.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.api%22))</small> | The Sling Health Check API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-api-1.8)&#32;[![Test Status](http [...]
-| [Apache Sling Health Check Core](https://github.com/apache/sling-org-apache-sling-hc-core) <br/> <small>([org.apache.sling.hc.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.core%22))</small> | The Sling Health Check Core |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-core-1.8)&#32;[![Test Statu [...]
-| [Apache Sling Health Check Integration Tests](https://github.com/apache/sling-org-apache-sling-hc-it) <br/> <small>([org.apache.sling.hc.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.it%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-it-1.8)&#32;[![Test Status](https://img.shields.io [...]
-| [Apache Sling Health Check JUnit Bridge](https://github.com/apache/sling-org-apache-sling-hc-junit-bridge) <br/> <small>([org.apache.sling.hc.junit.bridge](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.junit.bridge%22))</small> | Makes Sling Health Checks available as server-side JUnit tests, to allow them to be used as part of integration tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache- [...]
-| [Apache Sling Health Check Samples](https://github.com/apache/sling-org-apache-sling-hc-samples) <br/> <small>([org.apache.sling.hc.samples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.samples%22))</small> | Sling Health Check sample content and configurations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apa [...]
-| [Apache Sling Health Check Support Components](https://github.com/apache/sling-org-apache-sling-hc-support) <br/> <small>([org.apache.sling.hc.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.support%22))</small> | Default Sling Health Check Support Components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Health Check Webconsole Plugin](https://github.com/apache/sling-org-apache-sling-hc-webconsole) <br/> <small>([org.apache.sling.hc.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.webconsole%22))</small> | Webconsole plugin for Sling Health Check Services |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-webconsole-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
-| [Apache Sling I18N Support](https://github.com/apache/sling-org-apache-sling-i18n) <br/> <small>([org.apache.sling.i18n](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.i18n%22))</small> | Support for creating Java I18N ResourceBundles from repository resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-i18n-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-i [...]
-| [Apache Sling Installer WebConsole Plugin](https://github.com/apache/sling-org-apache-sling-installer-console) <br/> <small>([org.apache.sling.installer.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.console%22))</small> | Provides a web console plugin for the OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-console-1.8)](https://builds.apache.org/vi [...]
-| [Apache Sling Installer](https://github.com/apache/sling-org-apache-sling-installer-core) <br/> <small>([org.apache.sling.installer.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.core%22))</small> | Provides services to install OSGi bundles and configurations by supplying input streams and dictionaries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-core-1.8)](https [...]
-| [Apache Sling Installer Configuration Admin Support](https://github.com/apache/sling-org-apache-sling-installer-factory-configuration) <br/> <small>([org.apache.sling.installer.factory.configuration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.configuration%22))</small> | Provides support for configurations to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling [...]
-| [Apache Sling Deployment Package Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-deploymentpackage) <br/> <small>([org.apache.sling.installer.factory.deploymentpackage](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.deploymentpackage%22))</small> | Provides support for deployment packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?j [...]
-| [Apache Sling Installer Provisioning Model Support](https://github.com/apache/sling-org-apache-sling-installer-factory-model) <br/> <small>([org.apache.sling.installer.factory.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.model%22))</small> | Provides support for the provisioning model to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
-| [Apache Sling Installer Content Package Support](https://github.com/apache/sling-org-apache-sling-installer-factory-packages) <br/> <small>([org.apache.sling.installer.factory.packages](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.packages%22))</small> | Provides support for content packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
-| [Apache Sling Subsystems Base Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems-base) <br/> <small>([org.apache.sling.installer.factory.subsystems-base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems-base%22))</small> | Provides support for subsystems-base files to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
-| [Apache Sling Subsystems Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems) <br/> <small>([org.apache.sling.installer.factory.subsystems](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems%22))</small> | Provides support for subsystems to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-fa [...]
-| [Apache Sling Installer Health Checks](https://github.com/apache/sling-org-apache-sling-installer-hc) <br/> <small>([org.apache.sling.installer.hc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.hc%22))</small> | Provides Sling Health Checks related to the Sling Installer. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-hc-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
-| [Apache Sling Installer Integration Tests](https://github.com/apache/sling-org-apache-sling-installer-it) <br/> <small>([org.apache.sling.installer.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.it%22))</small> | Integration tests of the Sling installer bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sli [...]
-| [Apache Sling File Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-file) <br/> <small>([org.apache.sling.installer.provider.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.file%22))</small> | Installs OSGi bundles and configurations from the file system. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-file-1.8)](https:/ [...]
-| [Sling Installer Vault Package Install Hook](https://github.com/apache/sling-org-apache-sling-installer-provider-installhook) <br/> <small>([org.apache.sling.installer.provider.installhook](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.installhook%22))</small> | Can be used in packages to ensure installation of bundles/configs is triggered during package installation and is finished once the package manager returns ( [...]
-| [Apache Sling JCR Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-jcr) <br/> <small>([org.apache.sling.installer.provider.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.jcr%22))</small> | Installs OSGi bundles and configurations found in the JCR repository. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-jcr-1.8)](https [...]
-| [Apache Sling javax.activation bundle](https://github.com/apache/sling-org-apache-sling-javax-activation) <br/> <small>([org.apache.sling.javax.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.javax.activation%22))</small> | The Apache Sling javax.activation bundle contributes an OSGi-compatible activation bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-javax-activation-1.8) [...]
-| [Apache Sling JCR API](https://github.com/apache/sling-org-apache-sling-jcr-api) <br/> <small>([org.apache.sling.jcr.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.api%22))</small> | This OSGi bundle provides the JCR packages as well as a helper service interface to be implemented and provided by repository providers. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-api-1.8)](http [...]
-| [Apache Sling JCR Base Bundle](https://github.com/apache/sling-org-apache-sling-jcr-base) <br/> <small>([org.apache.sling.jcr.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.base%22))</small> | The JCR base bundle provides JCR utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-base-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-bas [...]
-| [Apache Sling JCR ClassLoader](https://github.com/apache/sling-org-apache-sling-jcr-classloader) <br/> <small>([org.apache.sling.jcr.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.classloader%22))</small> | This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class wr [...]
-| [Apache Sling Initial Content Loader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader) <br/> <small>([org.apache.sling.jcr.contentloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentloader%22))</small> | This bundle provides initial content installation through bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentloader-1.8)](https://builds.apac [...]
-| [Apache Sling JCR Content Parser](https://github.com/apache/sling-org-apache-sling-jcr-contentparser) <br/> <small>([org.apache.sling.jcr.contentparser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentparser%22))</small> | Parser for JCR repository content stored in files (e.g. JSON, FileVault XML). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentparser-1.8)](https://buil [...]
-| [Apache Sling JCR DavEx](https://github.com/apache/sling-org-apache-sling-jcr-davex) <br/> <small>([org.apache.sling.jcr.davex](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.davex%22))</small> | Bundle to access JCR repositories over DavEx |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-davex-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-davex-1.8 [...]
-| [Apache Sling JCR File Transfer](https://github.com/apache/sling-org-apache-sling-jcr-filetransfer) <br/> <small>([org.apache.sling.jcr.filetransfer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.filetransfer%22))</small> | File access to JCR over SFTP |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-filetransfer-1.8.svg?longCache=true)](https://bu [...]
-| [Apache Sling Jackrabbit JSR-283 Access Control Manager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-accessmanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.accessmanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.accessmanager%22))</small> | Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
-| [Apache Sling JCR Jackrabbit Base](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-base) <br/> <small>([org.apache.sling.jcr.jackrabbit.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.base%22))</small> | The JCR base bundle provides Jackrabbit utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-jackrabbit-base-1.8)](https://builds.apache.org [...]
-| [Apache Sling Jackrabbit UserManager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.usermanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.usermanager%22))</small> | Provides ResourceProvider and SlingPostOperations for the Jackrabbit UserManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache [...]
-| [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
-| [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
-| [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
-| [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
-| [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
-| [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
-| [Apache Sling JCR Resource Resolver](https://github.com/apache/sling-org-apache-sling-jcr-resource) <br/> <small>([org.apache.sling.jcr.resource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resource%22))</small> | This bundle provides the JCR based ResourceProvider. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resource-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling JCR Resource Security](https://github.com/apache/sling-org-apache-sling-jcr-resourcesecurity) <br/> <small>([org.apache.sling.jcr.resourcesecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resourcesecurity%22))</small> | This bundle provides a resource access gate to protect resources based on JCR nodes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resourcesecur [...]
-| [Apache Sling JCR WebConsole Bundle](https://github.com/apache/sling-org-apache-sling-jcr-webconsole) <br/> <small>([org.apache.sling.jcr.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webconsole%22))</small> | The JCR WebConsole bundle provides Felix WebConsole plugins. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webconsole-1.8)](https://builds.apache.org/view/S-Z/vie [...]
-| [Apache Sling JCR WebDAV](https://github.com/apache/sling-org-apache-sling-jcr-webdav) <br/> <small>([org.apache.sling.jcr.webdav](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webdav%22))</small> | Bundle to access JCR repositories over WebDAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webdav-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-web [...]
-| [Apache Sling MoM Implementation using JMS with AMQ](https://github.com/apache/sling-org-apache-sling-jms) <br/> <small>([org.apache.sling.jms](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jms%22))</small> | Provides a JMS Connection provider that works OOTB in a cluster or uses a pre-existing AMQ endpoint depending on the configuration. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jms-1 [...]
-| [Apache Sling JMX Resource Provider](https://github.com/apache/sling-org-apache-sling-jmx-provider) <br/> <small>([org.apache.sling.jmx.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jmx.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jmx-provider-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jmx-provider-1.8)&#32;[![Coverage  [...]
-| [Apache Sling Jobs Service Integration Tests Bundle](https://github.com/apache/sling-org-apache-sling-jobs-it-services) <br/> <small>([org.apache.sling.jobs-it-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it-services%22))</small> | Integration tests for the Jobs implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-services-1.8)](https://builds.apache.org/vie [...]
-| [Apache Sling Jobs Integration Tests](https://github.com/apache/sling-org-apache-sling-jobs-it) <br/> <small>([org.apache.sling.jobs-it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it%22))</small> | Integration testing Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling Jobs Support](https://github.com/apache/sling-org-apache-sling-jobs) <br/> <small>([org.apache.sling.jobs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs%22))</small> | Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jobs-1.8)&#32;[![Test St [...]
-| [Apache Sling JUnit Core](https://github.com/apache/sling-org-apache-sling-junit-core) <br/> <small>([org.apache.sling.junit.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.core%22))</small> | Runs JUnit tests in an OSGi framework and provides the JUnit libraries |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling JUnit Health Checks](https://github.com/apache/sling-org-apache-sling-junit-healthcheck) <br/> <small>([org.apache.sling.junit.healthcheck](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.healthcheck%22))</small> | Sling Health Check services that run JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-healthcheck-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
-| [Apache Sling JUnit Performance](https://github.com/apache/sling-org-apache-sling-junit-performance) <br/> <small>([org.apache.sling.junit.performance](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.performance%22))</small> | Provides utilities for JUnit to run performance tests and report results |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-performance-1.8)](https://builds.apa [...]
-| [Apache Sling JUnit Remote Tests Runners](https://github.com/apache/sling-org-apache-sling-junit-remote) <br/> <small>([org.apache.sling.junit.remote](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.remote%22))</small> | Utilities to run server-side JUnit tests remotely |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-remote-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling JUnit Scriptable Tests Provider](https://github.com/apache/sling-org-apache-sling-junit-scriptable) <br/> <small>([org.apache.sling.junit.scriptable](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.scriptable%22))</small> | Registers Sling test resources with the JUnit core so that they can be run as tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-scriptable-1. [...]
-| [Apache Sling JUnit Tests Teleporter](https://github.com/apache/sling-org-apache-sling-junit-teleporter) <br/> <small>([org.apache.sling.junit.teleporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.teleporter%22))</small> | Client-side implementation of the Teleporter mechanism for server-side JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-teleporter-1.8)](https:/ [...]
-| [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
-| [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
-| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
-| [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
-| [Apache Sling Launchpad API](https://github.com/apache/sling-org-apache-sling-launchpad-api) <br/> <small>([org.apache.sling.launchpad.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.api%22))</small> | This module contains the API exposed by Launchpad to bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
-| [Apache Sling Launchpad Base](https://github.com/apache/sling-org-apache-sling-launchpad-base) <br/> <small>([org.apache.sling.launchpad.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.base%22))</small> | This module contains the common classes and configuration files used by the various launchpad modules.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-base-1.8)](ht [...]
-| [Apache Sling Launchpad Contrib Testing](https://github.com/apache/sling-org-apache-sling-launchpad-contrib-testing) <br/> <small>([org.apache.sling.launchpad.contrib-testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.contrib-testing%22))</small> | Apache Sling Launchpad Contrib Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/ [...]
-| [Apache Sling Launchpad Installer](https://github.com/apache/sling-org-apache-sling-launchpad-installer) <br/> <small>([org.apache.sling.launchpad.installer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.installer%22))</small> | This module installs the contents of the launchpad archive into the framework. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-installer-1.8)](ht [...]
-| [Apache Sling Launchpad Integration Tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests) <br/> <small>([org.apache.sling.launchpad.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.integration-tests%22))</small> | Sling Integration Tests, contains integration tests that are used by the testing project and other upstream testing projects. |&#32;[![Build Status](https://builds.apac [...]
-| [Apache Sling Launchpad Test Bundles](https://github.com/apache/sling-org-apache-sling-launchpad-test-bundles) <br/> <small>([org.apache.sling.launchpad.test-bundles](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-bundles%22))</small> | Bundles required for testing Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-bundles-1.8)](https://builds.apache.or [...]
-| [Apache Sling Launchpad Testing Fragment Bundle](https://github.com/apache/sling-org-apache-sling-launchpad-test-fragment) <br/> <small>([org.apache.sling.launchpad.test-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-fragment%22))</small> | Sling fragment bundle used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-t [...]
-| [Apache Sling Launchpad Testing Services WAR](https://github.com/apache/sling-org-apache-sling-launchpad-test-services-war) <br/> <small>([org.apache.sling.launchpad.test-services-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services-war%22))</small> | Sling services used by the Launchpad Testing integration tests in WAR form. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sl [...]
-| [Apache Sling Launchpad Testing Services](https://github.com/apache/sling-org-apache-sling-launchpad-test-services) <br/> <small>([org.apache.sling.launchpad.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services%22))</small> | Sling services used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-services-1 [...]
-| [Apache Sling Launchpad Testing WAR](https://github.com/apache/sling-org-apache-sling-launchpad-testing-war) <br/> <small>([org.apache.sling.launchpad.testing-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing-war%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
-| [Apache Sling Launchpad Testing](https://github.com/apache/sling-org-apache-sling-launchpad-testing) <br/> <small>([org.apache.sling.launchpad.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-lau [...]
-| [Apache Sling Models API](https://github.com/apache/sling-org-apache-sling-models-api) <br/> <small>([org.apache.sling.models.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.api%22))</small> | Apache Sling Models API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-models-api-1.8)&#32;[![Test S [...]
-| [Apache Sling Models Implementation](https://github.com/apache/sling-org-apache-sling-models-impl) <br/> <small>([org.apache.sling.models.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.impl%22))</small> | Apache Sling Models Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-impl-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mod [...]
-| [Apache Sling Models Integration Tests](https://github.com/apache/sling-org-apache-sling-models-integration-tests) <br/> <small>([org.apache.sling.models.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.integration-tests%22))</small> | Apache Sling Models Integration Tests - builds a bundle with Sling server-side tests, and executes them via a remote test proxy that runs in the integration-tests phase. |&#32;[![B [...]
-| [Apache Sling Models Jackson Exporter](https://github.com/apache/sling-org-apache-sling-models-jacksonexporter) <br/> <small>([org.apache.sling.models.jacksonexporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.jacksonexporter%22))</small> | Apache Sling Models Client Model Exporter - Jackson |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-jacksonexporter-1.8)](https://build [...]
-| [Apache Sling Models Validation Implementation](https://github.com/apache/sling-org-apache-sling-models-validation-impl) <br/> <small>([org.apache.sling.models.validation-impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.validation-impl%22))</small> | Validation Implementation which leverages Sling Validation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-validation-impl-1.8 [...]
-| [Apache Sling Message oriented Middleware API](https://github.com/apache/sling-org-apache-sling-mom) <br/> <small>([org.apache.sling.mom](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.mom%22))</small> | An API to support message passing using queues or publish/subscribe patterns. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-mom-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-mongodb) <br/> <small>([org.apache.sling.mongodb](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.mongodb%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-mongodb-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mongodb-1.8)&#32;[![Coverage Status](https://img.s [...]
-| [Apache Sling NoSQL Couchbase Client](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-client) <br/> <small>([org.apache.sling.nosql.couchbase-client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-client%22))</small> | Couchbase client provider using Couchbase SDK 2. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-couchbase-client-1.8)](https://builds.ap [...]
-| [Apache Sling NoSQL Couchbase Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-resourceprovider) <br/> <small>([org.apache.sling.nosql.couchbase-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-resourceprovider%22))</small> | Resource Provider with Couchbase Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
-| [Apache Sling NoSQL Generic Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-generic) <br/> <small>([org.apache.sling.nosql.generic](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.generic%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-generic-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-generic-1.8)&# [...]
-| [Apache Sling NoSQL Launchpad](https://github.com/apache/sling-org-apache-sling-nosql-launchpad) <br/> <small>([org.apache.sling.nosql.launchpad](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.launchpad%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-launchpad-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-launchpad-1.8)&#32;[![ [...]
-| [Apache Sling NoSQL MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-mongodb-resourceprovider) <br/> <small>([org.apache.sling.nosql.mongodb-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.mongodb-resourceprovider%22))</small> | Resource Provider with MongoDB Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-n [...]
-| [Apache Sling Oak Restrictions](https://github.com/apache/sling-org-apache-sling-oak-restrictions) <br/> <small>([org.apache.sling.oak.restrictions](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.oak.restrictions%22))</small> | Supports additional restrictions for OAK (e.g. for resource type). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-oak-restrictions-1.8)](https://builds.apache.org/vie [...]
-| [Apache Sling Pax Exam Utilities](https://github.com/apache/sling-org-apache-sling-paxexam-util) <br/> <small>([org.apache.sling.paxexam.util](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.paxexam.util%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-paxexam-util-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-paxexam-util-1.8)&#32;[![Test Status] [...]
-| [Apache Sling Performance Test Tools Reactor](https://github.com/apache/sling-org-apache-sling-performance) <br/> <small>([org.apache.sling.performance.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.performance.reactor%22))</small> | Reactor for the Apache Sling Performance Test Tools |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-performance-1.8)](https://builds.apache.org/view/S-Z [...]
-| [Apache Sling Pipes](https://github.com/apache/sling-org-apache-sling-pipes) <br/> <small>([org.apache.sling.pipes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.pipes%22))</small> | bulk content changes tool |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-pipes-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-pipes-1.8)&#32;[![Test Status](https://img.shields.i [...]
-| [Apache Sling Provisioning Model](https://github.com/apache/sling-org-apache-sling-provisioning-model) <br/> <small>([org.apache.sling.provisioning.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.provisioning.model%22))</small> | The provisioning model for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-provisioning-model-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
-| [Apache Sling Query](https://github.com/apache/sling-org-apache-sling-query) <br/> <small>([org.apache.sling.query](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.query%22))</small> | jQuery-inspired repository traversal tool for Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-query-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-query-1.8)&#32;[![Test Sta [...]
-| [Apache Sling RepoInit Integration Tests](https://github.com/apache/sling-org-apache-sling-repoinit-it) <br/> <small>([org.apache.sling.repoinit.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.it%22))</small> | DISABLED - these tests have moved elsewhere, see SLING-7454 |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-repoinit-it-1.8.svg?longCac [...]
-| [Apache Sling RepoInit Parser](https://github.com/apache/sling-org-apache-sling-repoinit-parser) <br/> <small>([org.apache.sling.repoinit.parser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.parser%22))</small> | Parser for the Repository Initialization language used in Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-repoinit-parser-1.8)](https://builds.apache.org/view/S-Z/vi [...]
-| [Apache Sling Request Processing Analyzer](https://github.com/apache/sling-org-apache-sling-reqanalyzer) <br/> <small>([org.apache.sling.reqanalyzer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.reqanalyzer%22))</small> | Helps analyzing the processing times of Sling requests. Writes the following information into a log file: - request start timestamp - request end timestamp - request URL, user, response status - request progresstrack [...]
-| [Apache Sling Resource Editor](https://github.com/apache/sling-org-apache-sling-resource-editor) <br/> <small>([org.apache.sling.resource-editor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource-editor%22))</small> | A resource editor for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-editor-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
-| [Apache Sling Resource Filter](https://github.com/apache/sling-org-apache-sling-resource-filter) <br/> <small>([org.apache.sling.resource.filter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.filter%22))</small> | provides a set of utilities to create and handle streams |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-filter-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
-| [Apache Sling Inventory Printer Based on Resources](https://github.com/apache/sling-org-apache-sling-resource-inventory) <br/> <small>([org.apache.sling.resource.inventory](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.inventory%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-inventory-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-s [...]
-| [Apache Sling Resource Presence](https://github.com/apache/sling-org-apache-sling-resource-presence) <br/> <small>([org.apache.sling.resource.presence](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.presence%22))</small> | Apache Sling Resource Presence |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-presence-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
-| [Apache Sling Resource Access Security Integration Tests](https://github.com/apache/sling-org-apache-sling-resourceaccesssecurity-it) <br/> <small>([org.apache.sling.resourceaccesssecurity.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceaccesssecurity.it%22))</small> | Project that tests functionality for org.apache.sling.resourceaccesssecurity bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
-| [Apache Sling Resource Access Security](https://github.com/apache/sling-org-apache-sling-resourceaccesssecurity) <br/> <small>([org.apache.sling.resourceaccesssecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceaccesssecurity%22))</small> | This bundle provides in implementation of the ResourceAccessSecurity service |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceaccessse [...]
-| [Apache Sling Resource Builder](https://github.com/apache/sling-org-apache-sling-resourcebuilder) <br/> <small>([org.apache.sling.resourcebuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcebuilder%22))</small> | Utilities to create Sling content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourcebuilder-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
-| [Apache Sling Resource Collection API](https://github.com/apache/sling-org-apache-sling-resourcecollection) <br/> <small>([org.apache.sling.resourcecollection](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcecollection%22))</small> | The Apache Sling resource collection bundle provides an api to manage collections of Resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceco [...]
-| [Apache Sling Resource Merger](https://github.com/apache/sling-org-apache-sling-resourcemerger) <br/> <small>([org.apache.sling.resourcemerger](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcemerger%22))</small> | This bundle provides services to merge resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourcemerger-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling Resource Resolver](https://github.com/apache/sling-org-apache-sling-resourceresolver) <br/> <small>([org.apache.sling.resourceresolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceresolver%22))</small> | This bundle provides the Resource Resolver and the Resource Resolver Factory. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceresolver-1.8)](https://builds.ap [...]
-| [Apache Sling Rewriter](https://github.com/apache/sling-org-apache-sling-rewriter) <br/> <small>([org.apache.sling.rewriter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.rewriter%22))</small> | The Apache Sling rewriter allows configurable post processing of any output from Apache Sling. The output can be processed by a configurable processor or a configurable pipeline. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon [...]
-| [Apache Sling Scripting API](https://github.com/apache/sling-org-apache-sling-scripting-api) <br/> <small>([org.apache.sling.scripting.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.api%22))</small> | This bundle provides the internal API to implement scripting. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
-| [Apache Sling Script Console](https://github.com/apache/sling-org-apache-sling-scripting-console) <br/> <small>([org.apache.sling.scripting.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.console%22))</small> | Web Console plugin for evaluating scripts |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-console-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Scripting Core implementation](https://github.com/apache/sling-org-apache-sling-scripting-core) <br/> <small>([org.apache.sling.scripting.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.core%22))</small> | Sling Scripting core functionality |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling- [...]
-| [Apache Sling Wrapper Bundle for Apache Tomcat EL API](https://github.com/apache/sling-org-apache-sling-scripting-el-api) <br/> <small>([org.apache.sling.scripting.el-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.el-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting- [...]
-| [Apache Sling Scripting ESX](https://github.com/apache/sling-org-apache-sling-scripting-esx) <br/> <small>([org.apache.sling.scripting.esx](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.esx%22))</small> | Support NodeJS like scripting and module resolution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-esx-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Scripting FreeMarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker) <br/> <small>([org.apache.sling.scripting.freemarker](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.freemarker%22))</small> | Support for FreeMarker scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-freemarker-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
-| [Apache Sling Scripting Groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy) <br/> <small>([org.apache.sling.scripting.groovy](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.groovy%22))</small> | Support for scripting with Groovy |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-groovy-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-ap [...]
-| [Apache Sling Scripting Java Support](https://github.com/apache/sling-org-apache-sling-scripting-java) <br/> <small>([org.apache.sling.scripting.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.java%22))</small> | Support for scripting Java |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-java-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
-| [Apache Sling Scripting JavaScript Support](https://github.com/apache/sling-org-apache-sling-scripting-javascript) <br/> <small>([org.apache.sling.scripting.javascript](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.javascript%22))</small> | Support for JavaScript scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-javascript-1.8)](https://builds.apache.org/view/S-Z/ [...]
-| [Apache Sling Wrapper Bundle for Apache Tomcat JSP API](https://github.com/apache/sling-org-apache-sling-scripting-jsp-api) <br/> <small>([org.apache.sling.scripting.jsp-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scrip [...]
-| [Apache Sling Scripting JSP Standard Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-jstl) <br/> <small>([org.apache.sling.scripting.jsp.jstl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.jstl%22))</small> | JavaServer Pages Standard Tag Library based on Jakarta Taglibs (XML support excluded) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting [...]
-| [Apache Sling Scripting JSP Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib) <br/> <small>([org.apache.sling.scripting.jsp.taglib](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.taglib%22))</small> | Core Tag Library for Apache Sling JSP support |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-taglib-1.8)](https://builds.apache.org [...]
-| [Apache Sling Scripting JSP Support](https://github.com/apache/sling-org-apache-sling-scripting-jsp) <br/> <small>([org.apache.sling.scripting.jsp](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp%22))</small> | Support for JSP scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-scri [...]
-| [Apache Sling Scripting HTL Java Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler-java) <br/> <small>([org.apache.sling.scripting.sightly.compiler.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler.java%22))</small> | The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.co [...]
-| [Apache Sling Scripting HTL Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler) <br/> <small>([org.apache.sling.scripting.sightly.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler%22))</small> | The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree. |&#32;[![Build Status](https://builds.apache [...]
-| [Apache Sling Scripting HTL JavaScript Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider) <br/> <small>([org.apache.sling.scripting.sightly.js.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.js.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-js-provider-1.8)](https://builds.apache.o [...]
-| [Apache Sling Scripting HTL Sling Models Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider) <br/> <small>([org.apache.sling.scripting.sightly.models.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.models.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-models-provider-1.8)](https [...]
-| [Apache Sling Scripting HTL Read-Eval-Print Loop Environment](https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl) <br/> <small>([org.apache.sling.scripting.sightly.repl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.repl%22))</small> | REPL for Apache Sling Scripting HTL engine |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-repl-1.8)] [...]
-| [Apache Sling Scripting HTL Runtime](https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime) <br/> <small>([org.apache.sling.scripting.sightly.runtime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.runtime%22))</small> | The Apache Sling Scripting HTL Runtime provides support for executing HTL Java compiled units produced by the org.apache.sling.scripting.sightly.compiler.java module. |&#32;[![Buil [...]
-| [Apache Sling Scripting HTL Integration Tests Content](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content) <br/> <small>([org.apache.sling.scripting.sightly.testing-content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing-content%22))</small> | This bundle contains: - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations. - Content [...]
-| [Apache Sling Scripting HTL Integration Tests](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing) <br/> <small>([org.apache.sling.scripting.sightly.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing%22))</small> | This project runs the integration tests for validating the Apache Sling Scripting HTL implementation against the Adobe HTL TCK. |&#32;[![Build Status](https://builds.apac [...]
-| [Apache Sling Scripting HTL Engine](https://github.com/apache/sling-org-apache-sling-scripting-sightly) <br/> <small>([org.apache.sling.scripting.sightly](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly%22))</small> | The Apache Sling Scripting HTL Engine is a Java implementation of the HTML Template Language specification. The bundle contains the HTL script engine and its runtime implementation. |&#32;[![Build Status]( [...]
-| [Apache Sling Scripting Thymeleaf](https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf) <br/> <small>([org.apache.sling.scripting.thymeleaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.thymeleaf%22))</small> | Apache Sling Scripting Thymeleaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-thymeleaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
-| [Apache Sling Scripting W3C XML Processing Support](https://github.com/apache/sling-org-apache-sling-scripting-xproc) <br/> <small>([org.apache.sling.scripting.xproc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.xproc%22))</small> | Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-xproc-1.8)](htt [...]
-| [Apache Sling Security](https://github.com/apache/sling-org-apache-sling-security) <br/> <small>([org.apache.sling.security](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.security%22))</small> | The Apache Sling Security module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-security-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-security-1.8)&#32;[![Test Sta [...]
-| [Apache Sling Service User Web Console](https://github.com/apache/sling-org-apache-sling-serviceuser-webconsole) <br/> <small>([org.apache.sling.serviceuser.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.serviceuser.webconsole%22))</small> | Provides an OSGi Web Console for creating, updating and viewing Service Users. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-serviceuser-we [...]
-| [Apache Sling Service User Mapper](https://github.com/apache/sling-org-apache-sling-serviceusermapper) <br/> <small>([org.apache.sling.serviceusermapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.serviceusermapper%22))</small> | Provides a service to map service names with optional service information to user names to be used to access repositories such as the JCR repository or the Sling ResourceResolver. |&#32;[![Build Status](htt [...]
-| [Apache Sling Servlet Helpers](https://github.com/apache/sling-org-apache-sling-servlet-helpers) <br/> <small>([org.apache.sling.servlet-helpers](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlet-helpers%22))</small> | Mock implementations of SlingHttpServletRequest, SlingHttpServletResponse and related classes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlet-helpers-1.8)](https: [...]
-| [Apache Sling Servlets Annotations IT](https://github.com/apache/sling-org-apache-sling-servlets-annotations-it) <br/> <small>([org.apache.sling.servlets.annotations.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations.it%22))</small> | Integration tests for OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apa [...]
-| [Apache Sling Servlet Annotations](https://github.com/apache/sling-org-apache-sling-servlets-annotations) <br/> <small>([org.apache.sling.servlets.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations%22))</small> | OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-annotations-1.8) [...]
-| [Apache Sling Default GET Servlets](https://github.com/apache/sling-org-apache-sling-servlets-get) <br/> <small>([org.apache.sling.servlets.get](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.get%22))</small> | Provides default GET servlets for HTML, Text and JSON rendering and streaming resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-get-1.8)](https://builds.apac [...]
-| [Apache Sling Default POST Servlets](https://github.com/apache/sling-org-apache-sling-servlets-post) <br/> <small>([org.apache.sling.servlets.post](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.post%22))</small> | Provides default POST servlets. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-post-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
-| [Apache Sling Servlet Resolver](https://github.com/apache/sling-org-apache-sling-servlets-resolver) <br/> <small>([org.apache.sling.servlets.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.resolver%22))</small> | Bundle implementing the Sling API ServletResolver. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-resolver-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
-| [Apache Sling Settings](https://github.com/apache/sling-org-apache-sling-settings) <br/> <small>([org.apache.sling.settings](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.settings%22))</small> | Settings support including run modes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-settings-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-settings-1.8)&#32;[![Test  [...]
-| [Apache Sling Starter Content](https://github.com/apache/sling-org-apache-sling-starter-content) <br/> <small>([org.apache.sling.starter.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.content%22))</small> | This bundle provides content that is loaded in the JCR repository for the Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-content-1.8)](https://buil [...]
-| [Apache Sling Starter Startup Module](https://github.com/apache/sling-org-apache-sling-starter-startup) <br/> <small>([org.apache.sling.starter.startup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.startup%22))</small> | A module for handling the startup of the Apache Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-startup-1.8)](https://builds.apache.org/view/ [...]
-| [Apache Sling Starter Application](https://github.com/apache/sling-org-apache-sling-starter) <br/> <small>([org.apache.sling.starter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter%22))</small> | The Sling Starter application, available in both JAR and WAR flavors. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
-| [Apache Sling Startup Filter Disabler](https://github.com/apache/sling-org-apache-sling-startupfilter-disabler) <br/> <small>([org.apache.sling.startupfilter.disabler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.startupfilter.disabler%22))</small> | Registers a StartupFilterDisabler to disable the Sling Startup Filter. Configure this bundle with a high enough run level to remove the startup filter once the system is ready. |&#32;[![B [...]
-| [Apache Sling Startup Filter](https://github.com/apache/sling-org-apache-sling-startupfilter) <br/> <small>([org.apache.sling.startupfilter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.startupfilter%22))</small> | Servlet Filter that blocks access to Sling while starting up. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-startupfilter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
-| [Apache Sling Superimposing Resource Provider](https://github.com/apache/sling-org-apache-sling-superimposing) <br/> <small>([org.apache.sling.superimposing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.superimposing%22))</small> | Allows to mirror resource trees and superimposing resources. All changes from the master tree are reflected to the mirrored tree. It is possible to add or overlay resources in the mirrored tree. |&#32;[![Bu [...]
-| [Apache Sling Log Tail Implementation](https://github.com/apache/sling-org-apache-sling-tail) <br/> <small>([org.apache.sling.tail](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tail%22))</small> | This bundle enables a web tail view of the system log files. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tail-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-tai [...]
-| [Apache Sling Tenant](https://github.com/apache/sling-org-apache-sling-tenant) <br/> <small>([org.apache.sling.tenant](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tenant%22))</small> | This bundle provides the Tenant Provider Implementation and API. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tenant-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-tenant-1 [...]
-| [Apache Sling Context-Aware Configuration Mock Plugin](https://github.com/apache/sling-org-apache-sling-testing-caconfig-mock-plugin) <br/> <small>([org.apache.sling.testing.caconfig-mock-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.caconfig-mock-plugin%22))</small> | Mock Context Plugin for Apache Sling Context-Aware Configuration |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-s [...]
-| [Apache Sling Testing Clients](https://github.com/apache/sling-org-apache-sling-testing-clients) <br/> <small>([org.apache.sling.testing.clients](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.clients%22))</small> | Sling testing http clients and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-clients-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
-| [Apache Sling Testing Email Support](https://github.com/apache/sling-org-apache-sling-testing-email) <br/> <small>([org.apache.sling.testing.email](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.email%22))</small> | Contains utilities that assist in validating email-enabled OSGi applications. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-email-1.8)](https://builds.apache.org [...]
-| [Apache Sling Testing Hamcrest](https://github.com/apache/sling-org-apache-sling-testing-hamcrest) <br/> <small>([org.apache.sling.testing.hamcrest](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.hamcrest%22))</small> | Hamcrest matchers tailored for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-hamcrest-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Testing JCR Mock](https://github.com/apache/sling-org-apache-sling-testing-jcr-mock) <br/> <small>([org.apache.sling.testing.jcr-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.jcr-mock%22))</small> | Mock implementation of selected JCR APIs. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-jcr-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling Testing Mock Log Configuration](https://github.com/apache/sling-org-apache-sling-testing-logging-mock) <br/> <small>([org.apache.sling.testing.logging-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.logging-mock%22))</small> | Default simple SLF4J log configuration for Mock libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-logging-mock-1.8)](https:/ [...]
-| [Apache Sling Testing OSGi Mock](https://github.com/apache/sling-org-apache-sling-testing-osgi-mock) <br/> <small>([org.apache.sling.testing.osgi-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.osgi-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-osgi-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
-| [Apache Sling Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) <br/> <small>([org.apache.sling.testing.paxexam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.paxexam%22))</small> | Test support for use with Pax Exam. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-paxexam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
-| [Apache Sling Testing Resource Resolver Mock](https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock) <br/> <small>([org.apache.sling.testing.resourceresolver-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.resourceresolver-mock%22))</small> | Mock for the resource resolver / factory for easier testing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testi [...]
-| [Apache Sling Testing Rules](https://github.com/apache/sling-org-apache-sling-testing-rules) <br/> <small>([org.apache.sling.testing.rules](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.rules%22))</small> | Sling testing junit rules and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-rules-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
-| [Apache Sling Server Setup Tools](https://github.com/apache/sling-org-apache-sling-testing-serversetup) <br/> <small>([org.apache.sling.testing.serversetup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.serversetup%22))</small> | Sling Server Setup utilities. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-serversetup-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver](https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak) <br/> <small>([org.apache.sling.testing.sling-mock-oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock-oak%22))</small> | Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks. |&#32;[![Build Status](https://builds.apache. [...]
-| [Apache Sling Testing Sling Mock](https://github.com/apache/sling-org-apache-sling-testing-sling-mock) <br/> <small>([org.apache.sling.testing.sling-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-sling-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sli [...]
-| [Apache Sling Tooling Support Install](https://github.com/apache/sling-org-apache-sling-tooling-support-install) <br/> <small>([org.apache.sling.tooling.support.install](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.install%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-install-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
-| [Apache Sling Tooling Support Source](https://github.com/apache/sling-org-apache-sling-tooling-support-source) <br/> <small>([org.apache.sling.tooling.support.source](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.source%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-source-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
-| [Apache Sling Log Tracer](https://github.com/apache/sling-org-apache-sling-tracer) <br/> <small>([org.apache.sling.tracer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tracer%22))</small> | Tracer provides support for enabling the logs for specific category at specific level and only for specific request. It provides a very fine level of control via config provided as part of HTTP request around how the logging should be performed for [...]
-| [Apache Sling URL Rewriter](https://github.com/apache/sling-org-apache-sling-urlrewriter) <br/> <small>([org.apache.sling.urlrewriter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.urlrewriter%22))</small> | Apache Sling URL Rewriter |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-urlrewriter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-urlrewriter-1.8)&#32; [...]
-| [Apache Sling Validation Framework API](https://github.com/apache/sling-org-apache-sling-validation-api) <br/> <small>([org.apache.sling.validation.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.api%22))</small> | The Apache Sling Validation Framework API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
-| [Apache Sling Validation Framework Core Implementation](https://github.com/apache/sling-org-apache-sling-validation-core) <br/> <small>([org.apache.sling.validation.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.core%22))</small> | Provides Validation services to Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-core-1.8)](https://builds.apache.org/view/ [...]
-| [Apache Sling Validation Framework Examples](https://github.com/apache/sling-org-apache-sling-validation-examples) <br/> <small>([org.apache.sling.validation.examples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.examples%22))</small> | Demo Examples for the Apache Sling Validation Framework |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-examples-1.8)](https://builds. [...]
-| [Apache Sling Validation Framework Testing Services](https://github.com/apache/sling-org-apache-sling-validation-test-services) <br/> <small>([org.apache.sling.validation.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.test-services%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-test-services-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
-| [Apache Sling XSS Protection](https://github.com/apache/sling-org-apache-sling-xss) <br/> <small>([org.apache.sling.xss](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.xss%22))</small> | Apache Sling XSS Protection Bundle providing XSS protection based on the OWASP AntiSamy and OWASP Java Encoder libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-xss-1.8)](https://builds.apache.org/vi [...]
-| [Apache Sling (Parent)](https://github.com/apache/sling-parent) <br/> <small>([sling](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling%22))</small> | The parent project for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-parent-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-parent-1.8)&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling [...]
-| [Apache Sling Samples (Builder)](https://github.com/apache/sling-samples) <br/> <small>([sling-samples-builder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-samples-builder%22))</small> | Pseudo project to build all sample modules. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-samples-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https [...]
-| [Apache Sling Servlet Archetype](https://github.com/apache/sling-servlet-archetype) <br/> <small>([sling-servlet-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-servlet-archetype%22))</small> | Maven archetype for Sling Servlets |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-servlet-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-servlet-archetype-1.8)&#32;[![Test Status](https://img.s [...]
-| [Apache Sling Website](https://github.com/apache/sling-site) <br/> <small>([sling-site](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-site%22))</small> | |&#32;[![Coverage Status](https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-site-1.8.svg?longCache=true)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-site-1.8/)|
-| [Apache Sling OSGi Feature Maven Plugin](https://github.com/apache/sling-slingfeature-maven-plugin) <br/> <small>([slingfeature-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingfeature-maven-plugin%22))</small> | Maven Plugin for OSGi Applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingfeature-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingfeature-maven-plugin-1. [...]
-| [Apache Sling Slingstart Archetype](https://github.com/apache/sling-slingstart-archetype) <br/> <small>([sling-slingstart-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-slingstart-archetype%22))</small> | Maven archetype for a Sling Slingstart application |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-archetype-1.8) [...]
-| [Apache Sling SlingStart Maven Plugin](https://github.com/apache/sling-slingstart-maven-plugin) <br/> <small>([slingstart-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingstart-maven-plugin%22))</small> | Maven Plugin supporting Sling Launchpad |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-maven-plugin-1.8)&#32; [...]
-| [Apache Sling Taglib Archetype](https://github.com/apache/sling-taglib-archetype) <br/> <small>([sling-taglib-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-taglib-archetype%22))</small> | Maven archetype for JSP Taglib |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-taglib-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-taglib-archetype-1.8)&#32;[![Coverage Status](https://img.shields [...]
\ No newline at end of file
+| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |
+|---	|---	|---    	|---|
+| [Apache Sling Adapter Annotations](https://github.com/apache/sling-adapter-annotations) <br/> <small>([adapter-annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22adapter-annotations%22))</small> | Annotations used to generate Sling Adapter metadata |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-adapter-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-adapter-annotations-1.8)&#32;[![JavaDocs] [...]
+| [Apache Sling JAR Resource Bundle](https://github.com/apache/sling-apache-sling-jar-resource-bundle) <br/> <small>([apache-sling-jar-resource-bundle](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22apache-sling-jar-resource-bundle%22))</small> | An archive which contains templates for generating the necessary Sling notice file. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-apache-sling-jar-resource-bundle-1.8)](https://build [...]
+| [Apache Sling Archetype Parent](https://github.com/apache/sling-archetype-parent) <br/> <small>([sling-archetype-parent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-archetype-parent%22))</small> | The parent project for Apache Sling archetypes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-archetype-parent-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-archetype-parent-1.8)&#32;[![JavaDocs](https://w [...]
+| [Apache Sling Bundle Archetype](https://github.com/apache/sling-bundle-archetype) <br/> <small>([sling-bundle-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-bundle-archetype%22))</small> | Maven archetype for a generic OSGi bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-bundle-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-bundle-archetype-1.8)&#32;[![JavaDocs](https://www.ja [...]
+| [Apache Sling HTL Maven Plugin](https://github.com/apache/sling-htl-maven-plugin) <br/> <small>([htl-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22htl-maven-plugin%22))</small> | The Apache Sling HTL Maven Plugin provides support for validating HTML Template Language scripts from projects. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-htl-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Initial Content Archetype](https://github.com/apache/sling-initial-content-archetype) <br/> <small>([sling-initial-content-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-initial-content-archetype%22))</small> | Maven archetype for initial content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-initial-content-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-initial-content [...]
+| [Apache Sling JCRInstall Bundle Archetype](https://github.com/apache/sling-jcrinstall-bundle-archetype) <br/> <small>([sling-jcrinstall-bundle-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-jcrinstall-bundle-archetype%22))</small> | Maven archetype for a generic OSGi bundle installed via JCR Install. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-jcrinstall-bundle-archetype-1.8)](https://builds.apache.org/vi [...]
+| [Apache Sling Maven JSP Compiler Plugin](https://github.com/apache/sling-jspc-maven-plugin) <br/> <small>([jspc-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22jspc-maven-plugin%22))</small> | Maven Plugin for compiling JSP sources into bundles |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-jspc-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-jspc-maven-plugin-1.8)&#32;[![JavaDocs](htt [...]
+| [Apache Sling Launchpad Comparator](https://github.com/apache/sling-launchpad-comparator) <br/> <small>([launchpad-comparator](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22launchpad-comparator%22))</small> | Command line utility which helps with comparing the artifacts contained by two launchpad instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-comparator-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
+| [Apache Sling Launchpad Debian Package Builder](https://github.com/apache/sling-launchpad-debian) <br/> <small>([sling-launchpad-debian](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-debian%22))</small> | Simple packaged installation for sling launchpad standalone jar as a system daemon. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-debian-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Launchpad Standalone Archetype](https://github.com/apache/sling-launchpad-standalone-archetype) <br/> <small>([sling-launchpad-standalone-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-standalone-archetype%22))</small> | Maven archetype for Sling Launchpad Standalone applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-standalone-archetype-1.8)](https://builds.apache. [...]
+| [Apache Sling Launchpad Webapp Archetype](https://github.com/apache/sling-launchpad-webapp-archetype) <br/> <small>([sling-launchpad-webapp-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-launchpad-webapp-archetype%22))</small> | Maven archetype for Sling Launchpad Webapp applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-launchpad-webapp-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
+| [Apache Sling Maven JCROCM Plugin](https://github.com/apache/sling-maven-jcrocm-plugin) <br/> <small>([maven-jcrocm-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-jcrocm-plugin%22))</small> | The Maven JcrOCM Plugin supports extracting and generation of Jackrabbit OCM descriptors from JavaDoc tags embedded in the Java Classes contained in the project sources |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven- [...]
+| [Apache Sling Maven Launchpad Plugin](https://github.com/apache/sling-maven-launchpad-plugin) <br/> <small>([maven-launchpad-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-launchpad-plugin%22))</small> | Maven Plugin supporting Sling Launchpad |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-launchpad-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-launchpad-plugin-1.8)&#32;[![Tes [...]
+| [Apache Sling Maven Sling Plugin](https://github.com/apache/sling-maven-sling-plugin) <br/> <small>([maven-sling-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22maven-sling-plugin%22))</small> | Apache Sling Maven Plugin for Supporting Bundle Development |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-maven-sling-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-maven-sling-plugin-1.8)&#32;[![Test St [...]
+| [Apache Sling Adapter Manager Implementation](https://github.com/apache/sling-org-apache-sling-adapter) <br/> <small>([org.apache.sling.adapter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.adapter%22))</small> | Bundle implementing the AdapterManager and provides a convenience implementation of the Adaptable interface to make use of this AdapterManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-a [...]
+| [Apache Sling API](https://github.com/apache/sling-org-apache-sling-api) <br/> <small>([org.apache.sling.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.api%22))</small> | The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling [...]
+| [Apache Sling - CMS](https://github.com/apache/sling-org-apache-sling-app-cms) <br/> <small>([org.apache.sling.cms](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cms%22))</small> | An Apache Sling Reference CMS Application |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-app-cms-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-app-cms-1.8)&#32;[![Test Status](htt [...]
+| [Apache Sling Authentication Service](https://github.com/apache/sling-org-apache-sling-auth-core) <br/> <small>([org.apache.sling.auth.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.core%22))</small> | The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an  [...]
+| [Apache Sling Form Based Authentication Handler](https://github.com/apache/sling-org-apache-sling-auth-form) <br/> <small>([org.apache.sling.auth.form](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.form%22))</small> | Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating. |&#32;[![Bu [...]
+| [Apache Sling Authentication XING API](https://github.com/apache/sling-org-apache-sling-auth-xing-api) <br/> <small>([org.apache.sling.auth.xing.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.api%22))</small> | Apache Sling Authentication XING API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
+| [Apache Sling Authentication XING Login](https://github.com/apache/sling-org-apache-sling-auth-xing-login) <br/> <small>([org.apache.sling.auth.xing.login](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.login%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-login-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-xing-login-1. [...]
+| [Apache Sling Authentication XING OAuth](https://github.com/apache/sling-org-apache-sling-auth-xing-oauth) <br/> <small>([org.apache.sling.auth.xing.oauth](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.xing.oauth%22))</small> | Apache Sling Authentication XING OAuth |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-auth-xing-oauth-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Models bnd Plugin](https://github.com/apache/sling-org-apache-sling-bnd-models) <br/> <small>([org.apache.sling.bnd.models](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.bnd.models%22))</small> | This bnd plugin detected all Sling Models classes and adds a bundle header Sling-Model-Classes containing their names. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-bnd-models-1.8)]( [...]
+| [Apache Sling Bundle Resource Provider](https://github.com/apache/sling-org-apache-sling-bundleresource-impl) <br/> <small>([org.apache.sling.bundleresource.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.bundleresource.impl%22))</small> | Provides a ResourceProvider implementation supporting bundle based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-bundleresource-impl-1.8) [...]
+| [Apache Sling Context-Aware Configuration API](https://github.com/apache/sling-org-apache-sling-caconfig-api) <br/> <small>([org.apache.sling.caconfig.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.api%22))</small> | Apache Sling Context-Aware Configuration API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Context-Aware Configuration bnd Plugin](https://github.com/apache/sling-org-apache-sling-caconfig-bnd-plugin) <br/> <small>([org.apache.sling.caconfig.bnd-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.bnd-plugin%22))</small> | This bnd plugin detected all configuration annotation classes and adds a bundle header Sling-ContextAware-Configuration-Classes containing their names. |&#32;[![Build Status](https: [...]
+| [Apache Sling Context-Aware Configuration Implementation](https://github.com/apache/sling-org-apache-sling-caconfig-impl) <br/> <small>([org.apache.sling.caconfig.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.impl%22))</small> | Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-impl-1.8)](https://builds.apache.org/ [...]
+| [Apache Sling Context-Aware Configuration Integration Tests](https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests) <br/> <small>([org.apache.sling.caconfig.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.integration-tests%22))</small> | Integration tests for the Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=s [...]
+| [Apache Sling Context-Aware Configuration SPI](https://github.com/apache/sling-org-apache-sling-caconfig-spi) <br/> <small>([org.apache.sling.caconfig.spi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.spi%22))</small> | Apache Sling Context-Aware Configuration SPI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-spi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Capabilities - JCR source](https://github.com/apache/sling-org-apache-sling-capabilities-jcr) <br/> <small>([org.apache.sling.capabilities.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.capabilities.jcr%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-capabilities-jcr-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-capabilities-j [...]
+| [Apache Sling Capabilities](https://github.com/apache/sling-org-apache-sling-capabilities) <br/> <small>([org.apache.sling.capabilities](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.capabilities%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-capabilities-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-capabilities-1.8)&#32;[![Test Status](https [...]
+| [Apache Sling Cassandra Resource Provider](https://github.com/apache/sling-org-apache-sling-cassandra) <br/> <small>([org.apache.sling.cassandra](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cassandra%22))</small> | Provides a ResourceProvider implementation supporting Apache Cassandra based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-cassandra-1.8)](https://builds.apache.org [...]
+| [Apache Sling Clam](https://github.com/apache/sling-org-apache-sling-clam) <br/> <small>([org.apache.sling.clam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.clam%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-clam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-clam-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https/builds.apache. [...]
+| [Apache Sling Commons Cache API](https://github.com/apache/sling-org-apache-sling-commons-cache-api) <br/> <small>([org.apache.sling.commons.cache.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.api%22))</small> | This bundle porvides a Cache API for Sling applications to use. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-api-1.8)](https://builds.apache.org/v [...]
+| [Apache Sling OSGi PAX Exam support library](https://github.com/apache/sling-org-apache-sling-commons-cache-container-test) <br/> <small>([org.apache.sling.commons.cache.container-test](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.container-test%22))</small> | This bundle provides a base class for OSGi Container tests. It should be incuded as a dependency with a scope of test. |&#32;[![Build Status](https://builds.apache [...]
+| [Apache Sling Cache API EhCache implementation](https://github.com/apache/sling-org-apache-sling-commons-cache-ehcache) <br/> <small>([org.apache.sling.commons.cache.ehcache](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.ehcache%22))</small> | This bundle provides an implementation of the Cache API using ehcache. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-ehc [...]
+| [Apache Sling Cache API Implementation support library](https://github.com/apache/sling-org-apache-sling-commons-cache-impl) <br/> <small>([org.apache.sling.commons.cache.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.impl%22))</small> | This bundle provides an implementation support for Cache implementations. It is a utility jar that should be embedded. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
+| [Apache Sling Cache Portal Cache](https://github.com/apache/sling-org-apache-sling-commons-cache-portal) <br/> <small>([org.apache.sling.commons.cache.portal](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.cache.portal%22))</small> | This bundle provides an implementation of the portal Cache using the Cache API . |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-cache-portal-1.8 [...]
+| [Apache Sling Commons Clam](https://github.com/apache/sling-org-apache-sling-commons-clam) <br/> <small>([org.apache.sling.commons.clam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.clam%22))</small> | Service to scan data for malware with ClamAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-clam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
+| [Apache Sling Dynamic Class Loader Support](https://github.com/apache/sling-org-apache-sling-commons-classloader) <br/> <small>([org.apache.sling.commons.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.classloader%22))</small> | This bundle provides support for dynamic class loading used for example by the scripting engines. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling- [...]
+| [Apache Sling Commons Java Compiler](https://github.com/apache/sling-org-apache-sling-commons-compiler) <br/> <small>([org.apache.sling.commons.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.compiler%22))</small> | The Sling Commons Java Compiler bundle provides platform independent Java Compilation support using the Eclipse Java Compiler (org.eclipse.jdt). |&#32;[![Build Status](https://builds.apache.org/buildStatus/i [...]
+| [Apache Sling Content Detection Support](https://github.com/apache/sling-org-apache-sling-commons-contentdetection) <br/> <small>([org.apache.sling.commons.contentdetection](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.contentdetection%22))</small> | Content-based MIME type detection |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-contentdetection-1.8)](https://builds.apache [...]
+| [Apache Sling Commons FileSystem ClassLoader](https://github.com/apache/sling-org-apache-sling-commons-fsclassloader) <br/> <small>([org.apache.sling.commons.fsclassloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.fsclassloader%22))</small> | The Sling Commons FileSystem ClassLoader bundle provides a dynamic class loader for reading and writing class files from and to the file system. |&#32;[![Build Status](https://builds. [...]
+| [Apache Sling Commons HTML Utilities](https://github.com/apache/sling-org-apache-sling-commons-html) <br/> <small>([org.apache.sling.commons.html](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.html%22))</small> | The Sling Commons HTML bundle provides utility classes for parsing and creating HTML. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-html-1.8)](https://builds.apach [...]
+| [Apache Sling Commons JCR File](https://github.com/apache/sling-org-apache-sling-commons-jcr-file) <br/> <small>([org.apache.sling.commons.jcr.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.jcr.file%22))</small> | NIO.2 file system implementation for JCR || &#32;[![Pull Requests](https://img.shields.io/github/issues-pr/apache/sling-org-apache-sling-commons-jcr-file.svg)](https://github.com/apache/sling-org-apache-sling-com [...]
+| [Apache Sling Commons Johnzon Wrapper Library](https://github.com/apache/sling-org-apache-sling-commons-johnzon) <br/> <small>([org.apache.sling.commons.johnzon](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.johnzon%22))</small> | Apache Johnzon powered javax.json library |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-johnzon-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
+| [Apache Sling Log WebConsole](https://github.com/apache/sling-org-apache-sling-commons-log-webconsole) <br/> <small>([org.apache.sling.commons.log.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.log.webconsole%22))</small> | This bundle provides webconsole plugin for Sling Commons Log |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-log-webconsole-1.8)](https://build [...]
+| [Apache Sling Commons Log](https://github.com/apache/sling-org-apache-sling-commons-log) <br/> <small>([org.apache.sling.commons.log](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.log%22))</small> | This bundle embeds Logback which provides the SLF4J logging API. The embedding supports dynamic OSGi-configuration without requiring to edit some global filesystem based XML file. |&#32;[![Build Status](https://builds.apache.org/bui [...]
+| [Apache Sling OSGi LogService Implementation](https://github.com/apache/sling-org-apache-sling-commons-logservice) <br/> <small>([org.apache.sling.commons.logservice](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.logservice%22))</small> | Implementation of the OSGi Compendium Log Service using SLF4J as the actual logging backend. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-common [...]
+| [Apache Sling Commons Messaging Mail](https://github.com/apache/sling-org-apache-sling-commons-messaging-mail) <br/> <small>([org.apache.sling.commons.messaging.mail](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.messaging.mail%22))</small> | Messaging service using Commons Email to send mails. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-messaging-mail-1.8)](https://build [...]
+| [Apache Sling Commons Messaging](https://github.com/apache/sling-org-apache-sling-commons-messaging) <br/> <small>([org.apache.sling.commons.messaging](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.messaging%22))</small> | Apache Sling Commons Messaging |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-messaging-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
+| [Apache Sling RRD4J metrics reporter](https://github.com/apache/sling-org-apache-sling-commons-metrics-rrd4j) <br/> <small>([org.apache.sling.commons.metrics-rrd4j](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.metrics-rrd4j%22))</small> | Stores Metrics to the local filesystem using RRD4J. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-metrics-rrd4j-1.8)](https://builds.apa [...]
+| [Apache Sling Metrics](https://github.com/apache/sling-org-apache-sling-commons-metrics) <br/> <small>([org.apache.sling.commons.metrics](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.metrics%22))</small> | Integrates Metric library with Sling. Refer to https://sling.apache.org/documentation/bundles/metrics.html for details |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-metr [...]
+| [Apache Sling Commons MIME type mapping support](https://github.com/apache/sling-org-apache-sling-commons-mime) <br/> <small>([org.apache.sling.commons.mime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.mime%22))</small> | Support for configurable MIME type mapping and querying |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-mime-1.8)](https://builds.apache.org/view/S-Z/view [...]
+| [Apache Sling Commons OSGi support](https://github.com/apache/sling-org-apache-sling-commons-osgi) <br/> <small>([org.apache.sling.commons.osgi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.osgi%22))</small> | Commons OSGi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-osgi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-commons-osgi-1.8)&#32; [...]
+| [Apache Sling Commons Scheduler Support](https://github.com/apache/sling-org-apache-sling-commons-scheduler) <br/> <small>([org.apache.sling.commons.scheduler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.scheduler%22))</small> | Support for scheduling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-scheduler-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Testing Utilities](https://github.com/apache/sling-org-apache-sling-commons-testing) <br/> <small>([org.apache.sling.commons.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.testing%22))</small> | Tools and utilities for automated testing of Sling modules |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-testing-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
+| [Apache Sling Thread Dumper](https://github.com/apache/sling-org-apache-sling-commons-threaddump) <br/> <small>([org.apache.sling.commons.threaddump](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.threaddump%22))</small> | Plugin providing plugins to the Felix Shell and Web Console to have the current threads with the stack traces dumped. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-slin [...]
+| [Apache Sling Thread Support](https://github.com/apache/sling-org-apache-sling-commons-threads) <br/> <small>([org.apache.sling.commons.threads](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.commons.threads%22))</small> | Support for thread handling like pooling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-commons-threads-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
+| [Apache Sling Crankstart Launcher](https://github.com/apache/sling-org-apache-sling-crankstart-launcher) <br/> <small>([org.apache.sling.crankstart.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.launcher%22))</small> | Sling launcher that gets artifacts defined in a Sling Provisioning Model at runtime, instead of embedding them in the launcher jar like the Sling Launchpad does. |&#32;[![Build Status](https://builds. [...]
+| [Apache Sling Crankstart Test Provisioning Model](https://github.com/apache/sling-org-apache-sling-crankstart-test-model) <br/> <small>([org.apache.sling.crankstart.test.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.model%22))</small> | Additional Provisioning Model used in Crankstart tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-model-1.8)](ht [...]
+| [Apache Sling Crankstart Test Services](https://github.com/apache/sling-org-apache-sling-crankstart-test-services) <br/> <small>([org.apache.sling.crankstart.test.services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.crankstart.test.services%22))</small> | Bundle used to test the Crankstart launcher |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-crankstart-test-services-1.8)](https://buil [...]
+| [Apache Sling DataSource Provider](https://github.com/apache/sling-org-apache-sling-datasource) <br/> <small>([org.apache.sling.datasource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.datasource%22))</small> | Enables creation of DataSource based on OSGi configuration. Refer to http://sling.apache.org/documentation/bundles/datasource-providers.html for more details |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job [...]
+| [Apache Sling Discovery API](https://github.com/apache/sling-org-apache-sling-discovery-api) <br/> <small>([org.apache.sling.discovery.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.api%22))</small> | Support for topology discovery of instances. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
+| [Apache Sling Discovery Base](https://github.com/apache/sling-org-apache-sling-discovery-base) <br/> <small>([org.apache.sling.discovery.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.base%22))</small> | Contains Connector and Properties support that some implementations might choose to build upon |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-base-1.8)](https://bui [...]
+| [Apache Sling Discovery Commons](https://github.com/apache/sling-org-apache-sling-discovery-commons) <br/> <small>([org.apache.sling.discovery.commons](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.commons%22))</small> | Common services related to Sling Discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-commons-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
+| [Apache Sling Resource-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-impl) <br/> <small>([org.apache.sling.discovery.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.impl%22))</small> | Implementation of Apache Sling Discovery based on Sling Resource providing a ClusterView through resource-clustering (eg jackrabbit clustering) and a TopologyView through HTTP POST heartbeats announcing [...]
+| [Apache Sling Oak-Based Discovery Service](https://github.com/apache/sling-org-apache-sling-discovery-oak) <br/> <small>([org.apache.sling.discovery.oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.oak%22))</small> | Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to ea [...]
+| [Apache Sling Discovery Standalone Implementation](https://github.com/apache/sling-org-apache-sling-discovery-standalone) <br/> <small>([org.apache.sling.discovery.standalone](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.standalone%22))</small> | Implementation of the discovery API for standalone instances |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-standalone-1.8)]( [...]
+| [Apache Sling Discovery Support Bundle](https://github.com/apache/sling-org-apache-sling-discovery-support) <br/> <small>([org.apache.sling.discovery.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.discovery.support%22))</small> | Supporting services for the discovery |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-discovery-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
+| [Apache Sling Distribution API](https://github.com/apache/sling-org-apache-sling-distribution-api) <br/> <small>([org.apache.sling.distribution.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.api%22))</small> | The Apache Sling Distribution API bundle provides the APIs for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-api-1 [...]
+| [Apache Sling Distribution Avro Serializer](https://github.com/apache/sling-org-apache-sling-distribution-avro-serializer) <br/> <small>([org.apache.sling.distribution.avro-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.avro-serializer%22))</small> | The Apache Sling Distribution Avro Serializer extensions bundle provides an Avro serialization implementation for Sling Content Distribution |&#32;[![Build Status]( [...]
+| [Apache Sling Distribution Core](https://github.com/apache/sling-org-apache-sling-distribution-core) <br/> <small>([org.apache.sling.distribution.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.core%22))</small> | The Apache Sling Distribution Core bundle provides the basic code infrastructure and API implementations for the Sling Content Distribution module |&#32;[![Build Status](https://builds.apache.org/buildStatus/ [...]
+| [Apache Sling Distribution Integration Tests](https://github.com/apache/sling-org-apache-sling-distribution-it) <br/> <small>([org.apache.sling.distribution.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.it%22))</small> | Project tests functionality for org.apache.sling.distribution bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-distribution-it-1.8)](https://builds.ap [...]
+| [Apache Sling Distribution Kryo Serializer](https://github.com/apache/sling-org-apache-sling-distribution-kryo-serializer) <br/> <small>([org.apache.sling.distribution.kryo-serializer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.kryo-serializer%22))</small> | The Apache Sling Distribution Kryo Serializer extension bundle provides a Kryo based serializer implementations for Sling Content Distribution |&#32;[![Build Status [...]
+| [Apache Sling Distribution Sample](https://github.com/apache/sling-org-apache-sling-distribution-sample) <br/> <small>([org.apache.sling.distribution.sample](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.distribution.sample%22))</small> | The Apache Sling Distribution sample bundle provides a set of sample configurations and custom component implementations. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
+| [Apache Sling Dynamic Include](https://github.com/apache/sling-org-apache-sling-dynamic-include) <br/> <small>([org.apache.sling.dynamic-include](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.dynamic-include%22))</small> | Dynamic Include filter for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-dynamic-include-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
+| [Apache Sling Engine Implementation](https://github.com/apache/sling-org-apache-sling-engine) <br/> <small>([org.apache.sling.engine](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.engine%22))</small> | Bundle implementing the core of Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-engine-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-engine-1.8)& [...]
+| [Apache Sling Event API](https://github.com/apache/sling-org-apache-sling-event-api) <br/> <small>([org.apache.sling.event.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.api%22))</small> | Support API for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-api-1.8)&#32;[![JavaDocs]( [...]
+| [Apache Sling Distributed Event Admin](https://github.com/apache/sling-org-apache-sling-event-dea) <br/> <small>([org.apache.sling.event.dea](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event.dea%22))</small> | Support distributing events through the OSGi event admin. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-dea-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Event Support](https://github.com/apache/sling-org-apache-sling-event) <br/> <small>([org.apache.sling.event](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.event%22))</small> | Support for eventing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-event-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-event-1.8)&#32;[![Test Status](https://img.shiel [...]
+| [Apache Sling ClassLoader Leak Detector](https://github.com/apache/sling-org-apache-sling-extensions-classloader-leak-detector) <br/> <small>([org.apache.sling.extensions.classloader-leak-detector](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.classloader-leak-detector%22))</small> | Provides a web console configuration printer to provide details around classloader leaks |&#32;[![Build Status](https://builds.apache.org/build [...]
+| [Apache Sling Logback Groovy Fragment](https://github.com/apache/sling-org-apache-sling-extensions-logback-groovy-fragment) <br/> <small>([org.apache.sling.extensions.logback-groovy-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.logback-groovy-fragment%22))</small> | Fragment bundle to provide Groovy library to Commons Log bundle. This would enable usage of Groovy based event evaluator for logging events. This is mo [...]
+| [Apache Sling SLF4J MDC Filter](https://github.com/apache/sling-org-apache-sling-extensions-slf4j-mdc) <br/> <small>([org.apache.sling.extensions.slf4j.mdc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.slf4j.mdc%22))</small> | SLF4J Message Diagnostic Context (MDC) Filter which extracts various details from requests and adds them to the MDC |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
+| [Apache Sling Web Console Branding](https://github.com/apache/sling-org-apache-sling-extensions-webconsolebranding) <br/> <small>([org.apache.sling.extensions.webconsolebranding](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.webconsolebranding%22))</small> | Apache Sling branding for the Apache Felix Web Console. This fragment attaches to the org.apache.felix.webconsole bundle to provide branding through the /META-INF/webcon [...]
+| [Apache Sling Web Console Security Provider](https://github.com/apache/sling-org-apache-sling-extensions-webconsolesecurityprovider) <br/> <small>([org.apache.sling.extensions.webconsolesecurityprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.webconsolesecurityprovider%22))</small> | WebConsoleSecurityProvider for the Apache Felix Web Console using the Apache Sling Auth Core bundle to authenticate users. |&#32;[![Buil [...]
+| [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
+| [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
+| [Sling Featuremodel - Content Deployment Exension](https://github.com/apache/sling-org-apache-sling-feature-extension-content) <br/> <small>([org.apache.sling.feature.extension.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.extension.content%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-extension-content-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
+| [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
+| [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
+| [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
+| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
+| [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling Feature](https://github.com/apache/sling-org-apache-sling-feature) <br/> <small>([org.apache.sling.feature](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature-1.8)&#32;[![Test Status]( [...]
+| [Apache Sling Feature Flags](https://github.com/apache/sling-org-apache-sling-featureflags) <br/> <small>([org.apache.sling.featureflags](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.featureflags%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-featureflags-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-featureflags-1.8)&#32;[![JavaDocs](https:/ [...]
+| [Apache Sling File Optimization](https://github.com/apache/sling-org-apache-sling-file-optimization) <br/> <small>([org.apache.sling.fileoptim](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fileoptim%22))</small> | Bundle for optimizing files stored in the Apache Sling repository. Includes a plugin architecture for providing file optimizers and hooks to automatically and manually optimize files. |&#32;[![Build Status](https://builds.ap [...]
+| [Apache Sling System Bundle Extension: Activation API](https://github.com/apache/sling-org-apache-sling-fragment-activation) <br/> <small>([org.apache.sling.fragment.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.activation%22))</small> | Adds the Activation API package to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent Activation API  [...]
+| [Apache Sling System Bundle Extension: Nashorn Scripting API](https://github.com/apache/sling-org-apache-sling-fragment-nashorn) <br/> <small>([org.apache.sling.fragment.nashorn](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.nashorn%22))</small> | Adds the Nashorn Scripting API package to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fragment-nashorn-1.8 [...]
+| [Apache Sling System Bundle Extension: Java Transaction API](https://github.com/apache/sling-org-apache-sling-fragment-transaction) <br/> <small>([org.apache.sling.fragment.transaction](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.transaction%22))</small> | Adds the javax.transaction and javax.transaction.xa packages to the system bundle exports. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
+| [Apache Sling System Bundle Extension: WS APIs](https://github.com/apache/sling-org-apache-sling-fragment-ws) <br/> <small>([org.apache.sling.fragment.ws](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.ws%22))</small> | Adds the WS API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the platfo [...]
+| [Apache Sling System Bundle Extension: XML APIs](https://github.com/apache/sling-org-apache-sling-fragment-xml) <br/> <small>([org.apache.sling.fragment.xml](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fragment.xml%22))</small> | Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the p [...]
+| [Apache Sling File System Resource Provider](https://github.com/apache/sling-org-apache-sling-fsresource) <br/> <small>([org.apache.sling.fsresource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.fsresource%22))</small> | Provides a ResourceProvider implementation supporting file system based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-fsresource-1.8)](https://builds.apache.or [...]
+| [Apache Sling Hypermedia API client-side tools](https://github.com/apache/sling-org-apache-sling-hapi-client) <br/> <small>([org.apache.sling.hapi.client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.client%22))</small> | Sling client-side tools for HApi |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-client-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache- [...]
+| [Apache Sling Hypermedia Api Sample Content](https://github.com/apache/sling-org-apache-sling-hapi-samplecontent) <br/> <small>([org.apache.sling.hapi.samplecontent](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi.samplecontent%22))</small> | Sling Hypermedia Api demo content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-samplecontent-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
+| [Apache Sling Hypermedia API tools](https://github.com/apache/sling-org-apache-sling-hapi) <br/> <small>([org.apache.sling.hapi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hapi%22))</small> | Sling tools for adding support for defining, maintaining and consuming a Hypermedia API in sling components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hapi-1.8)](https://builds.apache.org/view/S [...]
+| [Apache Sling Health Check Annotations](https://github.com/apache/sling-org-apache-sling-hc-annotations) <br/> <small>([org.apache.sling.hc.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.annotations%22))</small> | Sling Health Check Annotations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-annotations-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
+| [Apache Sling Health Check API](https://github.com/apache/sling-org-apache-sling-hc-api) <br/> <small>([org.apache.sling.hc.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.api%22))</small> | The Sling Health Check API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-api-1.8)&#32;[![Test Status](http [...]
+| [Apache Sling Health Check Core](https://github.com/apache/sling-org-apache-sling-hc-core) <br/> <small>([org.apache.sling.hc.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.core%22))</small> | The Sling Health Check Core |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-core-1.8)&#32;[![Test Statu [...]
+| [Apache Sling Health Check Integration Tests](https://github.com/apache/sling-org-apache-sling-hc-it) <br/> <small>([org.apache.sling.hc.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.it%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-hc-it-1.8)&#32;[![Test Status](https://img.shields.io [...]
+| [Apache Sling Health Check JUnit Bridge](https://github.com/apache/sling-org-apache-sling-hc-junit-bridge) <br/> <small>([org.apache.sling.hc.junit.bridge](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.junit.bridge%22))</small> | Makes Sling Health Checks available as server-side JUnit tests, to allow them to be used as part of integration tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache- [...]
+| [Apache Sling Health Check Samples](https://github.com/apache/sling-org-apache-sling-hc-samples) <br/> <small>([org.apache.sling.hc.samples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.samples%22))</small> | Sling Health Check sample content and configurations |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apa [...]
+| [Apache Sling Health Check Support Components](https://github.com/apache/sling-org-apache-sling-hc-support) <br/> <small>([org.apache.sling.hc.support](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.support%22))</small> | Default Sling Health Check Support Components |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-support-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Health Check Webconsole Plugin](https://github.com/apache/sling-org-apache-sling-hc-webconsole) <br/> <small>([org.apache.sling.hc.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.hc.webconsole%22))</small> | Webconsole plugin for Sling Health Check Services |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-hc-webconsole-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
+| [Apache Sling I18N Support](https://github.com/apache/sling-org-apache-sling-i18n) <br/> <small>([org.apache.sling.i18n](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.i18n%22))</small> | Support for creating Java I18N ResourceBundles from repository resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-i18n-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-i [...]
+| [Apache Sling Installer WebConsole Plugin](https://github.com/apache/sling-org-apache-sling-installer-console) <br/> <small>([org.apache.sling.installer.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.console%22))</small> | Provides a web console plugin for the OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-console-1.8)](https://builds.apache.org/vi [...]
+| [Apache Sling Installer](https://github.com/apache/sling-org-apache-sling-installer-core) <br/> <small>([org.apache.sling.installer.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.core%22))</small> | Provides services to install OSGi bundles and configurations by supplying input streams and dictionaries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-core-1.8)](https [...]
+| [Apache Sling Installer Configuration Admin Support](https://github.com/apache/sling-org-apache-sling-installer-factory-configuration) <br/> <small>([org.apache.sling.installer.factory.configuration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.configuration%22))</small> | Provides support for configurations to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling [...]
+| [Apache Sling Deployment Package Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-deploymentpackage) <br/> <small>([org.apache.sling.installer.factory.deploymentpackage](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.deploymentpackage%22))</small> | Provides support for deployment packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?j [...]
+| [Apache Sling Installer Provisioning Model Support](https://github.com/apache/sling-org-apache-sling-installer-factory-model) <br/> <small>([org.apache.sling.installer.factory.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.model%22))</small> | Provides support for the provisioning model to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
+| [Apache Sling Installer Content Package Support](https://github.com/apache/sling-org-apache-sling-installer-factory-packages) <br/> <small>([org.apache.sling.installer.factory.packages](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.packages%22))</small> | Provides support for content packages to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling [...]
+| [Apache Sling Subsystems Base Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems-base) <br/> <small>([org.apache.sling.installer.factory.subsystems-base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems-base%22))</small> | Provides support for subsystems-base files to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
+| [Apache Sling Subsystems Installer](https://github.com/apache/sling-org-apache-sling-installer-factory-subsystems) <br/> <small>([org.apache.sling.installer.factory.subsystems](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.factory.subsystems%22))</small> | Provides support for subsystems to the Apache Sling OSGi installer |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-fa [...]
+| [Apache Sling Installer Health Checks](https://github.com/apache/sling-org-apache-sling-installer-hc) <br/> <small>([org.apache.sling.installer.hc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.hc%22))</small> | Provides Sling Health Checks related to the Sling Installer. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-hc-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
+| [Apache Sling Installer Integration Tests](https://github.com/apache/sling-org-apache-sling-installer-it) <br/> <small>([org.apache.sling.installer.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.it%22))</small> | Integration tests of the Sling installer bundle |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sli [...]
+| [Apache Sling File Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-file) <br/> <small>([org.apache.sling.installer.provider.file](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.file%22))</small> | Installs OSGi bundles and configurations from the file system. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-file-1.8)](https:/ [...]
+| [Sling Installer Vault Package Install Hook](https://github.com/apache/sling-org-apache-sling-installer-provider-installhook) <br/> <small>([org.apache.sling.installer.provider.installhook](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.installhook%22))</small> | Can be used in packages to ensure installation of bundles/configs is triggered during package installation and is finished once the package manager returns ( [...]
+| [Apache Sling JCR Installer](https://github.com/apache/sling-org-apache-sling-installer-provider-jcr) <br/> <small>([org.apache.sling.installer.provider.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.installer.provider.jcr%22))</small> | Installs OSGi bundles and configurations found in the JCR repository. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-installer-provider-jcr-1.8)](https [...]
+| [Apache Sling javax.activation bundle](https://github.com/apache/sling-org-apache-sling-javax-activation) <br/> <small>([org.apache.sling.javax.activation](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.javax.activation%22))</small> | The Apache Sling javax.activation bundle contributes an OSGi-compatible activation bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-javax-activation-1.8) [...]
+| [Apache Sling JCR API](https://github.com/apache/sling-org-apache-sling-jcr-api) <br/> <small>([org.apache.sling.jcr.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.api%22))</small> | This OSGi bundle provides the JCR packages as well as a helper service interface to be implemented and provided by repository providers. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-api-1.8)](http [...]
+| [Apache Sling JCR Base Bundle](https://github.com/apache/sling-org-apache-sling-jcr-base) <br/> <small>([org.apache.sling.jcr.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.base%22))</small> | The JCR base bundle provides JCR utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-base-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-bas [...]
+| [Apache Sling JCR ClassLoader](https://github.com/apache/sling-org-apache-sling-jcr-classloader) <br/> <small>([org.apache.sling.jcr.classloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.classloader%22))</small> | This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class wr [...]
+| [Apache Sling Initial Content Loader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader) <br/> <small>([org.apache.sling.jcr.contentloader](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentloader%22))</small> | This bundle provides initial content installation through bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentloader-1.8)](https://builds.apac [...]
+| [Apache Sling JCR Content Parser](https://github.com/apache/sling-org-apache-sling-jcr-contentparser) <br/> <small>([org.apache.sling.jcr.contentparser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.contentparser%22))</small> | Parser for JCR repository content stored in files (e.g. JSON, FileVault XML). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-contentparser-1.8)](https://buil [...]
+| [Apache Sling JCR DavEx](https://github.com/apache/sling-org-apache-sling-jcr-davex) <br/> <small>([org.apache.sling.jcr.davex](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.davex%22))</small> | Bundle to access JCR repositories over DavEx |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-davex-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-davex-1.8 [...]
+| [Apache Sling JCR File Transfer](https://github.com/apache/sling-org-apache-sling-jcr-filetransfer) <br/> <small>([org.apache.sling.jcr.filetransfer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.filetransfer%22))</small> | File access to JCR over SFTP |&#32;[![jcr](https://sling.apache.org/badges/group-jcr.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/jcr.md)| &#32;[![Pull Requests](https://img.shields.i [...]
+| [Apache Sling Jackrabbit JSR-283 Access Control Manager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-accessmanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.accessmanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.accessmanager%22))</small> | Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/ic [...]
+| [Apache Sling JCR Jackrabbit Base](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-base) <br/> <small>([org.apache.sling.jcr.jackrabbit.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.base%22))</small> | The JCR base bundle provides Jackrabbit utility classes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-jackrabbit-base-1.8)](https://builds.apache.org [...]
+| [Apache Sling Jackrabbit UserManager Support](https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager) <br/> <small>([org.apache.sling.jcr.jackrabbit.usermanager](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jackrabbit.usermanager%22))</small> | Provides ResourceProvider and SlingPostOperations for the Jackrabbit UserManager. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache [...]
+| [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
+| [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
+| [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
+| [Apache Sling JCR Package Initializer module](https://github.com/apache/sling-org-apache-sling-jcr-packageinit) <br/> <small>([org.apache.sling.jcr.packageinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.packageinit%22))</small> | Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr [...]
+| [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
+| [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
+| [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
+| [Apache Sling JCR Resource Resolver](https://github.com/apache/sling-org-apache-sling-jcr-resource) <br/> <small>([org.apache.sling.jcr.resource](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resource%22))</small> | This bundle provides the JCR based ResourceProvider. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resource-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling JCR Resource Security](https://github.com/apache/sling-org-apache-sling-jcr-resourcesecurity) <br/> <small>([org.apache.sling.jcr.resourcesecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.resourcesecurity%22))</small> | This bundle provides a resource access gate to protect resources based on JCR nodes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-resourcesecur [...]
+| [Apache Sling JCR WebConsole Bundle](https://github.com/apache/sling-org-apache-sling-jcr-webconsole) <br/> <small>([org.apache.sling.jcr.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webconsole%22))</small> | The JCR WebConsole bundle provides Felix WebConsole plugins. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webconsole-1.8)](https://builds.apache.org/view/S-Z/vie [...]
+| [Apache Sling JCR WebDAV](https://github.com/apache/sling-org-apache-sling-jcr-webdav) <br/> <small>([org.apache.sling.jcr.webdav](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.webdav%22))</small> | Bundle to access JCR repositories over WebDAV |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-webdav-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jcr-web [...]
+| [Apache Sling MoM Implementation using JMS with AMQ](https://github.com/apache/sling-org-apache-sling-jms) <br/> <small>([org.apache.sling.jms](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jms%22))</small> | Provides a JMS Connection provider that works OOTB in a cluster or uses a pre-existing AMQ endpoint depending on the configuration. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jms-1 [...]
+| [Apache Sling JMX Resource Provider](https://github.com/apache/sling-org-apache-sling-jmx-provider) <br/> <small>([org.apache.sling.jmx.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jmx.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jmx-provider-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jmx-provider-1.8)&#32;[![JavaDocs] [...]
+| [Apache Sling Jobs Service Integration Tests Bundle](https://github.com/apache/sling-org-apache-sling-jobs-it-services) <br/> <small>([org.apache.sling.jobs-it-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it-services%22))</small> | Integration tests for the Jobs implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-services-1.8)](https://builds.apache.org/vie [...]
+| [Apache Sling Jobs Integration Tests](https://github.com/apache/sling-org-apache-sling-jobs-it) <br/> <small>([org.apache.sling.jobs-it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs-it%22))</small> | Integration testing Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-it-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
+| [Apache Sling Jobs Support](https://github.com/apache/sling-org-apache-sling-jobs) <br/> <small>([org.apache.sling.jobs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jobs%22))</small> | Support for Job processing using message passing.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jobs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-jobs-1.8)&#32;[![Test St [...]
+| [Apache Sling JUnit Core](https://github.com/apache/sling-org-apache-sling-junit-core) <br/> <small>([org.apache.sling.junit.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.core%22))</small> | Runs JUnit tests in an OSGi framework and provides the JUnit libraries |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
+| [Apache Sling JUnit Health Checks](https://github.com/apache/sling-org-apache-sling-junit-healthcheck) <br/> <small>([org.apache.sling.junit.healthcheck](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.healthcheck%22))</small> | Sling Health Check services that run JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-healthcheck-1.8)](https://builds.apache.org/view/S-Z/view/ [...]
+| [Apache Sling JUnit Performance](https://github.com/apache/sling-org-apache-sling-junit-performance) <br/> <small>([org.apache.sling.junit.performance](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.performance%22))</small> | Provides utilities for JUnit to run performance tests and report results |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-performance-1.8)](https://builds.apa [...]
+| [Apache Sling JUnit Remote Tests Runners](https://github.com/apache/sling-org-apache-sling-junit-remote) <br/> <small>([org.apache.sling.junit.remote](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.remote%22))</small> | Utilities to run server-side JUnit tests remotely |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-remote-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling JUnit Scriptable Tests Provider](https://github.com/apache/sling-org-apache-sling-junit-scriptable) <br/> <small>([org.apache.sling.junit.scriptable](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.scriptable%22))</small> | Registers Sling test resources with the JUnit core so that they can be run as tests. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-scriptable-1. [...]
+| [Apache Sling JUnit Tests Teleporter](https://github.com/apache/sling-org-apache-sling-junit-teleporter) <br/> <small>([org.apache.sling.junit.teleporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.junit.teleporter%22))</small> | Client-side implementation of the Teleporter mechanism for server-side JUnit tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-junit-teleporter-1.8)](https:/ [...]
+| [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
+| [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
+| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
+| [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
+| [Apache Sling Launchpad API](https://github.com/apache/sling-org-apache-sling-launchpad-api) <br/> <small>([org.apache.sling.launchpad.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.api%22))</small> | This module contains the API exposed by Launchpad to bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
+| [Apache Sling Launchpad Base](https://github.com/apache/sling-org-apache-sling-launchpad-base) <br/> <small>([org.apache.sling.launchpad.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.base%22))</small> | This module contains the common classes and configuration files used by the various launchpad modules.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-base-1.8)](ht [...]
+| [Apache Sling Launchpad Contrib Testing](https://github.com/apache/sling-org-apache-sling-launchpad-contrib-testing) <br/> <small>([org.apache.sling.launchpad.contrib-testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.contrib-testing%22))</small> | Apache Sling Launchpad Contrib Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/ [...]
+| [Apache Sling Launchpad Installer](https://github.com/apache/sling-org-apache-sling-launchpad-installer) <br/> <small>([org.apache.sling.launchpad.installer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.installer%22))</small> | This module installs the contents of the launchpad archive into the framework. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-installer-1.8)](ht [...]
+| [Apache Sling Launchpad Integration Tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests) <br/> <small>([org.apache.sling.launchpad.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.integration-tests%22))</small> | Sling Integration Tests, contains integration tests that are used by the testing project and other upstream testing projects. |&#32;[![Build Status](https://builds.apac [...]
+| [Apache Sling Launchpad Test Bundles](https://github.com/apache/sling-org-apache-sling-launchpad-test-bundles) <br/> <small>([org.apache.sling.launchpad.test-bundles](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-bundles%22))</small> | Bundles required for testing Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-bundles-1.8)](https://builds.apache.or [...]
+| [Apache Sling Launchpad Testing Fragment Bundle](https://github.com/apache/sling-org-apache-sling-launchpad-test-fragment) <br/> <small>([org.apache.sling.launchpad.test-fragment](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-fragment%22))</small> | Sling fragment bundle used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-t [...]
+| [Apache Sling Launchpad Testing Services WAR](https://github.com/apache/sling-org-apache-sling-launchpad-test-services-war) <br/> <small>([org.apache.sling.launchpad.test-services-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services-war%22))</small> | Sling services used by the Launchpad Testing integration tests in WAR form. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sl [...]
+| [Apache Sling Launchpad Testing Services](https://github.com/apache/sling-org-apache-sling-launchpad-test-services) <br/> <small>([org.apache.sling.launchpad.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.test-services%22))</small> | Sling services used by the Launchpad Testing integration tests |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-test-services-1 [...]
+| [Apache Sling Launchpad Testing WAR](https://github.com/apache/sling-org-apache-sling-launchpad-testing-war) <br/> <small>([org.apache.sling.launchpad.testing-war](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing-war%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org- [...]
+| [Apache Sling Launchpad Testing](https://github.com/apache/sling-org-apache-sling-launchpad-testing) <br/> <small>([org.apache.sling.launchpad.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.testing%22))</small> | Sling Launchpad Testing module, contains integration tests that were previously in the launchpad webapp module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-lau [...]
+| [Apache Sling Models API](https://github.com/apache/sling-org-apache-sling-models-api) <br/> <small>([org.apache.sling.models.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.api%22))</small> | Apache Sling Models API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-models-api-1.8)&#32;[![Test S [...]
+| [Apache Sling Models Implementation](https://github.com/apache/sling-org-apache-sling-models-impl) <br/> <small>([org.apache.sling.models.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.impl%22))</small> | Apache Sling Models Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-impl-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mod [...]
+| [Apache Sling Models Integration Tests](https://github.com/apache/sling-org-apache-sling-models-integration-tests) <br/> <small>([org.apache.sling.models.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.integration-tests%22))</small> | Apache Sling Models Integration Tests - builds a bundle with Sling server-side tests, and executes them via a remote test proxy that runs in the integration-tests phase. |&#32;[![B [...]
+| [Apache Sling Models Jackson Exporter](https://github.com/apache/sling-org-apache-sling-models-jacksonexporter) <br/> <small>([org.apache.sling.models.jacksonexporter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.jacksonexporter%22))</small> | Apache Sling Models Client Model Exporter - Jackson |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-jacksonexporter-1.8)](https://build [...]
+| [Apache Sling Models Validation Implementation](https://github.com/apache/sling-org-apache-sling-models-validation-impl) <br/> <small>([org.apache.sling.models.validation-impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.models.validation-impl%22))</small> | Validation Implementation which leverages Sling Validation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-models-validation-impl-1.8 [...]
+| [Apache Sling Message oriented Middleware API](https://github.com/apache/sling-org-apache-sling-mom) <br/> <small>([org.apache.sling.mom](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.mom%22))</small> | An API to support message passing using queues or publish/subscribe patterns. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-mom-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
+| [Apache Sling MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-mongodb) <br/> <small>([org.apache.sling.mongodb](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.mongodb%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-mongodb-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-mongodb-1.8)| &#32;[![Pull Requests](https://img.s [...]
+| [Apache Sling NoSQL Couchbase Client](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-client) <br/> <small>([org.apache.sling.nosql.couchbase-client](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-client%22))</small> | Couchbase client provider using Couchbase SDK 2. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-couchbase-client-1.8)](https://builds.ap [...]
+| [Apache Sling NoSQL Couchbase Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-couchbase-resourceprovider) <br/> <small>([org.apache.sling.nosql.couchbase-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.couchbase-resourceprovider%22))</small> | Resource Provider with Couchbase Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apac [...]
+| [Apache Sling NoSQL Generic Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-generic) <br/> <small>([org.apache.sling.nosql.generic](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.generic%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-generic-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-generic-1.8)&# [...]
+| [Apache Sling NoSQL Launchpad](https://github.com/apache/sling-org-apache-sling-nosql-launchpad) <br/> <small>([org.apache.sling.nosql.launchpad](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.launchpad%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-nosql-launchpad-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-nosql-launchpad-1.8)&#32;[![ [...]
+| [Apache Sling NoSQL MongoDB Resource Provider](https://github.com/apache/sling-org-apache-sling-nosql-mongodb-resourceprovider) <br/> <small>([org.apache.sling.nosql.mongodb-resourceprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.nosql.mongodb-resourceprovider%22))</small> | Resource Provider with MongoDB Persistence for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-n [...]
+| [Apache Sling Oak Restrictions](https://github.com/apache/sling-org-apache-sling-oak-restrictions) <br/> <small>([org.apache.sling.oak.restrictions](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.oak.restrictions%22))</small> | Supports additional restrictions for OAK (e.g. for resource type). |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-oak-restrictions-1.8)](https://builds.apache.org/vie [...]
+| [Apache Sling Pax Exam Utilities](https://github.com/apache/sling-org-apache-sling-paxexam-util) <br/> <small>([org.apache.sling.paxexam.util](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.paxexam.util%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-paxexam-util-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-paxexam-util-1.8)&#32;[![Test Status] [...]
+| [Apache Sling Performance Test Tools Reactor](https://github.com/apache/sling-org-apache-sling-performance) <br/> <small>([org.apache.sling.performance.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.performance.reactor%22))</small> | Reactor for the Apache Sling Performance Test Tools |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-performance-1.8)](https://builds.apache.org/view/S-Z [...]
+| [Apache Sling Pipes](https://github.com/apache/sling-org-apache-sling-pipes) <br/> <small>([org.apache.sling.pipes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.pipes%22))</small> | bulk content changes tool |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-pipes-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-pipes-1.8)&#32;[![Test Status](https://img.shields.i [...]
+| [Apache Sling Provisioning Model](https://github.com/apache/sling-org-apache-sling-provisioning-model) <br/> <small>([org.apache.sling.provisioning.model](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.provisioning.model%22))</small> | The provisioning model for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-provisioning-model-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
+| [Apache Sling Query](https://github.com/apache/sling-org-apache-sling-query) <br/> <small>([org.apache.sling.query](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.query%22))</small> | jQuery-inspired repository traversal tool for Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-query-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-query-1.8)&#32;[![Test Sta [...]
+| [Apache Sling RepoInit Integration Tests](https://github.com/apache/sling-org-apache-sling-repoinit-it) <br/> <small>([org.apache.sling.repoinit.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.it%22))</small> | DISABLED - these tests have moved elsewhere, see SLING-7454 |&#32;[![repoinit](https://sling.apache.org/badges/group-repoinit.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/repoinit.md)| &#32 [...]
+| [Apache Sling RepoInit Parser](https://github.com/apache/sling-org-apache-sling-repoinit-parser) <br/> <small>([org.apache.sling.repoinit.parser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.repoinit.parser%22))</small> | Parser for the Repository Initialization language used in Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-repoinit-parser-1.8)](https://builds.apache.org/view/S-Z/vi [...]
+| [Apache Sling Request Processing Analyzer](https://github.com/apache/sling-org-apache-sling-reqanalyzer) <br/> <small>([org.apache.sling.reqanalyzer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.reqanalyzer%22))</small> | Helps analyzing the processing times of Sling requests. Writes the following information into a log file: - request start timestamp - request end timestamp - request URL, user, response status - request progresstrack [...]
+| [Apache Sling Resource Editor](https://github.com/apache/sling-org-apache-sling-resource-editor) <br/> <small>([org.apache.sling.resource-editor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource-editor%22))</small> | A resource editor for Apache Sling. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-editor-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
+| [Apache Sling Resource Filter](https://github.com/apache/sling-org-apache-sling-resource-filter) <br/> <small>([org.apache.sling.resource.filter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.filter%22))</small> | provides a set of utilities to create and handle streams |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-filter-1.8)](https://builds.apache.org/view/S-Z/view/Slin [...]
+| [Apache Sling Inventory Printer Based on Resources](https://github.com/apache/sling-org-apache-sling-resource-inventory) <br/> <small>([org.apache.sling.resource.inventory](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.inventory%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-inventory-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-s [...]
+| [Apache Sling Resource Presence](https://github.com/apache/sling-org-apache-sling-resource-presence) <br/> <small>([org.apache.sling.resource.presence](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resource.presence%22))</small> | Apache Sling Resource Presence |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resource-presence-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org- [...]
+| [Apache Sling Resource Access Security Integration Tests](https://github.com/apache/sling-org-apache-sling-resourceaccesssecurity-it) <br/> <small>([org.apache.sling.resourceaccesssecurity.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceaccesssecurity.it%22))</small> | Project that tests functionality for org.apache.sling.resourceaccesssecurity bundle. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=slin [...]
+| [Apache Sling Resource Access Security](https://github.com/apache/sling-org-apache-sling-resourceaccesssecurity) <br/> <small>([org.apache.sling.resourceaccesssecurity](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceaccesssecurity%22))</small> | This bundle provides in implementation of the ResourceAccessSecurity service |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceaccessse [...]
+| [Apache Sling Resource Builder](https://github.com/apache/sling-org-apache-sling-resourcebuilder) <br/> <small>([org.apache.sling.resourcebuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcebuilder%22))</small> | Utilities to create Sling content |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourcebuilder-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
+| [Apache Sling Resource Collection API](https://github.com/apache/sling-org-apache-sling-resourcecollection) <br/> <small>([org.apache.sling.resourcecollection](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcecollection%22))</small> | The Apache Sling resource collection bundle provides an api to manage collections of Resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceco [...]
+| [Apache Sling Resource Merger](https://github.com/apache/sling-org-apache-sling-resourcemerger) <br/> <small>([org.apache.sling.resourcemerger](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourcemerger%22))</small> | This bundle provides services to merge resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourcemerger-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling [...]
+| [Apache Sling Resource Resolver](https://github.com/apache/sling-org-apache-sling-resourceresolver) <br/> <small>([org.apache.sling.resourceresolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.resourceresolver%22))</small> | This bundle provides the Resource Resolver and the Resource Resolver Factory. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-resourceresolver-1.8)](https://builds.ap [...]
+| [Apache Sling Rewriter](https://github.com/apache/sling-org-apache-sling-rewriter) <br/> <small>([org.apache.sling.rewriter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.rewriter%22))</small> | The Apache Sling rewriter allows configurable post processing of any output from Apache Sling. The output can be processed by a configurable processor or a configurable pipeline. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon [...]
+| [Apache Sling Scripting API](https://github.com/apache/sling-org-apache-sling-scripting-api) <br/> <small>([org.apache.sling.scripting.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.api%22))</small> | This bundle provides the internal API to implement scripting. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
+| [Apache Sling Script Console](https://github.com/apache/sling-org-apache-sling-scripting-console) <br/> <small>([org.apache.sling.scripting.console](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.console%22))</small> | Web Console plugin for evaluating scripts |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-console-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Scripting Core implementation](https://github.com/apache/sling-org-apache-sling-scripting-core) <br/> <small>([org.apache.sling.scripting.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.core%22))</small> | Sling Scripting core functionality |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-core-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling- [...]
+| [Apache Sling Wrapper Bundle for Apache Tomcat EL API](https://github.com/apache/sling-org-apache-sling-scripting-el-api) <br/> <small>([org.apache.sling.scripting.el-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.el-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting- [...]
+| [Apache Sling Scripting ESX](https://github.com/apache/sling-org-apache-sling-scripting-esx) <br/> <small>([org.apache.sling.scripting.esx](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.esx%22))</small> | Support NodeJS like scripting and module resolution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-esx-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Scripting FreeMarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker) <br/> <small>([org.apache.sling.scripting.freemarker](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.freemarker%22))</small> | Support for FreeMarker scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-freemarker-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
+| [Apache Sling Scripting Groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy) <br/> <small>([org.apache.sling.scripting.groovy](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.groovy%22))</small> | Support for scripting with Groovy |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-groovy-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-ap [...]
+| [Apache Sling Scripting Java Support](https://github.com/apache/sling-org-apache-sling-scripting-java) <br/> <small>([org.apache.sling.scripting.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.java%22))</small> | Support for scripting Java |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-java-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
+| [Apache Sling Scripting JavaScript Support](https://github.com/apache/sling-org-apache-sling-scripting-javascript) <br/> <small>([org.apache.sling.scripting.javascript](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.javascript%22))</small> | Support for JavaScript scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-javascript-1.8)](https://builds.apache.org/view/S-Z/ [...]
+| [Apache Sling Wrapper Bundle for Apache Tomcat JSP API](https://github.com/apache/sling-org-apache-sling-scripting-jsp-api) <br/> <small>([org.apache.sling.scripting.jsp-api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp-api%22))</small> | This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scrip [...]
+| [Apache Sling Scripting JSP Standard Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-jstl) <br/> <small>([org.apache.sling.scripting.jsp.jstl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.jstl%22))</small> | JavaServer Pages Standard Tag Library based on Jakarta Taglibs (XML support excluded) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting [...]
+| [Apache Sling Scripting JSP Tag Library](https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib) <br/> <small>([org.apache.sling.scripting.jsp.taglib](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp.taglib%22))</small> | Core Tag Library for Apache Sling JSP support |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-taglib-1.8)](https://builds.apache.org [...]
+| [Apache Sling Scripting JSP Support](https://github.com/apache/sling-org-apache-sling-scripting-jsp) <br/> <small>([org.apache.sling.scripting.jsp](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.jsp%22))</small> | Support for JSP scripting |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-jsp-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-scri [...]
+| [Apache Sling Scripting HTL Java Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler-java) <br/> <small>([org.apache.sling.scripting.sightly.compiler.java](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler.java%22))</small> | The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.co [...]
+| [Apache Sling Scripting HTL Compiler](https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler) <br/> <small>([org.apache.sling.scripting.sightly.compiler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.compiler%22))</small> | The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree. |&#32;[![Build Status](https://builds.apache [...]
+| [Apache Sling Scripting HTL JavaScript Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider) <br/> <small>([org.apache.sling.scripting.sightly.js.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.js.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-js-provider-1.8)](https://builds.apache.o [...]
+| [Apache Sling Scripting HTL Sling Models Use Provider](https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider) <br/> <small>([org.apache.sling.scripting.sightly.models.provider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.models.provider%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-models-provider-1.8)](https [...]
+| [Apache Sling Scripting HTL Read-Eval-Print Loop Environment](https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl) <br/> <small>([org.apache.sling.scripting.sightly.repl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.repl%22))</small> | REPL for Apache Sling Scripting HTL engine |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-sightly-repl-1.8)] [...]
+| [Apache Sling Scripting HTL Runtime](https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime) <br/> <small>([org.apache.sling.scripting.sightly.runtime](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.runtime%22))</small> | The Apache Sling Scripting HTL Runtime provides support for executing HTL Java compiled units produced by the org.apache.sling.scripting.sightly.compiler.java module. |&#32;[![Buil [...]
+| [Apache Sling Scripting HTL Integration Tests Content](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content) <br/> <small>([org.apache.sling.scripting.sightly.testing-content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing-content%22))</small> | This bundle contains: - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations. - Content [...]
+| [Apache Sling Scripting HTL Integration Tests](https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing) <br/> <small>([org.apache.sling.scripting.sightly.testing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly.testing%22))</small> | This project runs the integration tests for validating the Apache Sling Scripting HTL implementation against the Adobe HTL TCK. |&#32;[![Build Status](https://builds.apac [...]
+| [Apache Sling Scripting HTL Engine](https://github.com/apache/sling-org-apache-sling-scripting-sightly) <br/> <small>([org.apache.sling.scripting.sightly](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.sightly%22))</small> | The Apache Sling Scripting HTL Engine is a Java implementation of the HTML Template Language specification. The bundle contains the HTL script engine and its runtime implementation. |&#32;[![Build Status]( [...]
+| [Apache Sling Scripting Thymeleaf](https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf) <br/> <small>([org.apache.sling.scripting.thymeleaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.thymeleaf%22))</small> | Apache Sling Scripting Thymeleaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-thymeleaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
+| [Apache Sling Scripting W3C XML Processing Support](https://github.com/apache/sling-org-apache-sling-scripting-xproc) <br/> <small>([org.apache.sling.scripting.xproc](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.scripting.xproc%22))</small> | Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/) |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-scripting-xproc-1.8)](htt [...]
+| [Apache Sling Security](https://github.com/apache/sling-org-apache-sling-security) <br/> <small>([org.apache.sling.security](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.security%22))</small> | The Apache Sling Security module. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-security-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-security-1.8)&#32;[![Test Sta [...]
+| [Apache Sling Service User Web Console](https://github.com/apache/sling-org-apache-sling-serviceuser-webconsole) <br/> <small>([org.apache.sling.serviceuser.webconsole](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.serviceuser.webconsole%22))</small> | Provides an OSGi Web Console for creating, updating and viewing Service Users. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-serviceuser-we [...]
+| [Apache Sling Service User Mapper](https://github.com/apache/sling-org-apache-sling-serviceusermapper) <br/> <small>([org.apache.sling.serviceusermapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.serviceusermapper%22))</small> | Provides a service to map service names with optional service information to user names to be used to access repositories such as the JCR repository or the Sling ResourceResolver. |&#32;[![Build Status](htt [...]
+| [Apache Sling Servlet Helpers](https://github.com/apache/sling-org-apache-sling-servlet-helpers) <br/> <small>([org.apache.sling.servlet-helpers](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlet-helpers%22))</small> | Mock implementations of SlingHttpServletRequest, SlingHttpServletResponse and related classes. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlet-helpers-1.8)](https: [...]
+| [Apache Sling Servlets Annotations IT](https://github.com/apache/sling-org-apache-sling-servlets-annotations-it) <br/> <small>([org.apache.sling.servlets.annotations.it](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations.it%22))</small> | Integration tests for OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apa [...]
+| [Apache Sling Servlet Annotations](https://github.com/apache/sling-org-apache-sling-servlets-annotations) <br/> <small>([org.apache.sling.servlets.annotations](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.annotations%22))</small> | OSGi DS 1.4 component property type annotations for Sling servlets and filters |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-annotations-1.8) [...]
+| [Apache Sling Default GET Servlets](https://github.com/apache/sling-org-apache-sling-servlets-get) <br/> <small>([org.apache.sling.servlets.get](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.get%22))</small> | Provides default GET servlets for HTML, Text and JSON rendering and streaming resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-get-1.8)](https://builds.apac [...]
+| [Apache Sling Default POST Servlets](https://github.com/apache/sling-org-apache-sling-servlets-post) <br/> <small>([org.apache.sling.servlets.post](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.post%22))</small> | Provides default POST servlets. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-post-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-slin [...]
+| [Apache Sling Servlet Resolver](https://github.com/apache/sling-org-apache-sling-servlets-resolver) <br/> <small>([org.apache.sling.servlets.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlets.resolver%22))</small> | Bundle implementing the Sling API ServletResolver. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-servlets-resolver-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
+| [Apache Sling Settings](https://github.com/apache/sling-org-apache-sling-settings) <br/> <small>([org.apache.sling.settings](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.settings%22))</small> | Settings support including run modes |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-settings-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-settings-1.8)&#32;[![Test  [...]
+| [Apache Sling Starter Content](https://github.com/apache/sling-org-apache-sling-starter-content) <br/> <small>([org.apache.sling.starter.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.content%22))</small> | This bundle provides content that is loaded in the JCR repository for the Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-content-1.8)](https://buil [...]
+| [Apache Sling Starter Startup Module](https://github.com/apache/sling-org-apache-sling-starter-startup) <br/> <small>([org.apache.sling.starter.startup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter.startup%22))</small> | A module for handling the startup of the Apache Sling Starter. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-startup-1.8)](https://builds.apache.org/view/ [...]
+| [Apache Sling Starter Application](https://github.com/apache/sling-org-apache-sling-starter) <br/> <small>([org.apache.sling.starter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.starter%22))</small> | The Sling Starter application, available in both JAR and WAR flavors. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-starter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org [...]
+| [Apache Sling Startup Filter Disabler](https://github.com/apache/sling-org-apache-sling-startupfilter-disabler) <br/> <small>([org.apache.sling.startupfilter.disabler](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.startupfilter.disabler%22))</small> | Registers a StartupFilterDisabler to disable the Sling Startup Filter. Configure this bundle with a high enough run level to remove the startup filter once the system is ready. |&#32;[![B [...]
+| [Apache Sling Startup Filter](https://github.com/apache/sling-org-apache-sling-startupfilter) <br/> <small>([org.apache.sling.startupfilter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.startupfilter%22))</small> | Servlet Filter that blocks access to Sling while starting up. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-startupfilter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/jo [...]
+| [Apache Sling Superimposing Resource Provider](https://github.com/apache/sling-org-apache-sling-superimposing) <br/> <small>([org.apache.sling.superimposing](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.superimposing%22))</small> | Allows to mirror resource trees and superimposing resources. All changes from the master tree are reflected to the mirrored tree. It is possible to add or overlay resources in the mirrored tree. |&#32;[![Bu [...]
+| [Apache Sling Log Tail Implementation](https://github.com/apache/sling-org-apache-sling-tail) <br/> <small>([org.apache.sling.tail](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tail%22))</small> | This bundle enables a web tail view of the system log files. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tail-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-tai [...]
+| [Apache Sling Tenant](https://github.com/apache/sling-org-apache-sling-tenant) <br/> <small>([org.apache.sling.tenant](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tenant%22))</small> | This bundle provides the Tenant Provider Implementation and API. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tenant-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-tenant-1 [...]
+| [Apache Sling Context-Aware Configuration Mock Plugin](https://github.com/apache/sling-org-apache-sling-testing-caconfig-mock-plugin) <br/> <small>([org.apache.sling.testing.caconfig-mock-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.caconfig-mock-plugin%22))</small> | Mock Context Plugin for Apache Sling Context-Aware Configuration |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-s [...]
+| [Apache Sling Testing Clients](https://github.com/apache/sling-org-apache-sling-testing-clients) <br/> <small>([org.apache.sling.testing.clients](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.clients%22))</small> | Sling testing http clients and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-clients-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apac [...]
+| [Apache Sling Testing Email Support](https://github.com/apache/sling-org-apache-sling-testing-email) <br/> <small>([org.apache.sling.testing.email](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.email%22))</small> | Contains utilities that assist in validating email-enabled OSGi applications. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-email-1.8)](https://builds.apache.org [...]
+| [Apache Sling Testing Hamcrest](https://github.com/apache/sling-org-apache-sling-testing-hamcrest) <br/> <small>([org.apache.sling.testing.hamcrest](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.hamcrest%22))</small> | Hamcrest matchers tailored for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-hamcrest-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Testing JCR Mock](https://github.com/apache/sling-org-apache-sling-testing-jcr-mock) <br/> <small>([org.apache.sling.testing.jcr-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.jcr-mock%22))</small> | Mock implementation of selected JCR APIs. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-jcr-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling Testing Mock Log Configuration](https://github.com/apache/sling-org-apache-sling-testing-logging-mock) <br/> <small>([org.apache.sling.testing.logging-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.logging-mock%22))</small> | Default simple SLF4J log configuration for Mock libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-logging-mock-1.8)](https:/ [...]
+| [Apache Sling Testing OSGi Mock](https://github.com/apache/sling-org-apache-sling-testing-osgi-mock) <br/> <small>([org.apache.sling.testing.osgi-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.osgi-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-osgi-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
+| [Apache Sling Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) <br/> <small>([org.apache.sling.testing.paxexam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.paxexam%22))</small> | Test support for use with Pax Exam. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-paxexam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apach [...]
+| [Apache Sling Testing Resource Resolver Mock](https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock) <br/> <small>([org.apache.sling.testing.resourceresolver-mock](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.resourceresolver-mock%22))</small> | Mock for the resource resolver / factory for easier testing. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testi [...]
+| [Apache Sling Testing Rules](https://github.com/apache/sling-org-apache-sling-testing-rules) <br/> <small>([org.apache.sling.testing.rules](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.rules%22))</small> | Sling testing junit rules and utils |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-rules-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-te [...]
+| [Apache Sling Server Setup Tools](https://github.com/apache/sling-org-apache-sling-testing-serversetup) <br/> <small>([org.apache.sling.testing.serversetup](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.serversetup%22))</small> | Sling Server Setup utilities. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-serversetup-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
+| [Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver](https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak) <br/> <small>([org.apache.sling.testing.sling-mock-oak](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock-oak%22))</small> | Implements a resource resolver type for Jackrabbit Oak that can be used in unit tests based on Sling Mocks. |&#32;[![Build Status](https://builds.apache. [...]
+| [Apache Sling Testing Sling Mock](https://github.com/apache/sling-org-apache-sling-testing-sling-mock) <br/> <small>([org.apache.sling.testing.sling-mock.reactor](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.testing.sling-mock.reactor%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-testing-sling-mock-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sli [...]
+| [Apache Sling Tooling Support Install](https://github.com/apache/sling-org-apache-sling-tooling-support-install) <br/> <small>([org.apache.sling.tooling.support.install](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.install%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-install-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
+| [Apache Sling Tooling Support Source](https://github.com/apache/sling-org-apache-sling-tooling-support-source) <br/> <small>([org.apache.sling.tooling.support.source](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tooling.support.source%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-tooling-support-source-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache [...]
+| [Apache Sling Log Tracer](https://github.com/apache/sling-org-apache-sling-tracer) <br/> <small>([org.apache.sling.tracer](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.tracer%22))</small> | Tracer provides support for enabling the logs for specific category at specific level and only for specific request. It provides a very fine level of control via config provided as part of HTTP request around how the logging should be performed for [...]
+| [Apache Sling URL Rewriter](https://github.com/apache/sling-org-apache-sling-urlrewriter) <br/> <small>([org.apache.sling.urlrewriter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.urlrewriter%22))</small> | Apache Sling URL Rewriter |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-urlrewriter-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-urlrewriter-1.8)&#32; [...]
+| [Apache Sling Validation Framework API](https://github.com/apache/sling-org-apache-sling-validation-api) <br/> <small>([org.apache.sling.validation.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.api%22))</small> | The Apache Sling Validation Framework API |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
+| [Apache Sling Validation Framework Core Implementation](https://github.com/apache/sling-org-apache-sling-validation-core) <br/> <small>([org.apache.sling.validation.core](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.core%22))</small> | Provides Validation services to Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-core-1.8)](https://builds.apache.org/view/ [...]
+| [Apache Sling Validation Framework Examples](https://github.com/apache/sling-org-apache-sling-validation-examples) <br/> <small>([org.apache.sling.validation.examples](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.examples%22))</small> | Demo Examples for the Apache Sling Validation Framework |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-examples-1.8)](https://builds. [...]
+| [Apache Sling Validation Framework Testing Services](https://github.com/apache/sling-org-apache-sling-validation-test-services) <br/> <small>([org.apache.sling.validation.test-services](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.validation.test-services%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-validation-test-services-1.8)](https://builds.apache.org/view/S-Z/view/Sli [...]
+| [Apache Sling XSS Protection](https://github.com/apache/sling-org-apache-sling-xss) <br/> <small>([org.apache.sling.xss](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.xss%22))</small> | Apache Sling XSS Protection Bundle providing XSS protection based on the OWASP AntiSamy and OWASP Java Encoder libraries. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-xss-1.8)](https://builds.apache.org/vi [...]
+| [Apache Sling (Parent)](https://github.com/apache/sling-parent) <br/> <small>([sling](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling%22))</small> | The parent project for Apache Sling |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-parent-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-parent-1.8)&#32;[![JavaDocs](https://www.javadoc.io/badge/org.apache.sling/sling.svg)](https://www.javadoc.io/doc/org.apac [...]
+| [Apache Sling Samples (Builder)](https://github.com/apache/sling-samples) <br/> <small>([sling-samples-builder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-samples-builder%22))</small> | Pseudo project to build all sample modules. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-samples-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https [...]
+| [Apache Sling Servlet Archetype](https://github.com/apache/sling-servlet-archetype) <br/> <small>([sling-servlet-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-servlet-archetype%22))</small> | Maven archetype for Sling Servlets |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-servlet-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-servlet-archetype-1.8)&#32;[![Test Status](https://img.s [...]
+| [Apache Sling Website](https://github.com/apache/sling-site) <br/> <small>([sling-site](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-site%22))</small> | || &#32;[![Pull Requests](https://img.shields.io/github/issues-pr/apache/sling-site.svg)](https://github.com/apache/sling-site/pulls) |
+| [Apache Sling OSGi Feature Maven Plugin](https://github.com/apache/sling-slingfeature-maven-plugin) <br/> <small>([slingfeature-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingfeature-maven-plugin%22))</small> | Maven Plugin for OSGi Applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingfeature-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingfeature-maven-plugin-1. [...]
+| [Apache Sling Slingstart Archetype](https://github.com/apache/sling-slingstart-archetype) <br/> <small>([sling-slingstart-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-slingstart-archetype%22))</small> | Maven archetype for a Sling Slingstart application |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-archetype-1.8) [...]
+| [Apache Sling SlingStart Maven Plugin](https://github.com/apache/sling-slingstart-maven-plugin) <br/> <small>([slingstart-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingstart-maven-plugin%22))</small> | Maven Plugin supporting Sling Launchpad |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-maven-plugin-1.8)&#32; [...]
+| [Apache Sling Taglib Archetype](https://github.com/apache/sling-taglib-archetype) <br/> <small>([sling-taglib-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-taglib-archetype%22))</small> | Maven archetype for JSP Taglib |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-taglib-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-taglib-archetype-1.8)| &#32;[![Pull Requests](https://img.shields [...]
\ No newline at end of file
diff --git a/generate-aggregator-table.sh b/generate-aggregator-table.sh
index b208d4a..51f5d07 100755
--- a/generate-aggregator-table.sh
+++ b/generate-aggregator-table.sh
@@ -14,7 +14,7 @@ function write_data () {
             echo -n -e $LINE >> $SLING_DIR/aggregator/docs/groups/$GROUP.md
         else
             echo "Creating group file"
-            echo -n -e "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > $GROUP\n# $GROUP Modules\n\n| Module | Description | Module&nbsp;Status |\n|---	|---	|---    |" > $SLING_DIR/aggregator/docs/groups/$GROUP.md
+            echo -n -e "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > $GROUP\n# $GROUP Modules\n\n| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |\n|---	|---	|---	|---    |" > $SLING_DIR/aggregator/docs/groups/$GROUP.md
             echo -n -e $LINE >> $SLING_DIR/aggregator/docs/groups/$GROUP.md
         fi
     fi
@@ -26,7 +26,7 @@ function write_data () {
             echo -n -e $LINE >> $SLING_DIR/aggregator/docs/status/$STATUS.md
         else
             echo "Creating status file"
-            echo -n -e "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > $STATUS\n# $STATUS Modules\n\n| Module | Description | Module&nbsp;Status |\n|---	|---	|---    |" > $SLING_DIR/aggregator/docs/status/$STATUS.md
+            echo -n -e "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > [Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) > $STATUS\n# $STATUS Modules\n\n| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |\n|---	|---	|---	|---    |" > $SLING_DIR/aggregator/docs/status/$STATUS.md
             echo -n -e $LINE >> $SLING_DIR/aggregator/docs/status/$STATUS.md
         fi
     fi
@@ -82,7 +82,7 @@ function add_repo () {
         fi
         
         COVERAGE_CONTENTS=$(curl -L https://img.shields.io/jenkins/c/https/builds.apache.org/view/S-Z/view/Sling/job/sling-$REPO_NAME-1.8.svg) > /dev/null 2>&1
-        if [[ $COVERAGE_CONTENTS = *"inaccessible"* || $COVERAGE_CONTENTS = *"invalid"* ]]; then
+        if [[ $COVERAGE_CONTENTS = *"inaccessible"* || $COVERAGE_CONTENTS = *"not found"* || $COVERAGE_CONTENTS = *"invalid"* ]]; then
             echo "No coverage reports found for $REPO_NAME"
         else
             echo "Adding coverage badge for $REPO_NAME"
@@ -118,7 +118,7 @@ function add_repo () {
             write_data
         fi
     
-        LINE=" |"
+        LINE=" | &#32;[![Pull Requests](https://img.shields.io/github/issues-pr/apache/sling-$REPO_NAME.svg)](https://github.com/apache/sling-$REPO_NAME/pulls) |"
         write_data
     fi
 }
@@ -139,7 +139,7 @@ rm -rf $SLING_DIR/aggregator/docs/status/* $SLING_DIR/aggregator/docs/groups/*
 mkdir $SLING_DIR/aggregator/docs
 mkdir $SLING_DIR/aggregator/docs/groups
 mkdir $SLING_DIR/aggregator/docs/status
-echo -e -n "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > Modules\n# Modules\n\n| Module | Description | Module&nbsp;Status |\n|---	|---	|---    |" > $SLING_DIR/aggregator/docs/modules.md
+echo -e -n "[Apache Sling](https://sling.apache.org) > [Aggregator](https://github.com/apache/sling-aggregator/) > Modules\n# Modules\n\n| Module | Description | Module&nbsp;Status | Pull&nbsp;Requests |\n|---	|---	|---    	|---|" > $SLING_DIR/aggregator/docs/modules.md
 
 echo "Handling all repos in $SLING_DIR"
 for REPO in $SLING_DIR/*/ ; do