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

   ### Version
   
   4.6.1
   
   ### What happened?
   
   Looks like something has changed between 4.5.0 and 4.6.1 re. location 
mapping.
   
   Jena 4.5.0:
   ```
   StreamManager:175 - Found: etc/location-mapping.ttl (LocatorFile)
   JenaIOEnvironment:119 - Mapping: http://xmlns.com/foaf/0.1/ => etc/foaf.owl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spl => etc/spl.spin.ttl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spl# => etc/spl.spin.ttl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spin => etc/spin.ttl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spin# => etc/spin.ttl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/sp => etc/sp.ttl
   JenaIOEnvironment:119 - Mapping: http://spinrdf.org/sp# => etc/sp.ttl
   ```
   
   Jena 4.6.1:
   ```
   StreamManager:175 - Found: etc/location-mapping.ttl (LocatorFile)
   LocationMapper:188 - Error in configuration file: Reader not found: TURTLE
   ```
   `JenaSystem::init` is called like this:
   ```java
   static
   {
       JenaSystem.init();
   }
   ```
   Failing test: 
https://github.com/AtomGraph/Twirl/blob/jena-4.6.1/src/test/java/com/atomgraph/spinrdf/constraints/InfOntModelConstraintTest.java
   
   ### Relevant output and stacktrace
   
   _No response_
   
   ### Are you interested in making a pull request?
   
   No


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