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

Peter Ansell commented on ANY23-117:
------------------------------------

Patch at:

https://github.com/ansell/any23/compare/ansell:trunk...ansell:encoding-module
                
> Split Mime type detection out into its own module
> -------------------------------------------------
>
>                 Key: ANY23-117
>                 URL: https://issues.apache.org/jira/browse/ANY23-117
>             Project: Apache Any23
>          Issue Type: New Feature
>            Reporter: Peter Ansell
>
> The MIME Type detector functionality in Any23 can be used without reference 
> to the extractors or the tool plugins. This bug tracks the move of the mime 
> type detector implementation classes from core to a new mime module.
> The change requires the setup of a new module to contain CSVReaderBuilder, 
> which is required by the MIME Type detector, but is not logically related to 
> it. Currently this module is being called csvutils.
> This bug relies on ANY23-85 and ANY23-83 to remove the test dependency on the 
> core module by splitting out the nquads module and removing hardcoded 
> references to NQuads. The nquads module enables the relevant tests to move 
> from core/src/test/java to mime/src/test/java, to enable module level unit 
> testing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to