GitHub user bobpaulin opened a pull request: https://github.com/apache/camel/pull/1422
CAMEL-10740 - Initial work for camel-tika component. Hi, A couple of notes about the PR. 1) Under platforms I've included the Karaf feature but I did not include the code generated for the spring boot starter since I haven't done any testing within Boot. 2) I have prefixed the Metadata headers generated by Tika with "Tika". I hadn't seen this done in other projects but with the shear number of them I thought it might be useful to have some sort of namespace to prevent collisions. Like anything else in this PR I'm open to changing it if that is considered bad practice. 3) The test document and image included are from the Tika test resources. So my expectation is that they are licensed appropriately. Thanks for having such a well documented contribution process. I found it very helpful. - Bob You can merge this pull request into a Git repository by running: $ git pull https://github.com/bobpaulin/camel feature/camel-tika-component Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1422.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1422 ---- commit 8f0eb0b033bfdb8d4a7cbd62badc4b240ed3029d Author: Bob Paulin <b...@bobpaulin.com> Date: 2017-01-24T23:42:10Z CAMEL-10740 - Initial work for camel-tika component. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---