3/1/2013 7:27:36 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 7:27:05 PM
fields, set sane defaults.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 7:06:07 PM
potential NPE - AccountData doesn't return any primitive.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 6:37:24 PM
relying on third-party libraries using slf4j (e.g.
config-magic), there needs to be a slf4j implementation that bridges
with LogServices. Otherwise, slf4j will default to a no-op
implementation (resulting in the loss of messages).
This new library is designed to bridge that gap. To use it, simply add
it to your OSGI bundle and call: StaticLoggerBinder.getSingleton().setLogService(logService);
in the start method of your activator (logService is the
OSGIKillbillLogService provided by KillbillActivatorBase).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 5:00:02 PM
parameter wasn't used. This may fix the compilation with javac 1.6.0_24.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 4:57:16 PM
listens to registered LogReaderServices and
delegates log entries to slf4j.
This works well with Apache Felix Log for example.
If one doesn't install any LogReaderService, one can fall back to using
osgi-over-slf4j.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
3/1/2013 3:24:48 PM
into new-paymentpluginapi
|
3/1/2013 2:50:41 PM
into new-paymentpluginapi
|
|
3/1/2013 3:24:34 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|