afs opened a new issue, #4036: URL: https://github.com/apache/jena/issues/4036
### Change "Packaging" consists of groups of Fuseki system modules around the core system. There is one core system. There are packaging for: | Name | Cmd | Modules | | | -------- | ------- | ---------- | --- | | "Basic" | `FusekiServerBasicCmd` | No unnecessary modules | | "Main" | `FusekiServerMainCmd` | Ping, Shiro, Prometheus | Headless triple store, no server configuration state. | | "Plain" | `FusekiServerPlainCmd` | Ping, Shiro, Prometheus | Headless triple store | | "UI" | `FusekiServerPlainCmd` | Admin, UI, Shiro, Prometheus, GeoSPARQL | The current server with UI || The combinations may change based on expererience. Each has a command line `FusekiServerNAMECmd`. "Basic and "main" are configured from the command line includes `--conf=` "Plain" will, _in the future_, have server side administration. It will not have admin UI. "UI" is the usual server. 'Admin' also sets ping, stats, which ought to be separate The server configuration state, `run/`, is the record of the configuration and databases under control of the administration subsystem. GeoSPARQL is an external Fuseki module which loads if present. It is included in "UI". ### Are you interested in contributing a pull request for this task? 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]
