[
https://issues.apache.org/jira/browse/JENA-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234639#comment-17234639
]
ASF subversion and git services commented on JENA-1997:
-------------------------------------------------------
Commit d65ae5ee8e2cfddd8f007d43fac614568effdf7e in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=d65ae5e ]
JENA-1997: Remove old Turtle/N3 writer
Remaining Turtle parser supports jena-core tests.
Rename private TTL parser as org.apache.jena.ttl
Remove deprecated RDFFactoryF methods - includes changes to ModelCom.
> Remove old Turtle/N3 writer (jena-core)
> ---------------------------------------
>
> Key: JENA-1997
> URL: https://issues.apache.org/jira/browse/JENA-1997
> Project: Apache Jena
> Issue Type: Improvement
> Components: Core
> Affects Versions: Jena 3.16.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> jena-core contains an old Turtle/N3 writer. (The N3 is for data only - not N3
> nested graphs).
> Jena-core only needs Turtle/N3 because there are tests written using Turtle.
> The jena-core parser and writer are not up-to-date with the Turtle W3C
> Recommendation and are replaced in normal use by the Turtle support in RIOT.
> While the reader is needed for test data, the writer is not used.
> It would only be used by applications depending on jena-core without the rest
> of apache-jena-libs (specifically, jena-arq for RIOT). If RIOT is present,
> then the writer will have been rewired to be the correct one.
> The overall result is that jena-core has RDF/XML, an N-Triples reader and a
> basicTurtle parser.
> jena-core is not intended for standalone use. We have has apache-jena-libs
> fora long time now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)