Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Fuseki integration to a Jena module #179

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Conversation

Ostrzyciel
Copy link
Member

Follow-up from #136

Fuseki modules are not supported in all Fuseki distributions, so it makes more sense to move the functionality to a Jena module. The only disadvantage is that the module loads regardless of whether we are in a Fuseki instance or not, but that can be solved with some exception catching...

I tested this on:

  • Fuseki 5.2.0: works perfectly and displays a message that the media type was registered
  • Fuseki 5.1.0: displays a warning that the registration doesn't work because Fuseki is too old
  • Jena CLI utils: module initialization fails silently, the CLI tool works as expected

Follow-up from #136

Fuseki modules are not supported in all Fuseki distributions, so it makes more sense to move the functionality to a Jena module. The only disadvantage is that the module loads regardless of whether we are in a Fuseki instance or not, but that can be solved with some exception catching...
@Ostrzyciel Ostrzyciel merged commit f5fad5f into main Oct 15, 2024
4 checks passed
@Ostrzyciel Ostrzyciel deleted the fuseki-module-boogaloo branch October 15, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant