Re: Fuseki Evolution

2022-02-04 Thread Andy Seaborne
On 02/01/2022 16:23, Andy Seaborne wrote: == javax-jakarta transition jakarta is JavaEE at the Eclipse Foundation). At some time, there will need to be transition from javax.* to jakarta.* for the package imports of javax.* that relate to Java EE. For Fuseki that is mainly for javax.serv

Re: Fuseki Evolution

2022-01-05 Thread Martynas Jusevičius
Hi, >From our side, the only distribution of Fuseki we are using is the Docker image (plain server without UI). On Sun, Jan 2, 2022 at 5:23 PM Andy Seaborne wrote: > > A collection of thoughts and discussion points about Fuseki. > > == Jena 4.4.0 > > There is a vue-based rewrite of the UI thanks

Re: Fuseki Evolution

2022-01-05 Thread Andy Seaborne
On 05/01/2022 11:49, LB wrote: Nice progress so far. Just a probably dumb question: how do I start Fuseki with UI now when enabling GeoSPARQL via assembler? I tried to use the fulljar package java -jar target/jena-fuseki-fulljar-4.4.0-SNAPSHOT.jar --desc ~/fuseki-geosparql.ttl /ds but t

Re: Fuseki Evolution

2022-01-05 Thread LB
Nice progress so far. Just a probably dumb question: how do I start Fuseki with UI now when enabling GeoSPARQL via assembler? I tried to use the fulljar package java -jar target/jena-fuseki-fulljar-4.4.0-SNAPSHOT.jar --desc ~/fuseki-geosparql.ttl /ds but this seems to lack the webapp contex

Re: Fuseki Evolution

2022-01-03 Thread Andy Seaborne
On 02/01/2022 23:28, Bruno P. Kinoshita wrote: Hi Andy, Hooray on seeing the new UI. I'm updating the JS dependencies (things move fast in JS!), and should have a PR ready for review soon-ish. Only issue was a new version of Bootstrap, but shouldn't be a big issue. I'll start adding unit te

Re: Fuseki Evolution

2022-01-02 Thread Bruno P. Kinoshita
Hi Andy, Hooray on seeing the new UI. I'm updating the JS dependencies (things move fast in JS!), and should have a PR ready for review soon-ish. Only issue was a new version of Bootstrap, but shouldn't be a big issue. I'll start adding unit tests, and later e2e tests, but this shouldn't block

Fuseki Evolution

2022-01-02 Thread Andy Seaborne
A collection of thoughts and discussion points about Fuseki. == Jena 4.4.0 There is a vue-based rewrite of the UI thanks to Bruno (yea!). The new UI is in the codebase and the LICENSE and NOTICE files updated. There are no blockers for releasing this in 4.4.0 release. Prior to the kerfuffle o