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

   Jena's GeoSPARQL support relies on two Apache-licensed packages 
[rdf-tables](https://github.com/galbiston/rdf-tables) and 
[expiring-map](https://github.com/galbiston/expiring-map).
   
   These package were last released Jan 29, 2019
   https://github.com/galbiston/expiring-map
   https://github.com/galbiston/rdf-tables
   
   galbiston has done a fantastic job on GeoSPARQL.
   
   Some of the Jena5 changes (TDB1 renames) impact these packages and 
dependency version differences have "just happened to work".
   
   It seems safer to incorporate the code from these two packages into Jena's 
codebase so that they track Jena.
   
   Put under `org.apache.jena.ext.io.github.galbiston....` which makes it 
easily reversible.
   
   (The expiring map can probably be replaced by a Caffeine cache with entry 
expiry.)
   


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