Rob Vesse
Rob Vesse
Refactors how the FusekiMain CLI can be customised to make it more flexible and interface driven. CLI extensions have to be statically registered prior to invoking FusekiMain but are now...
### Version 5.1.0 ### Feature The Fuseki Modules mechanism makes it possible to add extensions to Fuseki but modules have to rely upon external configuration sources e.g. System Properties, Environment...
Improves how Fuseki arguments are customised, in particular makes the `ServerConfig` class public adding the ability to store extra configuration on it. It also changes the previously `private static applyServerArgs()`...