nddipiazza opened a new pull request, #2486: URL: https://github.com/apache/tika/pull/2486
## Problem Users had to include `plugin-roots` in tika-config.json file, which made Docker deployments less flexible. ## Solution Added `--plugin-roots` command-line parameter that overrides config file. ## Usage ```bash java -jar tika-grpc.jar -c config.json --plugin-roots /tmp/tika-plugins ``` ## Benefits ✅ Flexible Docker/Kubernetes deployments ✅ Backward compatible -- 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]
