You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2019/08/08 04:39:00 UTC

[jira] [Updated] (OAK-8532) Osgi based test to verify tika setup is working

     [ https://issues.apache.org/jira/browse/OAK-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Saurabh updated OAK-8532:
-------------------------------
    Description: 
Often it's found that we bump tika version while the setups using oak which are supposed to provide dependencies for tika do not bump dependencies version.

That situation often leads to hidden errors that get detected very late as by definition we are expected to *not* fail on a text extraction (at best log a DEBUG log in \*BinaryTextExtractor.

With current maven tests we don't hit that situation as maven takes care of pulling in dependencies transitively. We do miss out on having an OSGi based test which can kind of server 2 purposes:
* notify us when we do bump tika version
* serve as a reference for versions of dependencies that can work

  was:
Often it's found that we bump tika version while the setups using oak which are supposed to provide dependencies for tika do not bump dependencies version.

That situation often leads to hidden errors that get detected very late as by definition we are expected to *not* fail on a text extraction (at best log a DEBUG log in \*BinaryTextExtractor.

With current maven tests we don't hit that situation as maven takes care of pulling in dependencies transitively. We do miss out on having an OSGi based test which can kind of server 2 purposes:
* notify us when we do bump tika version
* server as a reference for versions of dependecies that can work


> Osgi based test to verify tika setup is working
> -----------------------------------------------
>
>                 Key: OAK-8532
>                 URL: https://issues.apache.org/jira/browse/OAK-8532
>             Project: Jackrabbit Oak
>          Issue Type: Test
>          Components: search
>            Reporter: Vikas Saurabh
>            Assignee: Vikas Saurabh
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Often it's found that we bump tika version while the setups using oak which are supposed to provide dependencies for tika do not bump dependencies version.
> That situation often leads to hidden errors that get detected very late as by definition we are expected to *not* fail on a text extraction (at best log a DEBUG log in \*BinaryTextExtractor.
> With current maven tests we don't hit that situation as maven takes care of pulling in dependencies transitively. We do miss out on having an OSGi based test which can kind of server 2 purposes:
> * notify us when we do bump tika version
> * serve as a reference for versions of dependencies that can work



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)