Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
3.0.0-M5, 3.2.5
-
None
-
None
-
W10, oracle jdk8.0_202, mvn 3.6.3
Description
I'm getting this text at the end of the tests
"Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.tika.utils.ServiceLoaderUtilsTest
writing to System.outwriting to System.errwriting to System.outwriting to System.errwriting to System.outwriting to System.errwriting to System.outwriting to System.errwriting to System.outwriting to System.err"
How to reproduce:
- get the Apache Tika project ("main" branch) from https://github.com/apache/tika/
- change "3.0.0-M4" to "3.0.0-M5" in the pom.xml of the parent subproject
- build
- it happens with the first subproject (tika-core)
The build doesn't stop, but in my IDE it appears in red so it's probably a warning or an error.
It does not happen with 3.0.0-M4.
Attachments
Issue Links
- is caused by
-
SUREFIRE-1788 Unhandled native logs in SurefireForkChannel
- Closed
- is related to
-
TIKA-3244 General upgrades for 1.26
- Resolved