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

GH-2092: Fuseki server #2903

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

GH-2092: Fuseki server #2903

wants to merge 6 commits into from

Conversation

afs
Copy link
Member

@afs afs commented Dec 19, 2024

This resolves #2902.
This resolves #2046.
This PR builds on #2894.

It adds the UI and server admin controls.

By default, the UI is served from a jar file.


  • Tests are included.
  • Documentation change and updates are provided for the Apache Jena website
  • Commits have been squashed to remove intermediate development commit messages.
  • Key commit messages start with the issue number (GH-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs force-pushed the fuseki-server-app branch 3 times, most recently from 1d02853 to 27cb774 Compare December 20, 2024 18:37
@afs afs marked this pull request as ready for review December 20, 2024 18:37
@afs afs force-pushed the fuseki-server-app branch 2 times, most recently from 153530c to 099d64c Compare December 20, 2024 22:24
@afs afs marked this pull request as draft December 20, 2024 22:26
@afs afs force-pushed the fuseki-server-app branch from 099d64c to a79327a Compare December 21, 2024 20:57
@afs afs marked this pull request as ready for review December 22, 2024 09:11
@afs afs force-pushed the fuseki-server-app branch 11 times, most recently from 1c657fd to 3b88681 Compare December 26, 2024 17:21
@afs
Copy link
Member Author

afs commented Dec 27, 2024

The check is failing because there is change in jena-fuseki-core around the internal implementation metrics which is shared with jena-fuseki-weabpp. The full build passes on GH actions (subject to previously seem effects of heavily loaded build servers - usually go away if you run the actions early European morning).

@afs
Copy link
Member Author

afs commented Dec 27, 2024

Current state: done! the resulting combined java is the jena-fuseki-server artifact.

There are two entry points - one for the 5.2.0 "Fuseki Main" (no UI, no admin area), and one for the new full server (UI, server from the same jar file by default, admin area on disk).

The WAR file is still being built.

This completes the Java changes.

The next step is whether to switch the fuseki-server.jar in the apache-jena-fuseki. At 5.2.0, and not changed by this PR, it is the webapp+Jetty as made by maven jena-fuseki-fulljar.

@afs afs force-pushed the fuseki-server-app branch from 3b88681 to b8dcb5a Compare December 27, 2024 16:26
@afs afs changed the title Fuseki server GH-2092: Fuseki server Dec 27, 2024
@afs afs force-pushed the fuseki-server-app branch from b8dcb5a to 41f1094 Compare December 27, 2024 21:05
@afs afs force-pushed the fuseki-server-app branch from 41f1094 to c043748 Compare December 27, 2024 21: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
1 participant