Leftover apache-tika-fork-*.jar files after build tests

2022-05-14 Thread Tilman Hausherr
While cleaning up my temp directory I noticed files named apache-tika-fork-*.jar The jar file is created in ForkClient.createBootstrapJar(). It is used by TikaCLITest. One could fix this by making a change in TikaCLI.OutputType.process(), by adding     if (fork) {     ((

[jira] [Commented] (TIKA-3759) upgrade to junit 5 in tika-batch

2022-05-14 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537030#comment-17537030 ] Hudson commented on TIKA-3759: -- SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #5

[jira] [Resolved] (TIKA-3759) upgrade to junit 5 in tika-batch

2022-05-14 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved TIKA-3759. --- Resolution: Fixed Thanks! > upgrade to junit 5 in tika-batch > --

[jira] [Commented] (TIKA-3759) upgrade to junit 5 in tika-batch

2022-05-14 Thread Tim Allison (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537007#comment-17537007 ] Tim Allison commented on TIKA-3759: --- Sorry about that and thank you. I made the fix. >