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 2021/07/14 12:52:45 UTC

[sling-site] branch master updated: Delineating and indicating the purpose of commons bundles

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b442877  Delineating and indicating the purpose of commons bundles
     new d6219bb  Merge pull request #62 from klcodanr/master
b442877 is described below

commit b4428773024ddd69229764b8085f17b8f9636261
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Jul 13 12:52:10 2021 -0400

    Delineating and indicating the purpose of commons bundles
---
 src/main/jbake/content/documentation/bundles.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles.md b/src/main/jbake/content/documentation/bundles.md
index 6e39640..54af003 100644
--- a/src/main/jbake/content/documentation/bundles.md
+++ b/src/main/jbake/content/documentation/bundles.md
@@ -48,11 +48,17 @@ The OSGi installer is a very flexible and powerful service to manage provisionin
 * [File Installer Provider](/documentation/bundles/file-installer-provider.html)
 * [Vault Package Install Hook](/documentation/bundles/installer-provider-installhook.html)
 
-## Development and Utilities
+## Commons
+
+Libraries and utilities which are not reliant on Sling.
+
 * [Commons Crypto](/documentation/bundles/commons-crypto.html)
-* [Commons Thread Pools](/documentation/bundles/apache-sling-commons-thread-pool.html)
 * [Commons HTML Utilities](/documentation/bundles/commons-html-utilities.html)
+* [Sling Metrics](/documentation/bundles/metrics.html)
 * [MIME Type Support (commons.mime and commons.contentdetection)](/documentation/bundles/mime-type-support-commons-mime.html)
+* [Commons Thread Pools](/documentation/bundles/apache-sling-commons-thread-pool.html)
+
+## Development and Utilities
 * [Scripting](/documentation/bundles/scripting.html)
 * [Sling Settings (org.apache.sling.settings)](/documentation/bundles/sling-settings-org-apache-sling-settings.html)
 * [Caching Services](/documentation/bundles/caching-services.html)
@@ -61,7 +67,6 @@ The OSGi installer is a very flexible and powerful service to manage provisionin
 * [Sling Query Library](/documentation/bundles/sling-query.html)
 * [Junit Server-Side Tests Support](/documentation/bundles/org-apache-sling-junit-bundles.html)
 * [Sling Pipes](/documentation/bundles/sling-pipes.html)
-* [Sling Metrics](/documentation/bundles/metrics.html)
 * [Servlet Helpers and Internal Requests](/documentation/bundles/servlet-helpers.html)
 * [Context-Aware Configuration](/documentation/bundles/context-aware-configuration/context-aware-configuration.html)
 * [HApi - Hypermedia API tools](/documentation/bundles/hapi.html)