[
https://issues.apache.org/jira/browse/SLING-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906981#comment-13906981
]
Bertrand Delacretaz commented on SLING-3405:
--------------------------------------------
I don't know much about our Eclipse compiler, and I haven't tried running our
integration tests with Java 8 before, so maybe that never worked.
I have added a more specific test at [1], just this is enough to make JSP
compilation fail with java 1.8.0 on macosx 10.9.1:
{code}
<%@page import="java.util.Arrays"%>
<%@page import="java.lang.CharSequence"%>
{code}
[1]
https://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/imports.jsp
> SLING2094Test fails with java 8: JSP compiler does not find java.util.Arrays
> -----------------------------------------------------------------------------
>
> Key: SLING-3405
> URL: https://issues.apache.org/jira/browse/SLING-3405
> Project: Sling
> Issue Type: Bug
> Components: Scripting, Testing
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
> Priority: Minor
>
> Running the launchpad/integration-tests SLING2094Test fails due to a
> compilation error for the test script [1]: "Unable to compile class for JSP,
> the import java.util.Arrays cannot be resolved".
> [1]
> https://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/resources/integration-test/issues/sling2094/sling2094.jsp
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)