[jira] (MCOMPILER-588) JUnit4 test framework to JUnit5 migration

2024-04-13 Thread Mikhail Deviatov (Jira)


[ https://issues.apache.org/jira/browse/MCOMPILER-588 ]


Mikhail Deviatov deleted comment on MCOMPILER-588:


was (Author: JIRAUSER305049):
[~sjaranowski] sure
[https://github.com/apache/maven-compiler-plugin/pull/234|https://github.com/apache/maven-compiler-plugin/pull/234]

> JUnit4 test framework to JUnit5 migration
> -
>
> Key: MCOMPILER-588
> URL: https://issues.apache.org/jira/browse/MCOMPILER-588
> Project: Maven Compiler Plugin
>  Issue Type: Improvement
>Reporter: Mikhail Deviatov
>Priority: Major
>
> We have JUnit5 test framework for a long time. 
> It have modular architecture, good support in IDE and quite fast. It would be 
> good to add support JUnit5 to the project.
> The problem is that there are 2 library used for testing in project 
> *maven-plugin-testing-harness* and *org.eclipse.sisu.plexus* and they both 
> don't have JUnit5 support.
> I created a solution that overrides parts of code used derived and my own 
> implementation.
> Please take a look at it
> https://github.com/apache/maven-compiler-plugin/pull/233



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] (MCOMPILER-588) JUnit4 test framework to JUnit5 migration

2024-04-13 Thread Slawomir Jaranowski (Jira)


[ https://issues.apache.org/jira/browse/MCOMPILER-588 ]


Slawomir Jaranowski deleted comment on MCOMPILER-588:
---

was (Author: slawekjaranowski):
to resolve {{java.lang.NoClassDefFoundError: org/apache/maven/api/xml/XmlNode}} 
- please add:
{code:xml}

  org.codehaus.plexus
  plexus-xml
  3.0.0
  test

{code}

> JUnit4 test framework to JUnit5 migration
> -
>
> Key: MCOMPILER-588
> URL: https://issues.apache.org/jira/browse/MCOMPILER-588
> Project: Maven Compiler Plugin
>  Issue Type: Improvement
>Reporter: Mikhail Deviatov
>Priority: Major
>
> We have JUnit5 test framework for a long time. 
> It have modular architecture, good support in IDE and quite fast. It would be 
> good to add support JUnit5 to the project.
> The problem is that there are 2 library used for testing in project 
> *maven-plugin-testing-harness* and *org.eclipse.sisu.plexus* and they both 
> don't have JUnit5 support.
> I created a solution that overrides parts of code used derived and my own 
> implementation.
> Please take a look at it
> https://github.com/apache/maven-compiler-plugin/pull/233



--
This message was sent by Atlassian Jira
(v8.20.10#820010)