You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/03/17 15:19:24 UTC

[1/3] logging-log4j2 git commit: Changelog

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-1851 873e7efba -> 3b89ec70d


Changelog


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f822bd8e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f822bd8e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f822bd8e

Branch: refs/heads/LOG4J2-1851
Commit: f822bd8e9fd47bdc47ad7637edc9f878877c0984
Parents: 873e7ef
Author: Mikael St�ldal <mi...@magine.com>
Authored: Fri Mar 17 16:12:49 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Fri Mar 17 16:12:49 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f822bd8e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bd5d131..961d3fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="2.8.2" date="2017-MM-DD" description="GA Release 2.8.2">
+      <action issue="LOG4J2-1851" dev="mikes" type="update">
+        Move server components from log4j-core to new log4-server module.
+      </action>
       <action issue="LOG4J2-1849" dev="rpopma" type="fix">
         Fixed daylight savings time issue with FixedDateFormat.
       </action>


[3/3] logging-log4j2 git commit: Update runtime dependencies

Posted by mi...@apache.org.
Update runtime dependencies


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3b89ec70
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3b89ec70
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3b89ec70

Branch: refs/heads/LOG4J2-1851
Commit: 3b89ec70deed7dcad207935a1345abb9505ab82b
Parents: 179ad05
Author: Mikael St�ldal <mi...@magine.com>
Authored: Fri Mar 17 16:19:16 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Fri Mar 17 16:19:16 2017 +0100

----------------------------------------------------------------------
 src/site/xdoc/runtime-dependencies.xml | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3b89ec70/src/site/xdoc/runtime-dependencies.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml
index 93e5470..4f5d410 100644
--- a/src/site/xdoc/runtime-dependencies.xml
+++ b/src/site/xdoc/runtime-dependencies.xml
@@ -142,13 +142,6 @@
             distribution.
           </td>
         </tr>
-        <tr>
-          <td>TcpSocketServer and UdpSocketServer</td>
-          <td>
-            TcpSocketServer and UdpSocketServer use the <a href="http://www.jcommander.org/">JCommander</a> library 
-            which is licensed under the terms of the Apache License version 2.0.
-          </td>
-        </tr>
       </table>
 
       <a name="log4j-jcl" />
@@ -264,6 +257,20 @@
         This only requires the Log4j API.
       </p>
 
+      <a name="log4j-server" />
+      <h4>log4j-server</h4>
+      <table>
+        <caption align="top">Optional Dependencies per Feature in Log4J Server components</caption>
+        <tr>
+          <th>Feature</th>
+          <th>Requirements</th>
+        </tr>
+        <tr>
+          <td>JMS receivers</td>
+          <td>a JMS broker like <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td>
+        </tr>
+      </table>
+
       <a name="log4j-api-scala" />
       <h4>log4j-api-scala</h4>
       <p>


[2/3] logging-log4j2 git commit: Remove mentioning of SocketServer from appender manual

Posted by mi...@apache.org.
Remove mentioning of SocketServer from appender manual


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/179ad05e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/179ad05e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/179ad05e

Branch: refs/heads/LOG4J2-1851
Commit: 179ad05e956c64f231b0f218e5db4f0a2299e2ac
Parents: f822bd8
Author: Mikael St�ldal <mi...@magine.com>
Authored: Fri Mar 17 16:13:36 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Fri Mar 17 16:13:36 2017 +0100

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/179ad05e/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index bd60dfc..c306b39 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -3999,9 +3999,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
           <p>
             The <code>SocketAppender</code> is an OutputStreamAppender that writes its output to a remote destination
             specified by a host and port. The data can be sent over either TCP or UDP and can be sent in any format.
-            The default format is to send a Serialized LogEvent. Log4j 2 contains a SocketServer which is capable
-            of receiving serialized LogEvents and routing them through the logging system on the server. You can optionally
-            secure communication with SSL.
+            The default format is to send a Serialized LogEvent. You can optionally secure communication with SSL.
           </p>
           <table>
             <caption align="top"><code>SocketAppender</code> Parameters</caption>