You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/04/11 12:38:46 UTC

[logging-log4cxx] branch master updated (fc8e5f6 -> 2f31f91)

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


    from fc8e5f6  Merge branch 'master' of https://gitbox.apache.org/repos/asf/logging-log4cxx
     new 1140482  Spaces -> Tabs to follow the other parts of the file.
     new 2f31f91  Made GitHubs PRs linkable in the changes.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 |  5 ++++-
 src/changes/changes.xml | 16 ++++++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)


[logging-log4cxx] 01/02: Spaces -> Tabs to follow the other parts of the file.

Posted by ts...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 11404822d8f6d6736bf4fbcf487c361723f289e1
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Sat Apr 11 13:49:55 2020 +0200

    Spaces -> Tabs to follow the other parts of the file.
---
 src/changes/changes.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87c6f87..a37af94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -442,15 +442,14 @@
 					date="2003-05-31">
 			<action type="add">Loggers, Hierarchy, Filters, Appenders, Layouts, NDC</action>
 			<action type="add">Appenders:
-			  AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
-			  RollingFileAppender, SocketAppender, SocketHubAappender,
-			  TelnetAppender
+				AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
+				RollingFileAppender, SocketAppender, SocketHubAappender, TelnetAppender
 			</action>
 			<action type="add">Layouts:
-			  HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
+				HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
 			</action>
 			<action type="add">Filters:
-			  DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
+				DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
 			</action>
 			<action type="add">Configurators: DOMConfigurator</action>
 		</release>


[logging-log4cxx] 02/02: Made GitHubs PRs linkable in the changes.

Posted by ts...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 2f31f919e330f908b2abe506b0845e8c642074f3
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Sat Apr 11 14:38:38 2020 +0200

    Made GitHubs PRs linkable in the changes.
    
    Not sure about the syntax, though, e.g. if to use GHPR(+GHI) as "system" vs. GH only and using "pull/XY" ("issues/XY") as the actual issue.
---
 pom.xml                 | 5 ++++-
 src/changes/changes.xml | 7 ++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0413e80..fe1cccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,10 @@
 					</reportSet>
 				</reportSets>
 				<configuration>
-					<issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
+					<issueLinkTemplatePerSystem>
+						<GHPR>https://github.com/apache/logging-log4cxx/pull/%ISSUE%</GHPR>
+						<JIRA>%URL%/%ISSUE%</JIRA>
+					</issueLinkTemplatePerSystem>
 				</configuration>
 			</plugin>
 		</plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a37af94..94fd8d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,9 +107,10 @@
 			<action issue="LOGCXX-262" type="fix">socketappendertestcase and xmlsocketappendertestcase not run</action>
 			<action issue="LOGCXX-249" type="fix">Console appender crashes if layout is not set</action>
 
-			<action type="add">Added support for building log4cxx as a statically linked library on Windows. (https://github.com/apache/logging-log4cxx/pull/21)</action>
-			<action type="add">Replaced ant build with cmake. (https://github.com/apache/logging-log4cxx/pull/14)</action>
-			<action type="add">JSONLayout (https://github.com/apache/logging-log4cxx/pull/13)</action>
+			<action issue="21" system="GHPR" type="add">Added support for building log4cxx as a statically linked library on Windows.</action>
+			<action issue="14" system="GHPR" type="add">Replaced ant build with cmake.</action>
+			<action issue="13" system="GHPR" type="add">JSONLayout</action>
+
 			<action type="update">Behavior of StringHelper::startsWith and endsWith synced.</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>
 			<action type="add">LocationInfo for Borland C++ Builder and successors improved.</action>