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: [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]
