vlsi commented on issue #6497: URL: https://github.com/apache/jmeter/issues/6497#issuecomment-3468454443
Frankly, I think the patch is to kill tika-parsers.jar file altogether. I would say it is 99.9% that you do not use tika-parsers.jar. I think JMeter would start and operate as usual, however, I am not sure. The upcoming JMeter release would not include tika-parsers module (even 2.0 version of it), only tika-core would be there. See https://github.com/apache/jmeter/blob/832c3b2edc05521fc6f5c5751a2ad0a24e18d0e0/src/dist/src/dist/expected_release_jars.csv --- Let met clarify the use case: a) JMeter user configures a text assertion like "the response should contain <<order completed>> message" b) Server API responds with a PDF file to JMeter c) JMeter uses Tika to parse the PDF and check for <<order completed>> there. Do you think your team might have ever used such a feature? I don't think so. On top of that, even though JMeter ships with `tika-parsers.jar`, JMeter does **not** bundle pdf parser jar itself. In other words, if you even try implementing the scenario like "text assertion on pdf contents", then you would **have** to manually add a pdf parsing jar to JMeter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
