ops4j / org.ops4j.pax.swissbox

Other
10 stars 12 forks source link

Make swissbox optional jcl implementation compatible to paxrunner [PAXSB-7] #19

Closed ops4j-issues closed 16 years ago

ops4j-issues commented 16 years ago

Toni Menzel created PAXSB-7

Add LogFactory.getLog(Class,LogLevel)

where LogLevel is an Enum.

Otherwise PaxRunner won't run if you (for some reason) pull in swissbox-logging into the cp at the same time.
PaxDrone is highly affected by this issue.

I've done the changes above locally and successfull run tests for Pax Coin for example (which use swissbox-optional-jcl) now.

Still not sure if those changes can break things i don't see at the moment. If not, i would like to commit them.


Affects: 0.2.0 Votes: 0, Watches: 0

ops4j-issues commented 16 years ago

Toni Menzel commented

As discussed with alin, Pax Runner's JCL implementation is special and should fix the problem internally.
A new PaxRunner issue will take care of that which does not affect Swissbox.