You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2021/12/29 11:00:08 UTC

[GitHub] [jena] afs commented on pull request #1147: move RDFWriterRegistry static initialization block...

afs commented on pull request #1147:
URL: https://github.com/apache/jena/pull/1147#issuecomment-1002537194


   Out of curiosity - why is the first call to Jena at `RDFWriterRegistry`?
   
   It is safer to explicitly call `JenaSystem.init` from the application before any Jena calls. This is the most tested and reliable approach. Ordering of Java class initialization gets pretty complicated quite quickly.


-- 
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: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org