You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2018/09/14 13:21:43 UTC

[GitHub] jena pull request #468: JENA-1597 : Reorganisation of Fuseki modules.

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/468

    JENA-1597 : Reorganisation of Fuseki modules.

    This PR reorgansies the Fuseki modules to separate out the core engine, regardless of use in a webapp or embedded, to make what was the "embedded" server the focus of reuse and extension to create SPARQL servers with added features by calling it "main".
    
    jena-fuseki-core : the servlets and registries
    
    jena-fuseki-webapp : the web application: UI, admin, and running as a webapp.
    jena-fuseki-war : package webapp as a WAR file.
    jena-fuseki-fulljar : package webapp as a standalone server
    
    jena-fuseki-main : What was the embedded server together with its command line runner (jena-fuseki-basic)
    jena-fuseki-access : Graph access control (see JENA-1594)
    jena-fuseki-server : jena-fuseki-main/jena-fuseki-access as a combined jar with command line runner.
    
    apache-jena-fuseki : the full server download as standalone and war file (unchanged).
    
    Also includes:
    * JENA-1598: Update to Jetty v9.4.12
    * Automatic module names for Fuseki jars.
    * Minor bug fix for Content-Encoding.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena fuseki-reorg

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #468
    
----
commit e8abcbb69352158410606b4614643a203f1e2a8d
Author: Andy Seaborne <an...@...>
Date:   2018-09-01T15:55:17Z

    JENA-1597: separate jena-fuseki-webapp module

commit 011c3c84587cb9e75a943c979bf386a7e0fd6637
Author: Andy Seaborne <an...@...>
Date:   2018-09-05T16:31:36Z

    JENA-1598: Update to Jetty v9.4.12

commit 9632e043987ba30bf94a5aaa399353105cf04589
Author: Andy Seaborne <an...@...>
Date:   2018-09-05T19:22:29Z

    Automatic module names

commit 9451f193de3aeb34ffba8d05cb6a11071ba74f46
Author: Andy Seaborne <an...@...>
Date:   2018-09-08T17:47:17Z

    JENA-1597: module jena-fuseki-fulljar

commit eba45652dee1a4ab9f87dbe10a1cf13058196b1b
Author: Andy Seaborne <an...@...>
Date:   2018-09-08T20:40:19Z

    Wrongly setting Content-Encoding

commit fd9d36097dfbe59a70a47909c8449b110ac8b042
Author: Andy Seaborne <an...@...>
Date:   2018-09-13T18:06:57Z

    Handle case of general query servlet.

commit 7e6d03af8091549e049c256c102959fa5fb6d6d0
Author: Andy Seaborne <an...@...>
Date:   2018-09-14T12:43:42Z

    JENA-1597: Modules jena-fuseki-main and jena-fuseki-server

----


---

[GitHub] jena pull request #468: JENA-1597 : Reorganisation of Fuseki modules.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/468


---