skrcode commented on PR #3410: URL: https://github.com/apache/cxf/pull/3410#issuecomment-5455173153
Thanks, Andriy. #3409 was recreated after bc543bb989e4c881d54825f65c55846eae016501, so its current head already contains the TikaInputStream change. The remaining deterministic Tika 4 compilation failure is Detector.detect now requiring a ParseContext. This companion only initializes the existing ParseContext before detection, passes that same context through detection and parsing, and adds a focused regression test. That keeps the compatible TikaInputStream preparation on main while supplying the small signature adaptation on the Tika 4 upgrade branch. Happy to adjust if you prefer a different shape for the staged compatibility. -- 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]
