Skip to content

Commit d91092f

Browse files
committed
Fix .changelog.adoc.ftl typo
1 parent 5c41c01 commit d91092f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+151
-151
lines changed

src/changelog/.changelog.adoc.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<#if entriesByType?size gt 0>
1818
<#list entriesByType as entryType, entries>
1919

20-
[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}-${entryType?capitalize}]
20+
[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}-${entryType?lower_case}]
2121
=== ${entryType?capitalize}
2222

2323
<#list entries as entry>

src/site/_release-notes/_2.0-alpha1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
Release date:: 2012-07-29
4040
4141
42-
[#release-notes-2-0-alpha1-Added]
42+
[#release-notes-2-0-alpha1-added]
4343
=== Added
4444
4545
* Added ability to filter on the AppenderRef by adding either a level or a filter. (https://issues.apache.org/jira/browse/LOG4J2-60[LOG4J2-60])
4646
47-
[#release-notes-2-0-alpha1-Fixed]
47+
[#release-notes-2-0-alpha1-fixed]
4848
=== Fixed
4949
5050
* 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. (https://issues.apache.org/jira/browse/LOG4J2-50[LOG4J2-50])

src/site/_release-notes/_2.0-alpha2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
Release date:: 2012-08-24
4040
4141
42-
[#release-notes-2-0-alpha2-Added]
42+
[#release-notes-2-0-alpha2-added]
4343
=== Added
4444
4545
* Allow components besides core to create a PluginMap for faster plugin loading and not having to specify the plugin package in the configuration. (https://issues.apache.org/jira/browse/LOG4J2-67[LOG4J2-67])
4646
* Add support for formatting using String.format(). (https://issues.apache.org/jira/browse/LOG4J2-68[LOG4J2-68])
4747
* Allow Flume agents to be embedded into the Flume Appender. (https://issues.apache.org/jira/browse/LOG4J2-69[LOG4J2-69])
4848
* Add getLogger(Class) to LogManager. (https://issues.apache.org/jira/browse/LOG4J2-70[LOG4J2-70])
4949
50-
[#release-notes-2-0-alpha2-Fixed]
50+
[#release-notes-2-0-alpha2-fixed]
5151
=== Fixed
5252
5353
* Fix compilation problems in Java 7. (https://issues.apache.org/jira/browse/LOG4J2-64[LOG4J2-64])

src/site/_release-notes/_2.0-beta1.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
Release date:: 2012-09-18
4040
4141
42-
[#release-notes-2-0-beta1-Added]
42+
[#release-notes-2-0-beta1-added]
4343
=== Added
4444
4545
* Added AsynchAppender.
4646
47-
[#release-notes-2-0-beta1-Changed]
47+
[#release-notes-2-0-beta1-changed]
4848
=== Changed
4949
5050
* Update the versions of SLF4J and Logback.
5151
52-
[#release-notes-2-0-beta1-Fixed]
52+
[#release-notes-2-0-beta1-fixed]
5353
=== Fixed
5454
5555
* Created web module to allow web applications to include the Log4j context listener in WEB-INF/lib even if Log4j is in the container's class path. Allow locating the LoggerContext to include the ClassLoader. Updated the Loader utility to always choose the child ClassLoader. Verified in Jboss 5 and Tomcat.

src/site/_release-notes/_2.0-beta2.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Release date:: 2012-10-07
4040
4141
42-
[#release-notes-2-0-beta2-Added]
42+
[#release-notes-2-0-beta2-added]
4343
=== Added
4444
4545
* Add getFormats to MultiformatMessage and allow StructuredDataMessage to format as XML.
@@ -50,12 +50,12 @@ Release date:: 2012-10-07
5050
* If system property "disableThreadContextMap" is set puts to the ThreadContext will be ignored. If system property "disableThreadContext" is set both puts and pushes will be ignored. (https://issues.apache.org/jira/browse/LOG4J2-83[LOG4J2-83])
5151
* If system property "disableThreadContextStack" is set pushes to the ThreadContext will be ignored. If system property "disableThreadContext" is set both puts and pushes will be ignored. (https://issues.apache.org/jira/browse/LOG4J2-84[LOG4J2-84])
5252
53-
[#release-notes-2-0-beta2-Changed]
53+
[#release-notes-2-0-beta2-changed]
5454
=== Changed
5555
5656
* Made ParameterizedMessage, StringFormattedMessage and ThreadDumpMessage immutable. LocalizedMessage is immutable except that it will be updated with the logger name when it is added to the LogEvent.
5757
58-
[#release-notes-2-0-beta2-Fixed]
58+
[#release-notes-2-0-beta2-fixed]
5959
=== Fixed
6060
6161
* DefaultConfiguration was not starting the Console Appender.

src/site/_release-notes/_2.0-beta3.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
Release date:: 2012-11-11
4040
4141
42-
[#release-notes-2-0-beta3-Added]
42+
[#release-notes-2-0-beta3-added]
4343
=== Added
4444
4545
* Added PropertiesRewritePolicy and ability to define properties on a Logger. (https://issues.apache.org/jira/browse/LOG4J2-28[LOG4J2-28])
4646
* Added ability to configure from an InputSource. (https://issues.apache.org/jira/browse/LOG4J2-55[LOG4J2-55])
4747
48-
[#release-notes-2-0-beta3-Changed]
48+
[#release-notes-2-0-beta3-changed]
4949
=== Changed
5050
5151
* Created combined jar to combine API and Core contents for users who only want the Log4j implementation.
@@ -54,7 +54,7 @@ Release date:: 2012-11-11
5454
* Add ThreadContext.push(String format, Object... args) (https://issues.apache.org/jira/browse/LOG4J2-85[LOG4J2-85])
5555
* Build pdf of user's guide. (https://issues.apache.org/jira/browse/LOG4J2-87[LOG4J2-87])
5656
57-
[#release-notes-2-0-beta3-Fixed]
57+
[#release-notes-2-0-beta3-fixed]
5858
=== Fixed
5959
6060
* Avoid NPE when duplicate LoggerContextFactorys are present. Allow factories to specify a weight to allow real implementations to outrank test implementations. Provide a simple default LoggerContextFactory.

src/site/_release-notes/_2.0-beta4.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Release date:: 2013-01-28
4040
4141
42-
[#release-notes-2-0-beta4-Added]
42+
[#release-notes-2-0-beta4-added]
4343
=== Added
4444
4545
* Add MessageFormatMessage and FormattedMessage.
@@ -50,15 +50,15 @@ Release date:: 2013-01-28
5050
* Allow custom message creation via a message factory. (https://issues.apache.org/jira/browse/LOG4J2-133[LOG4J2-133])
5151
* Use %red, %white, %blue, and so on in the console appender. (https://issues.apache.org/jira/browse/LOG4J2-134[LOG4J2-134])
5252
53-
[#release-notes-2-0-beta4-Changed]
53+
[#release-notes-2-0-beta4-changed]
5454
=== Changed
5555
5656
* Renamed log4j12-api to log4j-1.2-api. (https://issues.apache.org/jira/browse/LOG4J2-110[LOG4J2-110])
5757
* Add unit test to verify exceptions are thrown when the socket connection fails. (https://issues.apache.org/jira/browse/LOG4J2-122[LOG4J2-122])
5858
* Add follow attribute to Console Appender. (https://issues.apache.org/jira/browse/LOG4J2-128[LOG4J2-128])
5959
* Allow newlines to be escaped in Syslog and RFC5424 layouts. Allow Throwables to be included in the output from RFC5424Layout. (https://issues.apache.org/jira/browse/LOG4J2-136[LOG4J2-136])
6060
61-
[#release-notes-2-0-beta4-Fixed]
61+
[#release-notes-2-0-beta4-fixed]
6262
=== Fixed
6363
6464
* Allow FlumeAvroManager to initialize even if it cannot connect to an agent.

src/site/_release-notes/_2.0-beta5.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Release date:: 2013-04-20
4040
4141
42-
[#release-notes-2-0-beta5-Added]
42+
[#release-notes-2-0-beta5-added]
4343
=== Added
4444
4545
* Added FlumePersistentManager which writes to BerkeleyDB and then writes to Flume asynchronously.
@@ -50,7 +50,7 @@ Release date:: 2013-04-20
5050
* Add tag library. (https://issues.apache.org/jira/browse/LOG4J2-187[LOG4J2-187])
5151
* Add JMX support. (https://issues.apache.org/jira/browse/LOG4J2-207[LOG4J2-207])
5252
53-
[#release-notes-2-0-beta5-Changed]
53+
[#release-notes-2-0-beta5-changed]
5454
=== Changed
5555
5656
* Allow Logger and LoggerContext to be subclassed. (https://issues.apache.org/jira/browse/LOG4J2-151[LOG4J2-151])
@@ -61,7 +61,7 @@ Release date:: 2013-04-20
6161
* Move async subproject into core. (https://issues.apache.org/jira/browse/LOG4J2-208[LOG4J2-208])
6262
* Async documentation update. (https://issues.apache.org/jira/browse/LOG4J2-214[LOG4J2-214])
6363
64-
[#release-notes-2-0-beta5-Fixed]
64+
[#release-notes-2-0-beta5-fixed]
6565
=== Fixed
6666
6767
* Add Fragment-Host to MANIFEST.MF for log4j-core. (https://issues.apache.org/jira/browse/LOG4J2-159[LOG4J2-159])

src/site/_release-notes/_2.0-beta6.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Release date:: 2013-05-05
4040
4141
42-
[#release-notes-2-0-beta6-Changed]
42+
[#release-notes-2-0-beta6-changed]
4343
=== Changed
4444
4545
* Documentation updates to clarify use and impact of location in pattern layouts. (https://issues.apache.org/jira/browse/LOG4J2-225[LOG4J2-225])
@@ -49,7 +49,7 @@ Release date:: 2013-05-05
4949
* Removed CheckStyle false positives for NewlineAtEndOfFile and whitespace following '*' at end of line in javadoc.
5050
* Renamed AsynchAppender to AsyncAppender. Plugin name became Async (was Asynch).
5151
52-
[#release-notes-2-0-beta6-Fixed]
52+
[#release-notes-2-0-beta6-fixed]
5353
=== Fixed
5454
5555
* Use OSGi version format in Fragment-Host (https://issues.apache.org/jira/browse/LOG4J2-159[LOG4J2-159])

src/site/_release-notes/_2.0-beta7.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
Release date:: 2013-06-01
4040
4141
42-
[#release-notes-2-0-beta7-Added]
42+
[#release-notes-2-0-beta7-added]
4343
=== Added
4444
4545
* Break up core into multiple osgi jars. (https://issues.apache.org/jira/browse/LOG4J2-10[LOG4J2-10])
4646
* New JDBC, JPA, and NoSQL database Appenders. (https://issues.apache.org/jira/browse/LOG4J2-229[LOG4J2-229])
4747
* Provide configuration information (location, content type, content if possible) via a registered Advertiser. (https://issues.apache.org/jira/browse/LOG4J2-251[LOG4J2-251])
4848
49-
[#release-notes-2-0-beta7-Changed]
49+
[#release-notes-2-0-beta7-changed]
5050
=== Changed
5151
5252
* Improve ThreadContext performance with copy-on-write map and stack. (https://issues.apache.org/jira/browse/LOG4J2-154[LOG4J2-154])
@@ -55,7 +55,7 @@ Release date:: 2013-06-01
5555
* Add support for interceptors in the embedded Flume Appender. (https://issues.apache.org/jira/browse/LOG4J2-262[LOG4J2-262])
5656
* Method name changes in interface org.apache.logging.log4j.spi.ThreadContextMap: getContext() to getCopy(), get() to getImmutableMapOrNull().
5757
58-
[#release-notes-2-0-beta7-Fixed]
58+
[#release-notes-2-0-beta7-fixed]
5959
=== Fixed
6060
6161
* Remove LoggerContext when LoggerContext is stopped. (https://issues.apache.org/jira/browse/LOG4J2-223[LOG4J2-223])

0 commit comments

Comments
 (0)