rturner-edjuster commented on issue #144: URL: https://github.com/apache/logging-log4j-kotlin/issues/144#issuecomment-4042390077
Okay, if I build the head version and test with that it seems to work, so it looks like some of the updates to packages result in it working. No changes necessary. Code at commit b6ab1b9 is working for me (and testing with 1.5.0 is not working). The first "good" commit (that transitions from not working to working) was the update to the 2.24.0 log4j BOM: ``` dddcd44 (HEAD) Update `org.apache.logging.log4j:log4j-bom` to version `2.24.0` (#87) ``` The last "bad" commit is: a4b8b28 So, it looks like all that is needed is publishing a new version (assuming everything else is in order). I also checked that using log5j version 2.25.3 with commit dddcd44 (which uses 2.24.0) also works. So, I'm not sure what changed in the log4j API, but clearly something breaking compatibility. -- 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]
