rturner-edjuster commented on issue #144: URL: https://github.com/apache/logging-log4j-kotlin/issues/144#issuecomment-4042772317
Okay, I've narrowed down the log4j2 commit which introduces the change that ends up causing the problem. I'm still digging into it further to understand "why". For now, I'm just recording the commit here for record keeping. Link to commit: https://github.com/apache/logging-log4j2/commit/b2c0a85013d492f2a80c0f938459619406643462 ``` commit b2c0a85013d492f2a80c0f938459619406643462 Author: Piotr P. Karwasz <[email protected]> Date: Thu Mar 14 15:58:42 2024 +0100 Simplify `ServiceLoaderUtil` We make `ServiceLoaderUtil` more GraalVM-friendly by replacing the usage of `MethodHandles.Lookup` with the requirement for the caller to instantiate the `ServiceLoader` himself. ``` -- 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]
