dongjinleekr commented on pull request #640: URL: https://github.com/apache/logging-log4j2/pull/640#issuecomment-1001001300
Hi @garydgregory, After some trial and error, I concluded that maintaining the ignored package list in an array would be better than a file-based approach. Here is why: - The effort to use an array is similar to a resource file. - The code becomes much concise and straightforward. - The array-based approach is much faster than the file-based one in initialization. I also updated the PR to follow this way. How do you think? Is there any specific reason for the file-based approach? -- 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]
