You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/06/19 14:41:41 UTC

[sling-site] branch master updated: fix java.lang.ArrayIndexOutOfBoundsException: 3 for downloads.html (every deprecated item must consist out of 4 parts!)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ace5656  fix java.lang.ArrayIndexOutOfBoundsException: 3 for downloads.html (every deprecated item must consist out of 4 parts!)
ace5656 is described below

commit ace56567aa9b0df67978738fa0358e2cfcd4df03
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 19 16:41:18 2018 +0200

    fix java.lang.ArrayIndexOutOfBoundsException: 3 for downloads.html
    (every deprecated item must consist out of 4 parts!)
---
 src/main/jbake/templates/downloads.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 3c0bc20..1e8e5e2 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -246,7 +246,7 @@ def deprecated=[
   "Commons JSON|Replaced with Commons Johnzon|org.apache.sling.commons.json|2.0.20",
   "GWT Integration||org.apache.sling.extensions.gwt.servlet|3.0.0",
   "Launchpad Content|Replaced with Starter Content|org.apache.sling.launchpad.content|2.0.12",
-  "Testing Tools|org.apache.sling.testing.tools|1.0.16"
+  "Testing Tools|SLING-5703|org.apache.sling.testing.tools|1.0.16"
 ]
 
 // ------------------------------------------------------------------------------------------------