Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 25B4CEFBF for ; Sat, 12 Jan 2013 14:04:09 +0000 (UTC) Received: (qmail 14003 invoked by uid 500); 12 Jan 2013 14:04:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 13905 invoked by uid 500); 12 Jan 2013 14:04:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 13895 invoked by uid 99); 12 Jan 2013 14:04:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2013 14:04:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.neidhart@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2013 14:03:59 +0000 Received: by mail-wi0-f170.google.com with SMTP id hq7so425531wib.3 for ; Sat, 12 Jan 2013 06:03:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=4M6ucWvMuku3WVD95Xoy0avu2q19iuc22mlKilCjFfI=; b=M6NSLxtsXguRqUSYfah+UNxTerpmJXtqEeAutdDHYvIVV066dMChBV3MvXN69UxyeL QsVeA0Y5hBqLDFkCHkGLLPMycXk8xmKZ2vPETWIe65VuV8i574ELjyDWrFFSsWblJi6B OfC7O0pwusF12T2h8zDWAHr6bixGgxpIJaI4aZJSQkK6x3DpH8wC2+sJM/jTi40e293X MZKaCVzrIbpinfbG3rXHVtHFQ0sp69RHMvgAGonRjNE8isxntbIRTgJast6zvf5H/Rh+ rvU0Ls5DxphOpke0pisyxPSgnATua+jk6CSzIftOGfn+onlWdUQUHFDGSh4mHx6QnhmW qn6w== X-Received: by 10.180.95.228 with SMTP id dn4mr4101032wib.16.1357999418811; Sat, 12 Jan 2013 06:03:38 -0800 (PST) Received: from [192.168.1.2] (ip-83-134-110-179.dsl.scarlet.be. [83.134.110.179]) by mx.google.com with ESMTPS id fv2sm3736401wib.4.2013.01.12.06.03.37 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Jan 2013 06:03:38 -0800 (PST) Message-ID: <50F16D39.4020407@gmail.com> Date: Sat, 12 Jan 2013 15:03:37 +0100 From: Thomas Neidhart User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Commons Developers List Subject: [logging] Cleanup of trunk X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I would like to do a similar cleanup as for email also for logging and aim for a 1.2 release in the coming weeks. The things I have in mind: * update to Java 5 * comply to default maven structure * update to Junit 4 * fix the open issues wrt thread safety * replace WeakHashtable with a WeakHashMap or a ConcurrentHashMap (see LOGGING-119) What do you think? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org