Return-Path: X-Original-To: apmail-logging-log4j-user-archive@www.apache.org Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A0FE11214 for ; Fri, 22 Aug 2014 19:10:59 +0000 (UTC) Received: (qmail 64513 invoked by uid 500); 22 Aug 2014 19:10:59 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 64255 invoked by uid 500); 22 Aug 2014 19:10:58 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@logging.apache.org Received: (qmail 64220 invoked by uid 99); 22 Aug 2014 19:10:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 19:10:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of boards@gmail.com designates 209.85.219.52 as permitted sender) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 19:10:53 +0000 Received: by mail-oa0-f52.google.com with SMTP id o6so9023856oag.11 for ; Fri, 22 Aug 2014 12:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yPsa0mqRktqb+yAKcZWrKqk3yya7g9zi/s4DqY3EM4M=; b=LSdwewaKccyD5Y4tdxOG37mGxr3pICx5us5pkHM3oROfMpH6QXuY7e8l8I1RM9ZJqo Z674mLTQupaAig1/PG8EIS53XisyaaZAeM4jy5OcYMO0HgG3jqx0HL/KG0AdeBTMzfk/ 926hbDNCi1uAtZ42b5W7x/6P7KweyDcYqMt/40js8Z3hu8Ppq18mlPCYK2FgCuYh3wMo m5Dh+0VrjpSlu0tiw3Q50t7G3zfxI2kBjbd2kd7J6tkykZvrdL+AaS0MbjPVuHugg4MK ajh6SFRGn0qDbdkimUoBKCXxZlYyqKj8lWn4SSpjUyaKBCAcE9pZmMtEQjZQoMncM6wt Kqgw== MIME-Version: 1.0 X-Received: by 10.60.145.143 with SMTP id su15mr6697397oeb.58.1408734632732; Fri, 22 Aug 2014 12:10:32 -0700 (PDT) Received: by 10.76.169.201 with HTTP; Fri, 22 Aug 2014 12:10:32 -0700 (PDT) Date: Fri, 22 Aug 2014 14:10:32 -0500 Message-ID: Subject: [ANN] Apache Log4j 2.0.2 released From: Matt Sicker To: Log4J Developers List , Log4J Users , Logging PMC , Logging General Content-Type: multipart/alternative; boundary=047d7b5d48825e382605013c9737 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d48825e382605013c9737 Content-Type: text/plain; charset=UTF-8 The Apache Log4j 2 team is pleased to announce the Log4j 2.0.2 release! Apache log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture. This is the third GA release which contains several bugfixes from the previous release. Bug fixes and enhancements Changes in this version include: Fixed Bugs: o LOG4J2-773: Site: log4j-core component pages were still using the old logo. o LOG4J2-760: Documentation improvement: link to dependency tree from log4j-core component page, link to log4j-core component page from FAQ page. o LOG4J2-679: Resolved race condition that caused log file rotation to fail with error: "Unable to create directory ..." o LOG4J2-726: Prevent application from hanging when PatternLayout configuration has opening '{' but no closing '}'. o LOG4J2-769: Startup takes a long time if you have empty packages attribute. Thanks to Scott Harrington. o LOG4J2-763: Improved asynchronous loggers and appenders to ensure the formatted message does not change even if parameters are modified by the application. (ParameterizedMessage was already safe.) Improved documentation. Thanks to Stephen Connolly. o LOG4J2-729: Emit warning message to console if no configuration file found. o LOG4J2-765: Improve warning message when missing log4j-core in the classpath. o LOG4J2-722: Clarified in documentation that Commons Logging jar is required when using log4j-jcl. o LOG4J2-723: Clarified in documentation that SLF4J API jar is required when using log4j-slf4j-impl. o LOG4J2-759: Fixed various minor site/documentation issues, mostly versioning related. o LOG4J2-756: Prevent JUnit test from creating unnecessary Log4j2Plugins.dat during build. Thanks to Scott Harrington. Changes: o LOG4J2-775: Update Apache Flume to 1.5.0.1 from 1.5.0. o LOG4J2-730: Allow Log4jContextFactory subclasses to specify a custom ContextSelector. Apache Log4j 2.0.2 requires a minimum of Java 6 to build and run. Basic compatibility with Log4j 1.x is provided through the log4j-1.2-api component, however it does not implement some of the very implementation specific classes and methods. The package names and Maven groupId have been changed to org.apache.logging.log4j to avoid any conflicts with log4j 1.x. For complete information on Apache Log4j 2, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Log4j 2 website: http://logging.apache.org/log4j/2.x/ -- Matt Sicker --047d7b5d48825e382605013c9737--