GitHub user mcculls opened a pull request:
https://github.com/apache/maven/pull/4
Fix call to SimpleLoggerFactory.reset method
Use LoggerFactory to make sure we get the right instance to reset, as
SimpleLoggerFactory.INSTANCE is not actually used by slf4j-simple's
StaticLoggerBinder (instead it has its own SINGLETON field to hold the logger
factory).
Can now remove temporary reflection workaround.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcculls/maven slf4j-simple-reset
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven/pull/4.patch
----
commit bae4b5a5613737c99ae99eca7d5ea7bbed99419a
Author: Stuart McCulloch <[email protected]>
Date: 2013-03-18T18:57:04Z
Fix call to SimpleLoggerFactory.reset method (use LoggerFactory to make
sure we get the right instance to reset, as SimpleLoggerFactory.INSTANCE is not
actually used by slf4j-simple's StaticLoggerBinder) and remove temporary
reflection workaround
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]