[
https://issues.apache.org/jira/browse/JENA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402388#comment-16402388
]
ASF GitHub Bot commented on JENA-1508:
--------------------------------------
GitHub user acoburn opened a pull request:
https://github.com/apache/jena/pull/386
JENA-1508 Update OSGi provisioning features
This marks the `com.google.errorprone.annotations.concurrent` package
as optional. It also adds the (currently missing) `commons-codec` dependency
to the `features.xml` file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/jena JENA-1508
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/386.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 #386
----
commit 9512887d6c3d2d5a76573bf60dd8a21226ae4581
Author: Aaron Coburn <acoburn@...>
Date: 2018-03-16T19:34:48Z
JENA-1508 Update OSGi provisioning features
This marks the com.google.errorprone.annotations.concurrent package
as optional. It also adds the (currently missing) commons-codec dependency
to the features.xml file.
----
> Update OSGi provisioning features
> ---------------------------------
>
> Key: JENA-1508
> URL: https://issues.apache.org/jira/browse/JENA-1508
> Project: Apache Jena
> Issue Type: Improvement
> Components: OSGi
> Affects Versions: Jena 3.6.0
> Reporter: Aaron Coburn
> Priority: Minor
> Fix For: Jena 3.7.0
>
>
> Deploying Jena in an OSGi container (such as Karaf) using the provided
> features.xml artifact fails because of a dependency on theĀ
> com.google.errorprone.annotations.concurrent package (this comes as an
> optional dependency of guava: it is not directly used in the Jena codebase).
> By indicating that this package is optional, the error goes away.
> Secondarily, the 3.7.0 SNAPSHOT contains a new dependency on commons-codec,
> which should be added to the features.xml file.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)