You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Fabian Christ <ch...@googlemail.com> on 2013/10/23 22:05:58 UTC

Clerezza SNAPSHOT deps in 0.12 release branch

Hi,

I have been checking the 0.12 release branch and we have two external
SNAPSHOT dependencies there:

org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT
The parent defines version 0.3-incubating but in
integration-test/pom.xml we use 0.4-SNAPSHOT.

Starting from this we have this dep tree in the integration-tests

+- org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT:compile
  \- org.apache.clerezza.ext:org.json.simple:jar:0.4-SNAPSHOT:compile
  \- com.googlecode.json-simple:json-simple:jar:1.1:compile

As I am currently not that deep in the code - can I safely fix this by
using the 0.3-incubating version? At least the integration-tests run
fine on my machine with this change.

Best,
 - Fabian

-- 
Fabian
http://twitter.com/fctwitt

Re: Clerezza SNAPSHOT deps in 0.12 release branch

Posted by Sergio Fernández <se...@salzburgresearch.at>.
On 24/10/13 15:23, Reto Bachmann-Gmür wrote:
> Sure. Actually no reason it shouldn't just be 0.4. In Clerezza modules are
> versioned independently.

whatever numbering, but a maintenance release that solves the issue

> On Thu, Oct 24, 2013 at 2:52 PM, Sergio Fernández <
> sergio.fernandez@salzburgresearch.at> wrote:
>
>> would be possible to get released a 0.3.1 version with such patch?
>>
>>
>> On 24/10/13 11:09, Reto Bachmann-Gmür wrote:
>>
>>> Hi Fabian
>>>
>>> The SNAPSHOT version fixes an issues with usage outside OSGi. I think the
>>> runtime dependency might not really be needed so that removing it would be
>>> unproblematic while downgrading would lead to the original exceptioon.
>>>
>>> Cheers,
>>> Reto
>>>
>>>
>>> On Wed, Oct 23, 2013 at 10:05 PM, Fabian Christ <
>>> christ.fabian@googlemail.com> wrote:
>>>
>>>   Hi,
>>>>
>>>> I have been checking the 0.12 release branch and we have two external
>>>> SNAPSHOT dependencies there:
>>>>
>>>> org.apache.clerezza:rdf.**rdfjson:jar:0.4-SNAPSHOT
>>>> The parent defines version 0.3-incubating but in
>>>> integration-test/pom.xml we use 0.4-SNAPSHOT.
>>>>
>>>> Starting from this we have this dep tree in the integration-tests
>>>>
>>>> +- org.apache.clerezza:rdf.**rdfjson:jar:0.4-SNAPSHOT:**compile
>>>>     \- org.apache.clerezza.ext:org.**json.simple:jar:0.4-SNAPSHOT:**
>>>> compile
>>>>     \- com.googlecode.json-simple:**json-simple:jar:1.1:compile
>>>>
>>>> As I am currently not that deep in the code - can I safely fix this by
>>>> using the 0.3-incubating version? At least the integration-tests run
>>>> fine on my machine with this change.
>>>>
>>>> Best,
>>>>    - Fabian
>>>>
>>>> --
>>>> Fabian
>>>> http://twitter.com/fctwitt
>>>>
>>>>
>>>
>> --
>> Sergio Fernández
>> Senior Researcher
>> Knowledge and Media Technologies
>> Salzburg Research Forschungsgesellschaft mbH
>> Jakob-Haringer-Straße 5/3 | 5020 Salzburg, Austria
>> T: +43 662 2288 318 | M: +43 660 2747 925
>> sergio.fernandez@**salzburgresearch.at<se...@salzburgresearch.at>
>> http://www.salzburgresearch.at
>>
>

-- 
Sergio Fernández
Senior Researcher
Knowledge and Media Technologies
Salzburg Research Forschungsgesellschaft mbH
Jakob-Haringer-Straße 5/3 | 5020 Salzburg, Austria
T: +43 662 2288 318 | M: +43 660 2747 925
sergio.fernandez@salzburgresearch.at
http://www.salzburgresearch.at

Re: Clerezza SNAPSHOT deps in 0.12 release branch

Posted by Reto Bachmann-Gmür <re...@wymiwyg.com>.
Sure. Actually no reason it shouldn't just be 0.4. In Clerezza modules are
versioned independently.

Cheers,
Reto


On Thu, Oct 24, 2013 at 2:52 PM, Sergio Fernández <
sergio.fernandez@salzburgresearch.at> wrote:

> would be possible to get released a 0.3.1 version with such patch?
>
>
> On 24/10/13 11:09, Reto Bachmann-Gmür wrote:
>
>> Hi Fabian
>>
>> The SNAPSHOT version fixes an issues with usage outside OSGi. I think the
>> runtime dependency might not really be needed so that removing it would be
>> unproblematic while downgrading would lead to the original exceptioon.
>>
>> Cheers,
>> Reto
>>
>>
>> On Wed, Oct 23, 2013 at 10:05 PM, Fabian Christ <
>> christ.fabian@googlemail.com> wrote:
>>
>>  Hi,
>>>
>>> I have been checking the 0.12 release branch and we have two external
>>> SNAPSHOT dependencies there:
>>>
>>> org.apache.clerezza:rdf.**rdfjson:jar:0.4-SNAPSHOT
>>> The parent defines version 0.3-incubating but in
>>> integration-test/pom.xml we use 0.4-SNAPSHOT.
>>>
>>> Starting from this we have this dep tree in the integration-tests
>>>
>>> +- org.apache.clerezza:rdf.**rdfjson:jar:0.4-SNAPSHOT:**compile
>>>    \- org.apache.clerezza.ext:org.**json.simple:jar:0.4-SNAPSHOT:**
>>> compile
>>>    \- com.googlecode.json-simple:**json-simple:jar:1.1:compile
>>>
>>> As I am currently not that deep in the code - can I safely fix this by
>>> using the 0.3-incubating version? At least the integration-tests run
>>> fine on my machine with this change.
>>>
>>> Best,
>>>   - Fabian
>>>
>>> --
>>> Fabian
>>> http://twitter.com/fctwitt
>>>
>>>
>>
> --
> Sergio Fernández
> Senior Researcher
> Knowledge and Media Technologies
> Salzburg Research Forschungsgesellschaft mbH
> Jakob-Haringer-Straße 5/3 | 5020 Salzburg, Austria
> T: +43 662 2288 318 | M: +43 660 2747 925
> sergio.fernandez@**salzburgresearch.at<se...@salzburgresearch.at>
> http://www.salzburgresearch.at
>

Re: Clerezza SNAPSHOT deps in 0.12 release branch

Posted by Sergio Fernández <se...@salzburgresearch.at>.
would be possible to get released a 0.3.1 version with such patch?

On 24/10/13 11:09, Reto Bachmann-Gmür wrote:
> Hi Fabian
>
> The SNAPSHOT version fixes an issues with usage outside OSGi. I think the
> runtime dependency might not really be needed so that removing it would be
> unproblematic while downgrading would lead to the original exceptioon.
>
> Cheers,
> Reto
>
>
> On Wed, Oct 23, 2013 at 10:05 PM, Fabian Christ <
> christ.fabian@googlemail.com> wrote:
>
>> Hi,
>>
>> I have been checking the 0.12 release branch and we have two external
>> SNAPSHOT dependencies there:
>>
>> org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT
>> The parent defines version 0.3-incubating but in
>> integration-test/pom.xml we use 0.4-SNAPSHOT.
>>
>> Starting from this we have this dep tree in the integration-tests
>>
>> +- org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT:compile
>>    \- org.apache.clerezza.ext:org.json.simple:jar:0.4-SNAPSHOT:compile
>>    \- com.googlecode.json-simple:json-simple:jar:1.1:compile
>>
>> As I am currently not that deep in the code - can I safely fix this by
>> using the 0.3-incubating version? At least the integration-tests run
>> fine on my machine with this change.
>>
>> Best,
>>   - Fabian
>>
>> --
>> Fabian
>> http://twitter.com/fctwitt
>>
>

-- 
Sergio Fernández
Senior Researcher
Knowledge and Media Technologies
Salzburg Research Forschungsgesellschaft mbH
Jakob-Haringer-Straße 5/3 | 5020 Salzburg, Austria
T: +43 662 2288 318 | M: +43 660 2747 925
sergio.fernandez@salzburgresearch.at
http://www.salzburgresearch.at

Re: Clerezza SNAPSHOT deps in 0.12 release branch

Posted by Reto Bachmann-Gmür <re...@wymiwyg.com>.
Hi Fabian

The SNAPSHOT version fixes an issues with usage outside OSGi. I think the
runtime dependency might not really be needed so that removing it would be
unproblematic while downgrading would lead to the original exceptioon.

Cheers,
Reto


On Wed, Oct 23, 2013 at 10:05 PM, Fabian Christ <
christ.fabian@googlemail.com> wrote:

> Hi,
>
> I have been checking the 0.12 release branch and we have two external
> SNAPSHOT dependencies there:
>
> org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT
> The parent defines version 0.3-incubating but in
> integration-test/pom.xml we use 0.4-SNAPSHOT.
>
> Starting from this we have this dep tree in the integration-tests
>
> +- org.apache.clerezza:rdf.rdfjson:jar:0.4-SNAPSHOT:compile
>   \- org.apache.clerezza.ext:org.json.simple:jar:0.4-SNAPSHOT:compile
>   \- com.googlecode.json-simple:json-simple:jar:1.1:compile
>
> As I am currently not that deep in the code - can I safely fix this by
> using the 0.3-incubating version? At least the integration-tests run
> fine on my machine with this change.
>
> Best,
>  - Fabian
>
> --
> Fabian
> http://twitter.com/fctwitt
>