[ 
https://issues.apache.org/jira/browse/TIKA-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15219202#comment-15219202
 ] 

Bob Paulin commented on TIKA-1910:
----------------------------------

For now defaulting to WARN but with an new property 

{code}
Boolean.getBoolean("org.apache.tika.service.proxy.error.warn") 
                ? LoadErrorHandler.WARN:LoadErrorHandler.IGNORE
{code}

On the fence whether this should just use the existing 
org.apache.tika.service.error.warn property or a new one.  Thoughts?

> Tika 2.0 - Decouple Tika Parser Office Module from Other Dependencies
> ---------------------------------------------------------------------
>
>                 Key: TIKA-1910
>                 URL: https://issues.apache.org/jira/browse/TIKA-1910
>             Project: Tika
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Bob Paulin
>            Assignee: Bob Paulin
>
> Currently the Tika Parser Office Module depends on 
> Tika Parser Web Module
> Tika Parser Package Module
> Tika Parser Text Module
> Using the proxies we can make those dependencies optional so if they are not 
> included on the classpath the code functions but performs no operation on 
> content that would be parsed on the optional dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to