ppkarwasz commented on PR #2119: URL: https://github.com/apache/logging-log4j2/pull/2119#issuecomment-1866097880
Due to the upgrade of BND to version 7.x I checked the differences in the OSGi and JPMS descriptors between `logging-parent` 10.4.0 and 10.5.0. All the differences are: - the JAR is created by Maven Jar Plugin and has additional `Created-By: Maven JAR Plugin 3.3.0` and `Build-Jdk-Spec: 17` headers, which actually help reproducibility, - the OSGi descriptors have additional imports for `java.*` packages, which shouldn't make any difference, - BND corrected the `requires slf4j-api;` in `log4j-flume-ng` that I missed in #1983. -- 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]
