You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2016/12/09 16:58:34 UTC

[1/2] cxf git commit: [CXF-7162] Inconsistent reading of formatted xml when validating schema This closes #210

Repository: cxf
Updated Branches:
  refs/heads/master 27bba67eb -> 45bc2219b


[CXF-7162] Inconsistent reading of formatted xml when validating schema
This closes #210


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/379387b6
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/379387b6
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/379387b6

Branch: refs/heads/master
Commit: 379387b636146038f56bac93f244aeb824fe5c10
Parents: 27bba67
Author: Rodrigo Merino <ro...@mulesoft.com>
Authored: Fri Dec 2 22:58:47 2016 -0300
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 9 11:10:30 2016 -0500

----------------------------------------------------------------------
 core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/379387b6/core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java b/core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java
index 7f29345..49796b6 100644
--- a/core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java
+++ b/core/src/main/java/org/apache/cxf/staxutils/StaxUtils.java
@@ -772,6 +772,7 @@ public final class StaxUtils {
                 }
                 break;
             case XMLStreamConstants.CHARACTERS:
+            case XMLStreamConstants.SPACE:
                 String s = reader.getText();
                 if (s != null) {
                     writer.writeCharacters(s);


[2/2] cxf git commit: Update to activemq 5.14.2

Posted by dk...@apache.org.
Update to activemq 5.14.2


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/45bc2219
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/45bc2219
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/45bc2219

Branch: refs/heads/master
Commit: 45bc2219b761e671973acf297e0f37a1b8934c6c
Parents: 379387b
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Dec 9 11:09:32 2016 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 9 11:10:43 2016 -0500

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/45bc2219/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 602f37f..a951acc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -65,7 +65,7 @@
         <cxf.osgi.javax.xml.ws.version>[0.0,3)</cxf.osgi.javax.xml.ws.version>
         <!-- please maintain alphabetical order here -->
         <cxf.abdera.version>1.1.3</cxf.abdera.version>
-        <cxf.activemq.version>5.12.2</cxf.activemq.version>
+        <cxf.activemq.version>5.14.2</cxf.activemq.version>
         <cxf.ahc.version>1.9.8</cxf.ahc.version>
         <cxf.apacheds.version>2.0.0-M23</cxf.apacheds.version>
         <cxf.atmosphere.version>2.4.7</cxf.atmosphere.version>