afs opened a new issue, #1490:
URL: https://github.com/apache/jena/issues/1490

   ### Version
   
   4.6.0
   
   ### Feature
   
   We have discouraged use of jena-core without RIOT for some time.
   RIOT covers datasets so it isn't part of jena-core (that would require 
package changes).
   
   This change is to further downplay `RDFReaderI` and `RDFWriterI`, the old 
jena-core I/O framework.
   
   Nowadays, there is no use case requiring direct configuring of old 
`RDFReaderI` and `RDFWriterI` objects. RDF/XML I/O configuration can be done 
through RIOT.
   
   Specific actions:
   * Deprecate, prior to removal, `RDFReaderI getReader` and `RDFWriterI 
getWriter` (forms each). test can directly use the implementation object (there 
is only two for each interface, the RIOT indirection version and 
   * Make jena-core turtle parser into `src/test` only.
   
   jena-core has an old Turtle parser (not fully up-to-date) because some of 
the test materials use Turtle syntax. 
   
   Use of `Model.read` and `Model.write` is not affected.
   
   jena-core then has only the RDF/XML input and output, and an N-Triples 
sub-system, again, mainly for tests, and which is not fully up-to-date.
   
   
   ### Are you interested in contributing a solution yourself?
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to