v4.0.0
Major Changes
-
428b22a: Upgrade Apache Jena to 5.6.
Breaking changes
Please read the following points to update your setup accordingly, as your setup might be impacted by these changes:
-
The
[main]section inshiro.inishould contain the following lines:statelessSessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager securityManager.sessionManager = $statelessSessionManager -
In case you are not using the default entrypoint script, you might need to update the way the Fuseki server is started. The class to use is now
org.apache.jena.fuseki.main.cmds.FusekiServerCmdinstead oforg.apache.jena.fuseki.cmd.FusekiCmd, and update some argument accordingly. -
The Fuseki configuration file should be mounted at
/fuseki/configuration/config.ttlinstead of/fuseki/config.ttl.
-