Repository: logging-log4j2
Updated Branches:
  refs/heads/master 23731ded0 -> 679c4aba6


[LOG4J2-1610] Add targetNamespace to log4j-config.xsd.

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

Branch: refs/heads/master
Commit: 679c4aba6884b3241b62545452c7946b3a59d17c
Parents: 23731de
Author: Gary Gregory <ggreg...@apache.org>
Authored: Thu Sep 22 21:54:14 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Thu Sep 22 21:54:14 2016 -0700

----------------------------------------------------------------------
 log4j-core/src/main/resources/Log4j-config.xsd | 2 +-
 src/changes/changes.xml                        | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/679c4aba/log4j-core/src/main/resources/Log4j-config.xsd
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/resources/Log4j-config.xsd 
b/log4j-core/src/main/resources/Log4j-config.xsd
index 2310aa9..af13d71 100644
--- a/log4j-core/src/main/resources/Log4j-config.xsd
+++ b/log4j-core/src/main/resources/Log4j-config.xsd
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://logging.apache.org/log4j/2.0/config"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">
     <xs:element name="Configuration" type="ConfigurationType"/>
     <xs:complexType name="ConfigurationType">
         <xs:sequence>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/679c4aba/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 526853c..8a727c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -174,6 +174,9 @@
       <action issue="LOG4J2-1603" dev="ggregory" type="fix">
         Redo hashCode() and equals() methods in 
org.apache.logging.log4j.core.net.ssl classes.
       </action>
+      <action issue="LOG4J2-1610" dev="ggregory" type="fix" 
due-to="Shubhankar">
+        Add targetNamespace to log4j-config.xsd.
+      </action>
       <action issue="LOG4J2-1578" dev="ggregory" type="add">
         RoutingAppender can be configured with scripts. Add Script in a Routes 
element.
       </action>

Reply via email to