[
https://issues.apache.org/jira/browse/JENA-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425512#comment-17425512
]
ASF subversion and git services commented on JENA-2178:
-------------------------------------------------------
Commit 99976b1f940ecef9b6ab23c5f0e88a947ed52bc4 in jena's branch
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=99976b1 ]
Merge pull request #1083 from afs/modules
JENA-2178: Generalize service loading
> Generalize module loading and initialization.
> ---------------------------------------------
>
> Key: JENA-2178
> URL: https://issues.apache.org/jira/browse/JENA-2178
> Project: Apache Jena
> Issue Type: Improvement
> Affects Versions: Jena 4.2.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 4.3.0
>
>
> Jena system initialization code in {{JenaSystem.init}} provides the way extra
> jars can wire themselves into Jena. Initialization happens as soon as any
> application code touches Jena.
> The mechanism is a simple abstraction over {{java.util.ServiceLoader}}
> A new use case is to use the same machinery but for loading modules into
> Fuseki (example: a Apache Kafka connector for receiving updates). This
> loading happens after a server is built so it is happens at a different point
> to Jena system init.
> So separate the mechanism for module loading by interface from the specific
> use in {{JenaSystem}}. Use this, retaining compatibility, and allow a
> separate module load phase to be added to Fuseki.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)