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 2017/11/25 11:04:10 UTC

[GitHub] jena pull request #316: JENA-1435: Add service extensibilty to Fuseki2.

GitHub user afs opened a pull request:

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

    JENA-1435: Add service extensibilty to Fuseki2.

    This PR rewrite how request are dispatched so that routing to extensions happens. The standard services use the new mechanism for request dispatch.
    
    The PR also does some clearing up.


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

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

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

    https://github.com/apache/jena/pull/316.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 #316
    
----
commit e5ee9b3e24c955039e09d571858809a842ef0662
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T13:35:29Z

    JENA-1435: New request dispatcher

commit e118d5daaf0096c883f84146c58d6a1961202fa5
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T13:43:19Z

    Remove serialVersionUID on servlets

commit ca319b771ee0812948e35717039de195458c677e
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T17:14:34Z

    JENA-1435: Refactoring, renaming, and clearing up

commit 5826cbd160f80c1f56e0a82e92f384a162d32cf0
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T17:17:30Z

    Remove deprecated FusekiEmbeddedServer class

commit 651306f33528ac56525bb23aa92bcb1ea7975b9a
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T17:51:11Z

    JENA-1435: Place ServiceDispatchRegistry in ServletContext

commit 276f969a61e0d2cf0290d720a9744484eb231476
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-24T23:13:12Z

    Per-server verbose setting

----


---

[GitHub] jena pull request #316: JENA-1435: Add service extensibilty to Fuseki2.

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

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


---

[GitHub] jena issue #316: JENA-1435: Add service extensibilty to Fuseki2.

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/316
  
    Example custom service, setup and execution to follow.


---

[GitHub] jena issue #316: JENA-1435: Add service extensibilty to Fuseki2.

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/316
  
    Not for 3.6.0.


---