[GitHub] any23 pull request #97: ANY23-362 resolved rdf4j deprecation warnings

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

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


---


[GitHub] any23 pull request #97: ANY23-362 resolved rdf4j deprecation warnings

2018-07-11 Thread HansBrende
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 
Date:   2018-07-11T16:13:30Z

ANY23-362 resolved rdf4j deprecation warnings




---