Re: [VOTE] Release Karaf 1.6.2 (5th try)

2010-06-27 Thread Gert Vanthienen
Cancelling the vote -- as Guillaume has pointed out, we should fix the
JDK 1.5 issue first

Regards,

Gert Vanthienen

Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On 26 June 2010 15:42, Guillaume Nodet  wrote:
> I'm changing my vote to -1 due to the problems Jamie found on JDK 1.5
> I don't think we ship ship if it can't be used on 1.5
>
> On Sun, Jun 20, 2010 at 10:26, Guillaume Nodet  wrote:
>> +1
>>
>> On Sat, Jun 19, 2010 at 23:41, Gert Vanthienen 
>> wrote:
>>>
>>> L.S.,
>>>
>>> I would like to call a new vote on karaf 1.6.2.
>>> The only change since the 3th attempt is the fix for
>>> https://issues.apache.org/jira/browse/FELIX-2419 that showed up during
>>> the release vote at that time.
>>>
>>> Staging repository:
>>> https://repository.apache.org/content/repositories/orgapachefelix-005/
>>>
>>> You can use this UNIX script to download the release and verify the
>>> signatures:
>>> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>>>
>>> Usage:
>>> sh check_staged_release.sh 005 /tmp/felix-staging
>>>
>>> Please vote to approve this release:
>>>
>>> [ ] +1 Approve the release
>>> [ ] -1 There's a problem (please provide specific comments)
>>>
>>> Regards,
>>>
>>> Gert Vanthienen
>>> 
>>> Open Source SOA: http://fusesource.com
>>> Blog: http://gertvanthienen.blogspot.com/
>>
>>
>>
>> --
>> Cheers,
>> Guillaume Nodet
>> 
>> Blog: http://gnodet.blogspot.com/
>> 
>> Open Source SOA
>> http://fusesource.com
>>
>>
>>
>
>
>
> --
> Cheers,
> Guillaume Nodet
> 
> Blog: http://gnodet.blogspot.com/
> 
> Open Source SOA
> http://fusesource.com
>


[jira] Created: (FELIX-2451) Felix uses System.out to print debug messages related to resolver...

2010-06-27 Thread Sahoo (JIRA)
Felix uses System.out to print debug messages related to resolver...


 Key: FELIX-2451
 URL: https://issues.apache.org/jira/browse/FELIX-2451
 Project: Felix
  Issue Type: Bug
  Components: Framework
Affects Versions: framework-3.0.0
Reporter: Sahoo


Felix prints message like this using System.out.println...
RE: org.apache.felix.framework.resolver.ResolveException: Constraint violation 
for package 'javax.xml.bind.attachment' when resolving module 154.0 between 
existing import 0.javax.xml.bind.attachment BLAMED ON [[154.0] package; 
(package=javax.xml.bind.attachment)] and uses constraint 
227.0.javax.xml.bind.attachment BLAMED ON [[154.0] package; 
(package=com.sun.xml.bind.v2.model.runtime), [178.0] package; 
(&(package=javax.xml.bind.annotation.adapters)(version>=2.2.1)), [227.0] 
package; (&(package=javax.xml.bind)(version>=2.2.1)), [227.0] package; 
(&(package=javax.xml.bind.attachment)(version>=2.2.1))]

It should use a logger with an appropriate  log level so that user has a choice 
to see such debug message. I wish I could convince Richard to change the 
message in some way to indicate that this message does not mean the resolver 
could not resolve the bundle, rather this is an intermediate message and 
resolver may continue to find a consistent class space for the bundle. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-2451) Felix uses System.out to print debug messages related to resolver...

2010-06-27 Thread Richard S. Hall (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883014#action_12883014
 ] 

Richard S. Hall commented on FELIX-2451:


I didn't say I wouldn't, just that I didn't like your suggestions. :-)

> Felix uses System.out to print debug messages related to resolver...
> 
>
> Key: FELIX-2451
> URL: https://issues.apache.org/jira/browse/FELIX-2451
> Project: Felix
>  Issue Type: Bug
>  Components: Framework
>Affects Versions: framework-3.0.0
>Reporter: Sahoo
>
> Felix prints message like this using System.out.println...
> RE: org.apache.felix.framework.resolver.ResolveException: Constraint 
> violation for package 'javax.xml.bind.attachment' when resolving module 154.0 
> between existing import 0.javax.xml.bind.attachment BLAMED ON [[154.0] 
> package; (package=javax.xml.bind.attachment)] and uses constraint 
> 227.0.javax.xml.bind.attachment BLAMED ON [[154.0] package; 
> (package=com.sun.xml.bind.v2.model.runtime), [178.0] package; 
> (&(package=javax.xml.bind.annotation.adapters)(version>=2.2.1)), [227.0] 
> package; (&(package=javax.xml.bind)(version>=2.2.1)), [227.0] package; 
> (&(package=javax.xml.bind.attachment)(version>=2.2.1))]
> It should use a logger with an appropriate  log level so that user has a 
> choice to see such debug message. I wish I could convince Richard to change 
> the message in some way to indicate that this message does not mean the 
> resolver could not resolve the bundle, rather this is an intermediate message 
> and resolver may continue to find a consistent class space for the bundle. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-2451) Felix uses System.out to print debug messages related to resolver...

2010-06-27 Thread Richard S. Hall (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard S. Hall updated FELIX-2451:
---

 Assignee: Richard S. Hall
Fix Version/s: framework-3.2.0

> Felix uses System.out to print debug messages related to resolver...
> 
>
> Key: FELIX-2451
> URL: https://issues.apache.org/jira/browse/FELIX-2451
> Project: Felix
>  Issue Type: Bug
>  Components: Framework
>Affects Versions: framework-3.0.0
>Reporter: Sahoo
>Assignee: Richard S. Hall
> Fix For: framework-3.2.0
>
>
> Felix prints message like this using System.out.println...
> RE: org.apache.felix.framework.resolver.ResolveException: Constraint 
> violation for package 'javax.xml.bind.attachment' when resolving module 154.0 
> between existing import 0.javax.xml.bind.attachment BLAMED ON [[154.0] 
> package; (package=javax.xml.bind.attachment)] and uses constraint 
> 227.0.javax.xml.bind.attachment BLAMED ON [[154.0] package; 
> (package=com.sun.xml.bind.v2.model.runtime), [178.0] package; 
> (&(package=javax.xml.bind.annotation.adapters)(version>=2.2.1)), [227.0] 
> package; (&(package=javax.xml.bind)(version>=2.2.1)), [227.0] package; 
> (&(package=javax.xml.bind.attachment)(version>=2.2.1))]
> It should use a logger with an appropriate  log level so that user has a 
> choice to see such debug message. I wish I could convince Richard to change 
> the message in some way to indicate that this message does not mean the 
> resolver could not resolve the bundle, rather this is an intermediate message 
> and resolver may continue to find a consistent class space for the bundle. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.