Hi,
We have upgraded
Karaf from 2.2.3 to 2.3.0, while doing this upgradation we need to make below
changes to our manifest files in order resolve with updated version of
paxlogging.
org.apache.log4j;provider=paxlogging;version="[1.2,1.3)"
to
org.apache.log4j;provider=paxlogging;version="[1.2,2.0)",
Now, the problem is we have some bundles developed by 3rd party that have
org.apache.log4j;provider=paxlogging;version="[1.2,1.3)" in their
manifest file. How can we deploy those bundles without making any changes? The
solution crossed to my mind was having two version of pax-logging but with that
logging is not working.
Regards
Raman