Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C010E2AC for ; Mon, 18 Mar 2013 18:59:50 +0000 (UTC) Received: (qmail 25471 invoked by uid 500); 18 Mar 2013 18:59:50 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 25266 invoked by uid 500); 18 Mar 2013 18:59:49 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 25257 invoked by uid 99); 18 Mar 2013 18:59:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 18:59:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 93807390B6; Mon, 18 Mar 2013 18:59:49 +0000 (UTC) From: mcculls To: dev@maven.apache.org Subject: maven pull request: Fix call to SimpleLoggerFactory.reset method Content-Type: text/plain Message-Id: <20130318185949.93807390B6@tyr.zones.apache.org> Date: Mon, 18 Mar 2013 18:59:49 +0000 (UTC) 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 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: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org