ppkarwasz commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1353603386
Hi @adwsingh, Since `log4j-api` has a non-optional import on `org.osgi.framework;version="[1.8,2)"` (OSGI Release 6), it shouldn't work on older OSGI releases (Framework API 1.5 is part of Release 4, Version 4.2). We don't really use any method specific to Framework API 1.8, but the activator of the bundle uses `Bundle#adapt` that appeared in OSGI Release 4, Version 4.3. Do you think of any reason we should lower our baseline? The current Release 6 baseline is the same as the baseline of OPS4J Pax Logging 1.11.x. As mentioned above we can lower it to the baseline of the 10 years old OPS4J Pax Logging 1.7.x (Release 4, Version 4.3), but not lower. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
