afs commented on issue #2300:
URL: https://github.com/apache/jena/issues/2300#issuecomment-1969011135

   > org.apache.jena.shared.NoWriterForLangException: Writer not found: RIOT
   
   There seems to be something else going on if the writer is called "RIOT" 
maybe to do with the classpath.
   
   Jena 4.0.0 is itself quite old. Matters may have been fixed since then.
   
   The current 4.x version is 4.10.0 and is the last 4.x series. There are 
[significant security 
fixes](https://jena.apache.org/about_jena/security-advisories.html) and also 
security fixes in dependencies.
   
   The next version is 5.0.0  which requires Java17.
   
   While `Model::write` remains for legacy reasons, the more up-to-date way to 
write is either `RDFDataMgr` or for  precise control of writer setup, 
`org.apache.jena.riot.RDFWriter`.
   


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