vemonet commented on issue #3963: URL: https://github.com/apache/jena/issues/3963#issuecomment-4646169489
Hi everyone, thanks for creating the issue in Yasgui Directly pulling from prefix.cc is nice because it gives a "living" list of popular prefixes without having to update the package or else. But that also adds an extra HTTP call to initialize it, and add reliance on a 3rd party service that might go down any time (like now). So personally I don't like it much The download uncompress full JSON file is ~180k Imo, as mentioned above, the best solution would be to just add the prefixes file directly in the lib, and have a small script to update it from prefix.cc easily We are checking what would be the best way to fix this and will try to have a fix release this week -- 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]
