ppkarwasz commented on issue #3282: URL: https://github.com/apache/logging-log4j2/issues/3282#issuecomment-2531191612
> Maybe I am dumb, AFAIK, the loadclass happens in creating context phase, but `ignoredPackages` is used in rendering phase. And this OOM happens in creating context phase, so `ignoredPackages` won't help? Yes, currently `ignoredPackages` does not help. But the algorithm could be modified so that at least `Class.forName` is skipped for ignored packages. The question is, whether this is worth the effort. -- 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