[GitHub] [logging-log4j2] adwsingh commented on pull request #1165: [LOG4J2-3642] Consider Osgi versions older than 1.5 as not available.

2023-02-05 Thread via GitHub
adwsingh commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1417334162 You can use Adwait Kumar Singh as the name. -- 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

[GitHub] [logging-log4j2] adwsingh commented on pull request #1165: [LOG4J2-3642] Consider Osgi versions older than 1.5 as not available.

2022-12-23 Thread GitBox
adwsingh commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1364331324 But the `NoSuchMethodError` is being triggered during static initialization of `PropertiesUtil` (check the stacktrace I shared above) while trying to invoke `Framework.getBundle`

[GitHub] [logging-log4j2] adwsingh commented on pull request #1165: [LOG4J2-3642] Consider Osgi versions older than 1.5 as not available.

2022-12-23 Thread GitBox
adwsingh commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1364173710 @rgoers This is the stack trace we have get in one of our unit tests in a CI build environment. ``` [junit] java.lang.NoSuchMethodError:

[GitHub] [logging-log4j2] adwsingh commented on pull request #1165: [LOG4J2-3642] Consider Osgi versions older than 1.5 as not available.

2022-12-22 Thread GitBox
adwsingh commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1363023533 @ppkarwasz did you get a chance to take a look at the updated PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [logging-log4j2] adwsingh commented on pull request #1165: [LOG4J2-3642] Consider Osgi versions older than 1.5 as not available.

2022-12-15 Thread GitBox
adwsingh commented on PR #1165: URL: https://github.com/apache/logging-log4j2/pull/1165#issuecomment-1353772473 @ppkarwasz Thanks for the feedback. I wanted to add a check ensure we are not loading an OSGi with which we cannot work with. I am moving the check to use `Bundle#adapt`