mcmacker4 opened a new issue, #4145: URL: https://github.com/apache/logging-log4j2/issues/4145
Currently, the latest version of `log4j-bom` does not include `log4j-api-kotlin`. It would be convenient to add it. My use case, as an example, is the following: I wanted to use it in a Spring Boot application and I am using their Gradle plugin, which automatically imports their BOM `spring-boot-dependencies`. This one, in turn, depends on `log4j-bom`. This allows me to add `log4j` modules to my Gradle dependencies without specifying a version, and it will resolve to the best matching version according to the BOMs. But it does not work because `log4j-bom` is missing the kotlin api as a dependency. -- 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]
