You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:21:30 UTC

[sling-org-apache-sling-commons-compiler] 10/17: SLING-3405 : SLING2094Test and ServerSideScriptsTest fail with java 8: JSP compiler does not find java.util.Arrays or java.lang.CharSequence

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

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit aff94ce5819c196665024913a395e44693f83ccb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri May 2 14:08:17 2014 +0000

    SLING-3405 : SLING2094Test and ServerSideScriptsTest fail with java 8: JSP compiler does not find java.util.Arrays or java.lang.CharSequence
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1591920 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
index 9b41d3e..5574e48 100644
--- a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
+++ b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
@@ -224,6 +224,7 @@ public class EclipseJavaCompiler implements JavaCompiler {
                         settings,
                         context,
                         this.problemFactory,
+                        null,
                         null);
 
         // compile

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.