[
https://issues.apache.org/jira/browse/JENA-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689655#comment-16689655
]
ASF GitHub Bot commented on JENA-1635:
--------------------------------------
GitHub user acoburn opened a pull request:
https://github.com/apache/jena/pull/490
JENA-1635 Fix invalid Automatic-Module-Name values
The jena-fuseki-access, jena-fuseki-core and jena-fuseki-main modules
have invalid data for Automatic-Module-Name.
This aligns the data from those modules with the existing fuseki2 module.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/jena JENA-1635
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/490.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 #490
----
commit 24742db2d697def1057b27a0d3f29300185bac84
Author: Aaron Coburn <acoburn@...>
Date: 2018-11-16T16:43:40Z
JENA-1635 Fix invalid Automatic-Module-Name values
The jena-fuseki-access, jena-fuseki-core and jena-fuseki-main modules
have invalid data for Automatic-Module-Name.
This aligns the data from those modules with the existing fuseki2 module.
----
> Invalid Automatic-Module-Names in fuseki2 modules
> -------------------------------------------------
>
> Key: JENA-1635
> URL: https://issues.apache.org/jira/browse/JENA-1635
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Affects Versions: Jena 3.9.0
> Reporter: Aaron Coburn
> Priority: Major
> Fix For: Jena 3.10.0
>
>
> The maven configuration for some of the fuseki2 modules produces
> syntactically invalid Automatic-Module-Name values (dashes are not permitted).
> For instance, org.apache.jena.jena-fuseki-main would need to be changed to
> org.apache.jena.fuseki2.main
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)