You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/05/28 21:19:16 UTC

[sling-site] branch master updated: SLING-8418 moved modules to deprecated section

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

ghenzler 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 f691370  SLING-8418 moved modules to deprecated section
f691370 is described below

commit f69137071ca67dd3ce1f0df982d9a4415adc2174
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Tue May 28 23:18:57 2019 +0200

    SLING-8418 moved modules to deprecated section
---
 src/main/jbake/templates/downloads.tpl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 37f7724..4d7ceb3 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -214,7 +214,6 @@ def bundles=[
   "Slf4j MDC Filter|org.apache.sling.extensions.slf4j.mdc|1.0.0|Y|jar",
   "Sling Query|org.apache.sling.query|4.0.2|Y|jar",
   "Starter Content|org.apache.sling.starter.content|1.0.4|Y|jar",
-  "Starter Startup|org.apache.sling.starter.startup|1.0.6|Y|jar",
   "Superimposing Resource Provider|org.apache.sling.superimposing|0.2.0|Y|jar",
   "System Bundle Extension: Activation API|org.apache.sling.fragment.activation|1.0.2|Y|jar",
   "System Bundle Extension: WS APIs|org.apache.sling.fragment.ws|1.0.2|Y|jar",
@@ -255,6 +254,11 @@ def deprecated=[
   "Commons JSON|Replaced with Commons Johnzon|org.apache.sling.commons.json|2.0.20",
   "Explorer|Replaced with Composum|org.apache.sling.extensions.explorer|1.0.4",
   "GWT Integration|Not Maintained|org.apache.sling.extensions.gwt.servlet|3.0.0",
+  "Health Check Annotations|Migrated to Apache Felix Health Checks|org.apache.sling.hc.annotations|1.0.6",
+  "Health Check Core|Migrated to Apache Felix Health Checks|org.apache.sling.hc.core|1.2.10",
+  "Health Check Integration Tests|Migrated to Apache Felix Health Checks|org.apache.sling.hc.it|1.0.4",
+  "Health Check Samples|Migrated to Apache Felix Health Checks|org.apache.sling.hc.samples|1.0.6",
+  "Health Check Webconsole|Migrated to Apache Felix Health Checks|org.apache.sling.hc.webconsole|1.1.2",
   "JCR Compiler|Replaced with FS ClassLoader|org.apache.sling.jcr.compiler|2.1.0",
   "JCR Jackrabbit Server|Replaced with Apache Jackrabbit Oak|org.apache.sling.jcr.jackrabbit.server|2.3.0",
   "JCR Prefs|Replaced with CA Configs|org.apache.sling.jcr.prefs|1.0.0",
@@ -264,6 +268,7 @@ def deprecated=[
   "Scripting JSP Taglib Compat|Superseded by the XSS API bundle|org.apache.sling.scripting.jsp.taglib.compat|1.0.0",
   "Scripting JST|Not Maintained|org.apache.sling.scripting.jst|2.0.6",
   "Servlets Compat|Not Maintained|org.apache.sling.servlets.compat|1.0.2",
+  "Starter Startup|Replaced with Apache Felix HC Service Unavailable Filter|org.apache.sling.starter.startup|1.0.6",
   "Testing Sling Mock Jackrabbit|Not Maintained|org.apache.sling.testing.sling-mock-jackrabbit|1.0.0",
   "Testing Tools|SLING-5703|org.apache.sling.testing.tools|1.0.16",
   "Thread Dumper|Replaced with Apache Felix Thread Dumper|org.apache.sling.extensions.threaddump|0.2.2"