[
https://issues.apache.org/jira/browse/JENA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438860#comment-16438860
]
ASF GitHub Bot commented on JENA-1524:
--------------------------------------
GitHub user christopher-johnson opened a pull request:
https://github.com/apache/jena/pull/401
[JENA-1524] org.apache.jena.system is split by org.apache.jena.arq and
org.apache.jena.core
per @afs
> this renames of "jena-core:org.apache.jena.system" as
"jena-core:org.apache.jena.sys", and puts an adapter class `JenaInit` in
"jena-arq:org.apache.jena.system" that has two functions to call the real init
and shutdown.
>
> `JenaInit` will be deprecated prior to removal quite quickly (in a very
few release cycles).
>
> This way the impact is lessened: `org.apache.jena.system.Txn` is not
repackaged. The adapter class approach does not work for calls from jena-core
to jena-arq without reflection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/christopher-johnson/jena rename-core-system
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/401.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 #401
----
commit d82328d905b0f8ae40f699990ffe800728824975
Author: Christopher Hanna Johnson <chjohnson39@...>
Date: 2018-04-15T21:24:12Z
[JENA-1524] org.apache.jena.system is split by org.apache.jena.arq and
org.apache.jena.core
----
> org.apache.jena.system is split by org.apache.jena.arq and
> org.apache.jena.core
> -------------------------------------------------------------------------------
>
> Key: JENA-1524
> URL: https://issues.apache.org/jira/browse/JENA-1524
> Project: Apache Jena
> Issue Type: Bug
> Components: Jena
> Affects Versions: Jena 3.7.0
> Reporter: Christopher Johnson
> Priority: Major
>
> a JPMS module cannot require both org.apache.jena.arq and
> org.apache.jena.core since org.apache.jena.system can be read from both.
> This cannot be resolved with --patch-module since arq and core provide
> different implementations. Suggestion is to make a distinction by renaming
> system to sys in either one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)