diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index caaec10..7e8b422 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-helloworld
- 2.0.0.M3
+ 2.0.0.M4
jar
Spring AMQP Hello World
http://www.spring.io
@@ -17,7 +17,7 @@
true
4.2.5.RELEASE
- 2.0.0.M3
+ 2.0.0.M4
UTF-8
diff --git a/helloworld/src/main/resources/rabbitConfiguration.xml b/helloworld/src/main/resources/rabbitConfiguration.xml
index cf53cc9..4efd25a 100644
--- a/helloworld/src/main/resources/rabbitConfiguration.xml
+++ b/helloworld/src/main/resources/rabbitConfiguration.xml
@@ -2,7 +2,7 @@
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
diff --git a/log4j/pom.xml b/log4j/pom.xml
index 887a696..e7c3c32 100644
--- a/log4j/pom.xml
+++ b/log4j/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-log4j
- 2.0.0.M3
+ 2.0.0.M4
war
Spring AMQP log4j
http://www.spring.io
@@ -17,7 +17,7 @@
true
4.2.5.RELEASE
- 2.0.0.M3
+ 2.0.0.M4
UTF-8
diff --git a/log4j/src/main/resources/server-bootstrap-config.xml b/log4j/src/main/resources/server-bootstrap-config.xml
index 0ea3449..0e941bc 100644
--- a/log4j/src/main/resources/server-bootstrap-config.xml
+++ b/log4j/src/main/resources/server-bootstrap-config.xml
@@ -2,8 +2,8 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
diff --git a/log4j/src/main/resources/servlet-config.xml b/log4j/src/main/resources/servlet-config.xml
index 12bc081..808b323 100644
--- a/log4j/src/main/resources/servlet-config.xml
+++ b/log4j/src/main/resources/servlet-config.xml
@@ -2,10 +2,10 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
+ http://www.springframework.org/schema/rabbit http://www.springframework.org/schema/rabbit/spring-rabbit.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
diff --git a/log4j2/pom.xml b/log4j2/pom.xml
index b23b965..8f97059 100644
--- a/log4j2/pom.xml
+++ b/log4j2/pom.xml
@@ -5,7 +5,7 @@
org.springframework.amqp.samples
log4j2
- 2.0.0.M3
+ 2.0.0.M4
jar
log4j2
diff --git a/rabbitmq-tutorials/pom.xml b/rabbitmq-tutorials/pom.xml
index b8ad00e..2262c12 100644
--- a/rabbitmq-tutorials/pom.xml
+++ b/rabbitmq-tutorials/pom.xml
@@ -5,7 +5,7 @@
org.springframework.amqp
rabbit-tutorials
- 2.0.0.M3
+ 2.0.0.M4
jar
rabbitmq-tutorials
diff --git a/stocks/pom.xml b/stocks/pom.xml
index 4ebad64..c9fae0a 100644
--- a/stocks/pom.xml
+++ b/stocks/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-stocks
- 2.0.0.M3
+ 2.0.0.M4
war
Spring Rabbit Stocks
http://www.spring.io
@@ -16,7 +16,7 @@
true
4.2.5.RELEASE
- 2.0.0.M3
+ 2.0.0.M4
UTF-8
@@ -138,9 +138,9 @@
- org.codehaus.jackson
- jackson-mapper-asl
- 1.9.13
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.9.0.pr3
runtime
diff --git a/stocks/src/main/resources/client-bootstrap-config.xml b/stocks/src/main/resources/client-bootstrap-config.xml
index bce686d..45d0855 100644
--- a/stocks/src/main/resources/client-bootstrap-config.xml
+++ b/stocks/src/main/resources/client-bootstrap-config.xml
@@ -2,8 +2,8 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
diff --git a/stocks/src/main/resources/client-handlers.xml b/stocks/src/main/resources/client-handlers.xml
index 94a5d61..6317264 100644
--- a/stocks/src/main/resources/client-handlers.xml
+++ b/stocks/src/main/resources/client-handlers.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
diff --git a/stocks/src/main/resources/client-messaging.xml b/stocks/src/main/resources/client-messaging.xml
index 2e7bbd2..175f689 100644
--- a/stocks/src/main/resources/client-messaging.xml
+++ b/stocks/src/main/resources/client-messaging.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/rabbit http://www.springframework.org/schema/rabbit/spring-rabbit.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
-
+
diff --git a/stocks/src/main/resources/server-bootstrap-config.xml b/stocks/src/main/resources/server-bootstrap-config.xml
index 6f263f7..8ef81f7 100644
--- a/stocks/src/main/resources/server-bootstrap-config.xml
+++ b/stocks/src/main/resources/server-bootstrap-config.xml
@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:task="http://www.springframework.org/schema/task"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
- http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
diff --git a/stocks/src/main/resources/server-handlers.xml b/stocks/src/main/resources/server-handlers.xml
index 3f97d4d..c95752e 100644
--- a/stocks/src/main/resources/server-handlers.xml
+++ b/stocks/src/main/resources/server-handlers.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
diff --git a/stocks/src/main/resources/server-jmx.xml b/stocks/src/main/resources/server-jmx.xml
index c61a8b8..4583e76 100644
--- a/stocks/src/main/resources/server-jmx.xml
+++ b/stocks/src/main/resources/server-jmx.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:p="http://www.springframework.org/schema/p"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
@@ -16,4 +16,4 @@
p:objectName="connector:name=rmi"
p:serviceUrl="service:jmx:rmi://localhost/jndi/rmi://localhost:1099/myconnector" />
-
\ No newline at end of file
+
diff --git a/stocks/src/main/resources/server-messaging.xml b/stocks/src/main/resources/server-messaging.xml
index 680462b..3630bec 100644
--- a/stocks/src/main/resources/server-messaging.xml
+++ b/stocks/src/main/resources/server-messaging.xml
@@ -1,11 +1,11 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/rabbit http://www.springframework.org/schema/rabbit/spring-rabbit.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
-
+
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
@@ -15,4 +15,4 @@
class="org.springframework.amqp.rabbit.stocks.service.stubs.TradingServiceStub">
-
\ No newline at end of file
+
diff --git a/stocks/src/main/resources/servlet-config.xml b/stocks/src/main/resources/servlet-config.xml
index 3335647..6e115a1 100644
--- a/stocks/src/main/resources/servlet-config.xml
+++ b/stocks/src/main/resources/servlet-config.xml
@@ -2,10 +2,10 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
+ http://www.springframework.org/schema/rabbit http://www.springframework.org/schema/rabbit/spring-rabbit.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">