avandeursen edited a comment on pull request #720: URL: https://github.com/apache/logging-log4j2/pull/720#issuecomment-1028227148
This PR seems a bit stalled. I understand everyone is super busy, so let me briefly explain why I think it's important to merge it: - Doing a lookup in structured data with a null key is valid according to the API documentation, but yields a null pointer exception - This is a bug in the code that is easily fixed by just swapping the arguments of two equality checks. This PR fixes the bug, and provides a systematic set of test cases for the class, exposing the bug. -- 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]
