Skip to content

v4.0.0

Choose a tag to compare

@the-zazukoian the-zazukoian released this 01 Dec 10:34
· 36 commits to main since this release
64cf881

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 in shiro.ini should 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.FusekiServerCmd instead of org.apache.jena.fuseki.cmd.FusekiCmd, and update some argument accordingly.

    • The Fuseki configuration file should be mounted at /fuseki/configuration/config.ttl instead of /fuseki/config.ttl.

Minor Changes

  • 428b22a: Updated OpenTelemetry Java instrumentation to version 2.22.0
  • 428b22a: Upgraded Alpine base image to 3.22.2