hoijui opened a new issue, #2977: URL: https://github.com/apache/jena/issues/2977
### Version 5.4.0-SNAPSHOT ### Feature In [jena-core/src/main/java/org/apache/jena/graph/NodeFactory.java]( https://github.com/apache/jena/blob/a1ca2b7c3d38263766f25a0ce1414292edc55ffe/jena-core/src/main/java/org/apache/jena/graph/NodeFactory.java#L265), There is a line: ```java /*package*/ static final boolean legacyLangTag = false; ``` There is currently no way for a library user to change this value. For my use-case (an RDF Linter), it is very useful to set this to true. I did so in code, installing the library from source locally, and then using it in the linter. That allows me to find issues with lang-tags in Turtle files, for example. Would it be an option to set this field to public, so that I don't have to maintain a separate version of the library and keeping it up to date, just for this functionality? ### Are you interested in contributing a solution yourself? Yes -- 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]
