You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2014/04/17 15:47:16 UTC

[jira] [Commented] (STANBOL-1296) Update clerezza jena dependency for parser, serializer and sparql to snapshot version

    [ https://issues.apache.org/jira/browse/STANBOL-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972943#comment-13972943 ] 

Rupert Westenthaler commented on STANBOL-1296:
----------------------------------------------

As part of STANBOL-1324 I was updating Google Guava version to 16.0.1 and noticed that this creates problems with "rdf.jena.tdb.storage-0.7-SNAPSHOT" as this requires "(version>=14.0.0)(!(version>=15.0.0))"

In Stanbol I had a similar problem. To allow the usage of a wider range of Guava versions I added 

              com.google.common.*; version="[14.0.0,18.0.0)",

to all Import-Package statements.

I know the root issue is with Guava not following the OSGI versioning scheme, but IMO extended the range of supported versions is the best available solution. [~reto] WDYT about using the same pattern in Clerezza.

> Update clerezza jena dependency for parser, serializer and sparql to snapshot version
> -------------------------------------------------------------------------------------
>
>                 Key: STANBOL-1296
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1296
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> The reason is a recent fix preventing ConcurrentMOdificationExceptions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)