Marcono1234 opened a new pull request #451: URL: https://github.com/apache/logging-log4j2/pull/451
Commit 2e9fdc135545eee435cad14ee9d74101c93694be added the unbound return type to allow easier usage with `MessageFactory2`. However, an unbound return type causes loss of type safety: You could claim that the return type of `getMessageFactory()` is XYZ even though there is no guarantee for that. Commit 3bd605d2c4eb24657396d4fe4cee78edc3d2c1b6 deprecated `MessageFactory2`, therefore the need for this unbound return type is not as urgent anymore. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
