You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/09/18 16:40:04 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated (cd67aba -> abaf290)

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

sseifert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git.


    from cd67aba  update to latest servlet-helpers version
     add 7b0ca8a  fix NoClassDefFoundError: ScriptEngineManagerFactory for sling.scripting.core versions > 2.0.50
     new 5bd0fb6  add profile latest-scripting-bundles to test with latest scripting bundles
     new abaf290  Merge branch 'bugfix/SLING-8576-ScriptEngineManagerFactory'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml                                            | 17 +++++++++++++++++
 .../testing/mock/sling/context/SlingContextImpl.java    |  5 +++--
 2 files changed, 20 insertions(+), 2 deletions(-)


[sling-org-apache-sling-testing-sling-mock] 01/02: add profile latest-scripting-bundles to test with latest scripting bundles

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5bd0fb622820a48cf0c9d8a9c7879dba4a4596e7
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Wed Sep 18 18:35:49 2019 +0200

    add profile latest-scripting-bundles to test with latest scripting bundles
    
    (cherry picked from commit da833b52ffa4a1836cc8fae4b49833245556d92b)
---
 core/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 57359b3..9e5c2c7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -333,6 +333,23 @@
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>latest-scripting-bundles</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.scripting.api</artifactId>
+                    <version>2.2.0</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.scripting.core</artifactId>
+                    <version>2.0.58</version>
+                    <scope>compile</scope>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 
 </project>


[sling-org-apache-sling-testing-sling-mock] 02/02: Merge branch 'bugfix/SLING-8576-ScriptEngineManagerFactory'

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit abaf290389f1a2066b98acc8a24419fd2bfdb55e
Merge: cd67aba 5bd0fb6
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Wed Sep 18 18:36:34 2019 +0200

    Merge branch 'bugfix/SLING-8576-ScriptEngineManagerFactory'

 core/pom.xml                                            | 17 +++++++++++++++++
 .../testing/mock/sling/context/SlingContextImpl.java    |  5 +++--
 2 files changed, 20 insertions(+), 2 deletions(-)