ppkarwasz opened a new pull request, #32: URL: https://github.com/apache/logging-log4j-scala/pull/32
Adds automatically computed JPMS modules descriptors to the artifacts. This is a draft until `logging-parent` version `10.1.1` is published. ``` Archive: log4j-api-scala_2.10/target/log4j-api-scala_2.10-13.0.0-SNAPSHOT.jar module org.apache.logging.log4j.scala@13.0.0.SNAPSHOT { requires java.base; requires transitive org.apache.logging.log4j; requires transitive scala.library; requires static scala.reflect; exports org.apache.logging.log4j.scala; } Archive: log4j-api-scala_2.11/target/log4j-api-scala_2.11-13.0.0-SNAPSHOT.jar module org.apache.logging.log4j.scala@13.0.0.SNAPSHOT { requires java.base; requires transitive org.apache.logging.log4j; requires transitive scala.library; exports org.apache.logging.log4j.scala; } Archive: log4j-api-scala_2.12/target/log4j-api-scala_2.12-13.0.0-SNAPSHOT.jar module org.apache.logging.log4j.scala@13.0.0.SNAPSHOT { requires java.base; requires transitive org.apache.logging.log4j; requires transitive scala.library; requires static scala.reflect; exports org.apache.logging.log4j.scala; } Archive: log4j-api-scala_2.13/target/log4j-api-scala_2.13-13.0.0-SNAPSHOT.jar module org.apache.logging.log4j.scala@13.0.0.SNAPSHOT { requires java.base; requires transitive org.apache.logging.log4j; requires transitive scala.library; requires static scala.reflect; exports org.apache.logging.log4j.scala; } Archive: log4j-api-scala_3/target/log4j-api-scala_3-13.0.0-SNAPSHOT.jar module org.apache.logging.log4j.scala@13.0.0.SNAPSHOT { requires java.base; requires transitive org.apache.logging.log4j; requires transitive org.scala.lang.scala3.library; requires transitive scala.library; exports org.apache.logging.log4j.scala; } ``` -- 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