You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/01/23 14:48:16 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] branch master updated: SLING-7428 - StartupFilter not reliably stopped (and still returning 503) when executing org.apache.sling.scripting.sightly.testing

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 771e739  SLING-7428 - StartupFilter not reliably stopped (and still returning 503) when executing org.apache.sling.scripting.sightly.testing
771e739 is described below

commit 771e739ff27ccb2327db7026c3b18b283ef6285d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jan 23 16:45:49 2018 +0200

    SLING-7428 - StartupFilter not reliably stopped (and still returning 503) when executing org.apache.sling.scripting.sightly.testing
    
    * removed src/main/resources/SLING-INF/apps/sightly/install/README, since this blocks the JCR installer and moved its
    content to the main README file
---
 README.md                                                | 3 +++
 src/main/resources/SLING-INF/apps/sightly/install/README | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6575092..4880de1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
 # Apache Sling Scripting HTL Integration Tests Content
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+The embedded `org.apache.sling.scripting.sightly.testing-content-crlf` JAR provides testing content for [SLING-5543](https://issues.apache.org/jira/browse/SLING-5543) which can not be easily saved into
+SCM in a reliable way so that line endings are maintained without alteration.
diff --git a/src/main/resources/SLING-INF/apps/sightly/install/README b/src/main/resources/SLING-INF/apps/sightly/install/README
deleted file mode 100644
index da43181..0000000
--- a/src/main/resources/SLING-INF/apps/sightly/install/README
+++ /dev/null
@@ -1,2 +0,0 @@
-The org.apache.sling.scripting.sightly.testing-content-crlf provides testing content for SLING-5543 which can not be easily saved into
-SCM in a reliable way so that line endings are maintained without alteration.

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.