GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/256
JENA-1349: Use RDFParser for conneg.
RDFDataMgr was duplicating the functionality of RDFParser but was not
making the same decisions. Use RDFParser execlusively by creating 3 paths in
RDFDataMgr, one each for the three cases of reading from a URI, from an
InputStream and from a Reader.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena jena1349-parse
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/256.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 #256
----
commit 6853d8247d4d16f499c45d0de081d408d10d3ced
Author: Andy Seaborne <[email protected]>
Date: 2017-05-28T18:48:16Z
JENA-1349: Replace RDFDataMgr use of TypedInputStream with RDFParser
Use 3 code paths for URI, InputStream, Reader
Deprecate use of TypedInputStream in RDFDataMgr;
early opening of the stream requries duplicate conneg determination.
commit 931a437bb49fecdb1cb70a5e6225e27141dec86c
Author: Andy Seaborne <[email protected]>
Date: 2017-05-28T18:49:13Z
Replace calls to deprecated RDFDataMgr.parse operations.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---