INT-1487 fixed package name in some ip module test configs for DefaultSerializer/DefaultDeserializer
This commit is contained in:
@@ -214,9 +214,9 @@
|
||||
|
||||
<bean id="interceptors" class="org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain" />
|
||||
|
||||
<bean id="defaultSerializer" class="org.springframework.core.serializer.support.DefaultSerializer" />
|
||||
<bean id="defaultSerializer" class="org.springframework.core.serializer.DefaultSerializer" />
|
||||
|
||||
<bean id="defaultDeserializer" class="org.springframework.core.serializer.support.DefaultDeserializer" />
|
||||
<bean id="defaultDeserializer" class="org.springframework.core.serializer.DefaultDeserializer" />
|
||||
|
||||
<ip:tcp-outbound-channel-adapter id="tcpNewOut1"
|
||||
channel="tcpChannel"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
<bean id="tcpIpUtils" class="org.springframework.integration.ip.util.SocketUtils" />
|
||||
|
||||
<bean id="serializer" class="org.springframework.core.serializer.support.DefaultSerializer" />
|
||||
<bean id="serializer" class="org.springframework.core.serializer.DefaultSerializer" />
|
||||
|
||||
<bean id="deserializer" class="org.springframework.core.serializer.support.DefaultDeserializer" />
|
||||
<bean id="deserializer" class="org.springframework.core.serializer.DefaultDeserializer" />
|
||||
|
||||
<bean id="helloWorldInterceptors" class="org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactoryChain">
|
||||
<property name="interceptors">
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
|
||||
<bean id="tcpIpUtils" class="org.springframework.integration.ip.util.SocketUtils" />
|
||||
|
||||
<bean id="serializer" class="org.springframework.core.serializer.support.DefaultSerializer" />
|
||||
<bean id="serializer" class="org.springframework.core.serializer.DefaultSerializer" />
|
||||
|
||||
<bean id="deserializer" class="org.springframework.core.serializer.support.DefaultDeserializer" />
|
||||
<bean id="deserializer" class="org.springframework.core.serializer.DefaultDeserializer" />
|
||||
|
||||
<int-ip:tcp-connection-factory id="server"
|
||||
type="server"
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<bean id="crLfSerializer" class="org.springframework.integration.ip.tcp.serializer.ByteArrayCrLfSerializer" />
|
||||
<bean id="stxEtxSerializer" class="org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer" />
|
||||
<bean id="lengthHeaderSerializer" class="org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer" />
|
||||
<bean id="javaSerializer" class="org.springframework.core.serializer.support.DefaultSerializer" />
|
||||
<bean id="javaDeserializer" class="org.springframework.core.serializer.support.DefaultDeserializer" />
|
||||
<bean id="javaSerializer" class="org.springframework.core.serializer.DefaultSerializer" />
|
||||
<bean id="javaDeserializer" class="org.springframework.core.serializer.DefaultDeserializer" />
|
||||
|
||||
<ip:tcp-connection-factory id="crLfServer"
|
||||
type="server"
|
||||
|
||||
Reference in New Issue
Block a user