Use slf4j api in all the xbean components and slf4j-api as the depdency ?

2010-05-05 Thread Ivan
Hi,
   I found that currently in xbean components, many log apis are used,
slf4j, commons-logging, and log4j. I would like to use slf4j api
everywhere.  Also, I think that we could depend on slf4j-api directly, as
not all the components need to run in OSGI environment.
   Thoughts ? If no objection, I would go ahead to change it.
-- 
Ivan


Re: Use slf4j api in all the xbean components and slf4j-api as the depdency ?

2010-05-05 Thread Rick McGuire

On 5/5/2010 3:03 AM, Ivan wrote:

Hi,
   I found that currently in xbean components, many log apis are used, 
slf4j, commons-logging, and log4j. I would like to use slf4j api 
everywhere.  Also, I think that we could depend on slf4j-api directly, 
as not all the components need to run in OSGI environment.

   Thoughts ? If no objection, I would go ahead to change it.
--
Ivan
I don't have a problem with that, other than requesting that you hold 
off on making the change until after the new release of xbean has been 
released for the Geronimo 3.0 milestone.


Rick


Re: Use slf4j api in all the xbean components and slf4j-api as the depdency ?

2010-05-05 Thread Ivan
I am working on the ASM-based BundleClassFinder, if possible, I hope to
include it in the coming XBean 3.7 release.
Currently, most codes are done,  and I am running some cases against it !

2010/5/5 Rick McGuire rick...@gmail.com

 On 5/5/2010 3:03 AM, Ivan wrote:

 Hi,
   I found that currently in xbean components, many log apis are used,
 slf4j, commons-logging, and log4j. I would like to use slf4j api everywhere.
  Also, I think that we could depend on slf4j-api directly, as not all the
 components need to run in OSGI environment.
   Thoughts ? If no objection, I would go ahead to change it.
 --
 Ivan

 I don't have a problem with that, other than requesting that you hold off
 on making the change until after the new release of xbean has been released
 for the Geronimo 3.0 milestone.

 Rick




-- 
Ivan