nddipiazza commented on PR #2481: URL: https://github.com/apache/tika/pull/2481#issuecomment-3692886644
The CI failure in `tika-translate` is unrelated to this PR and has been filed as [TIKA-4588](https://issues.apache.org/jira/browse/TIKA-4588). **Root cause:** The `jakarta.websocket:jakarta.websocket-api:jar:2.3.0-M1` dependency pulls in a SNAPSHOT parent POM (`org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT`) that is no longer available in Maven Central. **This PR only changes:** - `tika-grpc/pom.xml` (dev profile for plugin development) - `tika-grpc/run-dev.sh` (convenience script) - `tika-grpc/README.md` (documentation) - `tika-grpc/dev-tika-config.json` (config file) - `tika-plugins-core/.../TikaPluginManager.java` (fix for test failure) All tests pass locally and the failure is in a completely different module (`tika-translate`). -- 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]
