[
https://issues.apache.org/jira/browse/COMMONSRDF-80?focusedWorklogId=181137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-181137
]
ASF GitHub Bot logged work on COMMONSRDF-80:
--------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jan/19 14:28
Start Date: 04/Jan/19 14:28
Worklog Time Spent: 10m
Work Description: acoburn commented on issue #53: COMMONSRDF-80: Bumping
Jena version 3.5.0 => 3.9.0
URL: https://github.com/apache/commons-rdf/pull/53#issuecomment-451458390
I believe that only `jena-arq` is necessary for `commons-rdf-jena`; as
@stain indicates, `apache-jena-libs` may bring in more transitive dependencies
than a user really needs.
FWIW, I have been using `commons-rdf-jena` in an OSGi context for some time,
but I don't rely on maven's dependency resolution for OSGi deployment. Since
OSGi package resolution works at the bundle level (rather than based on
declared dependencies in a POM file), I simply use the Jena-provided
`jena-osgi-features` for deployment of Jena-related bundles in Karaf. At the
same time, for non-OSGi contexts, my build configuration excludes the
`jena-osgi` dependency from `commons-rdf-jena` and replaces it with `jena-arq`,
which leads to somewhat more complexity than is really needed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 181137)
Time Spent: 1h 20m (was: 1h 10m)
> Jena version upgrade
> --------------------
>
> Key: COMMONSRDF-80
> URL: https://issues.apache.org/jira/browse/COMMONSRDF-80
> Project: Apache Commons RDF
> Issue Type: Task
> Components: jena
> Affects Versions: 0.5.0
> Reporter: A. Soroka
> Assignee: A. Soroka
> Priority: Major
> Fix For: 0.6.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Commons RDF is currently using Jena 3.5.0, which is several versions behind
> current (3.9.0).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)