jjohannes commented on issue #3437: URL: https://github.com/apache/logging-log4j2/issues/3437#issuecomment-2640495652
Thanks for the quick response @ppkarwasz. I'll prepare a PR for the Gradle Metadata in the next days. > A `requires static transitive` statement has some unwanted effects. Ah yes. I did not think about that. Luckily, if you would add them as `requires static` it is stille enough for the lint check to work (see my reproducer): ``` requires static com.google.errorprone.annotations; requires static com.github.spotbugs.annotations; requires static biz.aQute.bnd.annotation; requires static org.osgi.annotation.bundle; ``` This would be in line with the `requires static org.jspecify` you already have and it should do no harm. If you agree and if you give me a pointer how this would be added, I can also provide a PR for that. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org