You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/05/14 18:19:00 UTC

[jira] [Commented] (JENA-2105) Builder pattern for dataset services and endpoints.

    [ https://issues.apache.org/jira/browse/JENA-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344809#comment-17344809 ] 

ASF subversion and git services commented on JENA-2105:
-------------------------------------------------------

Commit 0bf70914493c0a1fd66de2c9956c5cbe85ddce0e in jena's branch refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=0bf7091 ]

Merge pull request #1001 from afs/webapp2

JENA-2105: Builder pattern for DataService and Endpoint

> Builder pattern for dataset services and endpoints.
> ---------------------------------------------------
>
>                 Key: JENA-2105
>                 URL: https://issues.apache.org/jira/browse/JENA-2105
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>    Affects Versions: Jena 4.0.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 4.1.0
>
>
> {{Endpoint}} and {{DataService}} has a mix of getters and setters. In Fuseki nowadays, there is a construction phase and a usage phase. There are no modifications during the usage phase; modification of a {{DataService}} should be by creating a new one so in-progress requests are not affected.
> The builder pattern enforces this and will help with being able to reload the configuration while the server is running.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)