[
https://issues.apache.org/jira/browse/ANY23-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540339#comment-16540339
]
ASF GitHub Bot commented on ANY23-362:
--------------------------------------
GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/97
ANY23-362 resolved rdf4j deprecation warnings
1. resolved rdf4j deprecation warnings
2. refactored for code style and improved singleton pattern in
`RDFParserFactory`
3. updated no-arg constructors in `RDFXMLExtractor` and `TriXExtractor` to
match their javadoc specs, along with the behavior all the other RDF extractor
classes' no-arg constructors
mvn clean test -> all tests passed
@lewismc any comments before I merge this in?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-362
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/97.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 #97
----
commit 59091ef08aadc30e64abdff1a4b17cf81c2b6bbd
Author: Hans <firedrake93@...>
Date: 2018-07-11T16:13:30Z
ANY23-362 resolved rdf4j deprecation warnings
----
> Resolve rdf4j deprecation warnings
> ----------------------------------
>
> Key: ANY23-362
> URL: https://issues.apache.org/jira/browse/ANY23-362
> Project: Apache Any23
> Issue Type: Sub-task
> Components: extractors, mime
> Affects Versions: 2.3
> Reporter: Hans Brende
> Assignee: Hans Brende
> Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in
> {{o.a.a.mime.TikaMIMETypeDetector}},
> {{o.a.a.extractor.rdf.RDFParserFactory}}, and {{o.a.a.rdf.RDFUtils}}:
> - org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling in
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setDatatypeHandling(org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling) in
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setStopAtFirstError(boolean) in org.eclipse.rdf4j.rio.RDFParser has been
> deprecated
> - setVerifyData(boolean) in org.eclipse.rdf4j.rio.RDFParser has been
> deprecated
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)