You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/29 03:26:00 UTC

[jira] [Commented] (ANY23-355) Deprecate RDFa11Parser since Rio implementations are used instead

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

ASF GitHub Bot commented on ANY23-355:
--------------------------------------

GitHub user JulioCCBUcuenca opened a pull request:

    https://github.com/apache/any23/pull/90

    ANY23-355: Deprecate RDFa11Parser since Rio implementations are used instead

    The [RDFParserFactory](https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdf/RDFParserFactory.java) uses Rio implementations, and as a consequence of this, the [RDFa11Parser](https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11Parser.java) is not longer used. Thus, it needs to be deprecated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JulioCCBUcuenca/any23 ANY23-355

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/any23/pull/90.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 #90
    
----
commit 66be7fb6d845982490b385abd7bdc2a3f7e6e667
Author: Julio Caguano <ju...@...>
Date:   2018-06-29T03:20:48Z

    Deprecate unused RDFa parser.
    
    Signed-of-by: Julio Caguano

----


> Deprecate RDFa11Parser since Rio implementations are used instead
> -----------------------------------------------------------------
>
>                 Key: ANY23-355
>                 URL: https://issues.apache.org/jira/browse/ANY23-355
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: extractors
>            Reporter: Julio Caguano
>            Assignee: Julio Caguano
>            Priority: Minor
>
> The [RDFParserFactory|https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdf/RDFParserFactory.java] uses Rio implementations. The [RDFa11Parser|https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11Parser.java] is not longer used. Thus, it has to be deprecated. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)