You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/04 04:56:01 UTC

[jira] [Commented] (MNG-6428) IT for MNG-5958 fails on Java 9+

    [ https://issues.apache.org/jira/browse/MNG-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532243#comment-16532243 ] 

Hudson commented on MNG-6428:
-----------------------------

Build failed in Jenkins: Maven TLP » maven » MNG-6391 #8

See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6391/8/

> IT for MNG-5958 fails on Java 9+
> --------------------------------
>
>                 Key: MNG-6428
>                 URL: https://issues.apache.org/jira/browse/MNG-6428
>             Project: Maven
>          Issue Type: Bug
>          Components: Integration Tests
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>
> The failure lies in the parsing of the error log. It expects:
> {noformat}
>             verifier.verifyTextInLog( "[ERROR] Internal error: java.lang.ClassCastException: "
>                 + "org.apache.maven.lifecycle.mapping.LifecyclePhase cannot be cast to java.lang.String -> [Help 1]" );
> {noformat}
> while Java 9+ includes the module name:
> {noformat}
> [ERROR] Internal error: java.lang.ClassCastException: org.apache.maven.lifecycle.mapping.LifecyclePhase cannot be cast to java.base/java.lang.String -> [Help 1]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)