vy commented on code in PR #3450: URL: https://github.com/apache/logging-log4j2/pull/3450#discussion_r1995126019
########## src/changelog/.2.x.x/3437_transtive_compile_only_dependencies.xml: ########## @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="https://logging.apache.org/xml/ns" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="fixed"> + <issue id="3437" link="https://github.com/apache/logging-log4j2/issues/3437"/> + <description format="asciidoc"> + Make annotation libraries visible transitively at compile time for Gradle users through Gradle Module Metadata + and for JPMS users through 'requires static' directives in module-info files. Review Comment: ```suggestion and for JPMS users through `requires static` directives in `module-info.java` files. ``` -- 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