You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2021/02/09 20:41:00 UTC

[jira] [Created] (IGNITE-14150) Update version of surefire plugin in ignite-extensions

Mikhail Petrov created IGNITE-14150:
---------------------------------------

             Summary: Update version of surefire plugin in ignite-extensions
                 Key: IGNITE-14150
                 URL: https://issues.apache.org/jira/browse/IGNITE-14150
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Petrov
            Assignee: Mikhail Petrov


It's needed to update version of surefire plugin in ignite-extensions to 3.0.0-M4. 

Mismatch of surefire plugin version between ignite-tools and ignite-extensions causes the following error during tests execution:
{code:java}
java.lang.NoSuchMethodError: org.apache.maven.surefire.report.SimpleReportEntry.withException(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/maven/surefire/report/StackTraceWriter;)Lorg/apache/maven/surefire/report/SimpleReportEntry;
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)