Author: rgoers
Date: Wed Jul 18 06:33:39 2012
New Revision: 1362780
URL: http://svn.apache.org/viewvc?rev=1362780&view=rev
Log:
Change Log4j2 to Log4j. Fix website url
Modified:
logging/log4j/log4j2/trunk/RELEASE-NOTES.txt
logging/log4j/log4j2/trunk/pom.xml
logging/log4j/log4j2/trunk/src/changes/announcement.vm
Modified: logging/log4j/log4j2/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/RELEASE-NOTES.txt?rev=1362780&r1=1362779&r2=1362780&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/RELEASE-NOTES.txt (original)
+++ logging/log4j/log4j2/trunk/RELEASE-NOTES.txt Wed Jul 18 06:33:39 2012
@@ -1,9 +1,9 @@
- Apache Log4j2 2.0-alpha1 RELEASE NOTES
+ Apache Log4j 2.0-alpha1 RELEASE NOTES
-The Apache Log4j 2 team is pleased to announce the Log4j2 2.0-alpha1 release!
+The Apache Log4j 2 team is pleased to announce the Log4j 2.0-alpha1 release!
-Apache Log4j2 2.0-alpha1 requires a minimum of Java 5 to build and run. Basic
compatibility with
+Apache Log4j 2.0-alpha1 requires a minimum of Java 5 to build and run. Basic
compatibility with
Log4j 1.x is provided through the log4j12-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.
@@ -13,28 +13,28 @@ Rewrite of Log4j
Changes in this version include:
New features:
-o LOG4J2-60: Added ability to filter on the appender-ref by adding either a
level or a filter. Thanks to Shane Kelly.
-o LOG4J2-54: Support existing ability to modify any of an event's fields
-o LOG4J2-53: Better control over timestamp
-o LOG4J2-32: Create a Layout and SyslogAppender that support RFC 5424.
-o LOG4J2-31: The Logging API should support a Message object
-o LOG4J2-17: Provide enhanced logger filtering support.
+o LOG4J2-60: Added ability to filter on the appender-ref by adding either a
level or a filter. Thanks to Shane Kelly.
+o LOG4J2-54: Support existing ability to modify any of an event's fields
+o LOG4J2-53: Better control over timestamp
+o LOG4J2-32: Create a Layout and SyslogAppender that support RFC 5424.
+o LOG4J2-31: The Logging API should support a Message object
+o LOG4J2-17: Provide enhanced logger filtering support.
Fixed Bugs:
-o LOG4J2-56: Level.toLevel would throw an IllegalArgumentException instead of
returning the default value. Thanks to John Owen Atala.
+o LOG4J2-56: Level.toLevel would throw an IllegalArgumentException instead of
returning the default value. Thanks to John Owen Atala.
o LOG4J2-51: Remove LoggerContext support for custom logger factories. All
Loggers returned
- by LoggerContext should be compatibile and of the same type. Thanks to
John Vasileff.
+ by LoggerContext should be compatibile and of the same type. Thanks to
John Vasileff.
o LOG4J2-50: Make sure all application facing log methods use their own FQCN.
This patch
- resolves a unit test failure for the %C pattern when using the
Category logger. Thanks to John Vasileff.
+ resolves a unit test failure for the %C pattern when using the
Category logger. Thanks to John Vasileff.
Changes:
-o LOG4J2-19: Provide looser coupling of PatternConverters
-o LOG4J2-15: Provide a "Proxy" Appender to support lazy initialization of
Appenders.
+o LOG4J2-19: Provide looser coupling of PatternConverters
+o LOG4J2-15: Provide a "Proxy" Appender to support lazy initialization of
Appenders.
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.0/
+http://logging.apache.org/log4j/2.x/
Modified: logging/log4j/log4j2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1362780&r1=1362779&r2=1362780&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Wed Jul 18 06:33:39 2012
@@ -28,7 +28,7 @@
<version>9</version>
</parent>
<description>Apache Log4j 2</description>
- <url>http://logging.apache.org/log4j/2.0/</url>
+ <url>http://logging.apache.org/log4j/2.x/</url>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/LOG4J2</url>
Modified: logging/log4j/log4j2/trunk/src/changes/announcement.vm
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/announcement.vm?rev=1362780&r1=1362779&r2=1362780&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/announcement.vm (original)
+++ logging/log4j/log4j2/trunk/src/changes/announcement.vm Wed Jul 18 06:33:39
2012
@@ -16,11 +16,11 @@
## under the License.
#set($relVersion=$announceParameters.releaseVersion)
- Apache Log4j2 ${relVersion} RELEASE NOTES
+ Apache Log4j ${relVersion} RELEASE NOTES
-The ${developmentTeam} is pleased to announce the Log4j2 ${relVersion} release!
+The ${developmentTeam} is pleased to announce the Log4j ${relVersion} release!
-Apache Log4j2 ${relVersion} requires a minimum of Java 5 to build and run.
Basic compatibility with
+Apache Log4j ${relVersion} requires a minimum of Java 5 to build and run.
Basic compatibility with
Log4j 1.x is provided through the log4j12-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.