Skip to content

1.1.0

Compare
Choose a tag to compare
@melaasar melaasar released this 11 Nov 16:33
· 50 commits to master since this release
d0da802
  • startFuseki no longer puts a particular Fuseki distribution on its classpath (which created a lot of dependency issues in gradle scripts), but instead dynamically downloads it from maven). This also allowed specifying the desired fuseki version to download as a parameter.
  • startFuseki can specify an optional port for the Fuseki server. The default is still 3030.
  • startFuseki's webUI parameter now unzips a web folder in the build folder to help start Fuseki with UI in a browser.
  • Upgrade to Jena 4.6.1 API