Re: A 'Matched URI can't use version ranges:' warning with 4.2.8

2020-01-24 Thread Oleg Cohen
Hi JB,

Thank you for a quick response!

Best,
Oleg

> On Jan 24, 2020, at 7:09 AM, Jean-Baptiste Onofré  wrote:
> 
> Hi Oleg,
> 
> That's just a warning saying that the URI will take the first version
> found (which is not maybe what you want in the range).
> I'm working on an improvement about this, but don't worry, most of the
> time it works.
> 
> I just know that this kind of range cause a stack overflow exception on
> Windows platform (working on a fix about that).
> 
> Regards
> JB
> 
> On 24/01/2020 13:01, Oleg Cohen wrote:
>> Greetings!
>> 
>> I am trying the newly released 4.2.8 and I noticed the following warning
>> in my Karaf log:
>> 
>> 2020-01-24T06:57:08,591 | WARN  | activator-1-thread-2 | LocationPattern
>>  | 11 - org.apache.karaf.features.core - 4.2.8 |
>> *Matched URI can't use version ranges:
>> mvn:org.apache.karaf.features/standard/[4,5)/xml/features*
>> *
>> *
>> I am wondering what it means and if there is anything wrong with my setup?
>> 
>> Thank you,
>> Oleg
> 
> -- 
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com



Re: A 'Matched URI can't use version ranges:' warning with 4.2.8

2020-01-24 Thread Jean-Baptiste Onofré
Hi Oleg,

That's just a warning saying that the URI will take the first version
found (which is not maybe what you want in the range).
I'm working on an improvement about this, but don't worry, most of the
time it works.

I just know that this kind of range cause a stack overflow exception on
Windows platform (working on a fix about that).

Regards
JB

On 24/01/2020 13:01, Oleg Cohen wrote:
> Greetings!
> 
> I am trying the newly released 4.2.8 and I noticed the following warning
> in my Karaf log:
> 
> 2020-01-24T06:57:08,591 | WARN  | activator-1-thread-2 | LocationPattern
>                  | 11 - org.apache.karaf.features.core - 4.2.8 |
> *Matched URI can't use version ranges:
> mvn:org.apache.karaf.features/standard/[4,5)/xml/features*
> *
> *
> I am wondering what it means and if there is anything wrong with my setup?
> 
> Thank you,
> Oleg

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


A 'Matched URI can't use version ranges:' warning with 4.2.8

2020-01-24 Thread Oleg Cohen
Greetings!

I am trying the newly released 4.2.8 and I noticed the following warning in my 
Karaf log:

2020-01-24T06:57:08,591 | WARN  | activator-1-thread-2 | LocationPattern
  | 11 - org.apache.karaf.features.core - 4.2.8 | Matched URI can't use 
version ranges: mvn:org.apache.karaf.features/standard/[4,5)/xml/features

I am wondering what it means and if there is anything wrong with my setup?

Thank you,
Oleg