[GitHub] any23 pull request #90: ANY23-355: Deprecate RDFa11Parser since Rio implemen...

2018-07-02 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] any23 pull request #90: ANY23-355: Deprecate RDFa11Parser since Rio implemen...

2018-06-28 Thread JulioCCBUcuenca
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 
Date:   2018-06-29T03:20:48Z

Deprecate unused RDFa parser.

Signed-of-by: Julio Caguano




---