[
https://issues.apache.org/jira/browse/TIKA-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388313#comment-17388313
]
Tim Allison commented on TIKA-3499:
-----------------------------------
For now, I've added junit5 to tika-parent, along with:
{noformat}
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit5.version}</version>
<scope>test</scope>
{noformat}
for compatibility with junit4. I migrated tika-core and tika-parsers to junit5
today. We can update the others as there's time available.
> [junit5] Prepare migration
> --------------------------
>
> Key: TIKA-3499
> URL: https://issues.apache.org/jira/browse/TIKA-3499
> Project: Tika
> Issue Type: Task
> Affects Versions: 2.0.1
> Reporter: Aurélien Marocco
> Priority: Minor
>
> Upgrade dependencies to use junit-jupiter with vintage engine (compliant with
> junit4 test)
> then manage each module separately.
> One ticket per module
--
This message was sent by Atlassian Jira
(v8.3.4#803005)