rturner-edjuster commented on issue #144: URL: https://github.com/apache/logging-log4j-kotlin/issues/144#issuecomment-4043101413
Okay, I've a bit of digging, and I really don't know enough about Java class loaders and such. I think the "short answer" is that 2.24.x+ is not compatible with 2.23.x+ and it will just require a release note similar to the following (which I will try to figure out the process of documenting that for a PR): ``` log4j-api-kotlin version 1.6.0 and later require log4j-core version 2.24.0 or later. log4j-api-kotlin version 1.5.x and earlier work with log4j-core versions before 2.24.0 (e.g. 2.23.1). ``` It may also warrant the same comment in the "documentation" or "readme" as well. Maybe @ppkarwasz would be willing to give this a quick read over and add a more detailed explanation, or point out any errors I may have made. -- 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]
