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

   ### Version
   
   4.0.0
   
   ### What happened?
   
   We get a problem when upgrading Jena-core from 3.15.0 to 4.0.0 (the problem 
arises between 3.16.0 and 3.17.0): the TURTLE writer is no longer available.
   
   The call to Model::write with parameters new StringWriter() and «TURTLE» 
will generate an error:
   
   org.apache.jena.shared.NoWriterForLangException: Writer not found: RIOT
   
   When debugging it seams that the map containing allowed values no longer 
contains «TURTLE»
   However, the documentation of the write() method says that «TURTLE» still 
should be supported:
   The language in which to write the model is specified by the lang argument. 
Predefined values are "RDF/XML", "RDF/XML-ABBREV", "N-TRIPLE", "TURTLE", (and 
"TTL") and "N3". The default value, represented by null is "RDF/XML".
   
   ### Relevant output and stacktrace
   
   _No response_
   
   ### Are you interested in making a pull request?
   
   None


-- 
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