Aklakan commented on issue #3046: URL: https://github.com/apache/jena/issues/3046#issuecomment-2746359542
To clarify: The behavior was that `FusekiServerRunner` set `serverArgs.fusekiModules` to a set of predefined modules. As a consequence, `--modules=true` had no effect anymore because it could not override an already set `serverArgs.fusekiModules`. With the corresponding PR, `--modules-true` now loads custom modules and appends them to `serverArgs.fusekiModules`. For example, our spatial indexer module now gets loaded appropriately (just tested it). I will propose the module as part of #3026 - should finish 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]
