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

Jena integration – add support for content negotiation #176

Merged

Conversation

Ostrzyciel
Copy link
Member

Issue: #136 #164

This will safely fall-back when running on Fuseki 5.1.0, which does not implement the interface we are using here:

20:41:57 INFO  Server          :: Fuseki Module: JellyFusekiModule
20:41:57 WARN  Server          :: Cannot register the application/x-jelly-rdf content type, because you are running an Apache Jena Fuseki version that doesn't support content type registration. Update to Fuseki 5.2.0 or newer for this to work.
20:41:57 INFO  Server          :: Module: Jelly (2.0.3+5-4302b074+20241015-2022-SNAPSHOT)
20:41:57 INFO  Server          :: Apache Jena Fuseki 5.1.0

On 5.2.0 we get:

20:42:31 INFO  Server          :: Fuseki Module: JellyFusekiModule
20:42:31 INFO  Server          :: Added application/x-jelly-rdf to the list of accepted content types
20:42:31 INFO  Server          :: Module: Jelly (2.0.3+5-4302b074+20241015-2022-SNAPSHOT)
20:42:31 INFO  Server          :: Apache Jena Fuseki 5.2.0

We had some leftover imports that should not have been used since 5.0.0. Because we weren't really using this classes, this should be fine bincompat-wise.
Let's wait for Jena 5.2.0 to release... otherwise getting this to work in CI will be tricky.
@Ostrzyciel Ostrzyciel linked an issue Oct 15, 2024 that may be closed by this pull request
1 task
@Ostrzyciel Ostrzyciel merged commit 7f76676 into main Oct 15, 2024
4 checks passed
@Ostrzyciel Ostrzyciel deleted the 136-jena-integration-add-support-for-content-negotiation branch October 15, 2024 19:16
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.

Jena integration – add support for content negotiation
1 participant