[
https://issues.apache.org/jira/browse/SLING-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13764370#comment-13764370
]
Robert Munteanu commented on SLING-3053:
----------------------------------------
Most likely the changes to the logging bundle caused the failures. If I rebuild
the sling launchpad( mvn clean install ) with the change below the ITs pass
diff --git a/launchpad/builder/src/main/bundles/list.xml
b/launchpad/builder/src/main/bundles/list.xml
index df0a8e0..52b0eff 100644
--- a/launchpad/builder/src/main/bundles/list.xml
+++ b/launchpad/builder/src/main/bundles/list.xml
@@ -270,7 +270,7 @@
<bundle>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.log</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>2.1.3-SNAPSHOT</version>
</bundle>
<bundle>
<groupId>org.apache.sling</groupId>
> Scala integration tests failure: type Logger is not a member of package
> ch.qos.logback.classic
> ----------------------------------------------------------------------------------------------
>
> Key: SLING-3053
> URL: https://issues.apache.org/jira/browse/SLING-3053
> Project: Sling
> Issue Type: Bug
> Components: Scripting
> Reporter: Robert Munteanu
> Attachments: scala-it-failure.txt
>
>
> The Scala integration tests have started failing consistently. The failures
> are probably related to the changes in the logging bundle.
> [~mduerig] - you probably know the bundle best, so it would be good if you
> could take a look.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira