INT-3392 Fix Package Tangle
https://jira.spring.io/browse/INT-3392 `TcpDeserializationExceptionEvent` was incorrectly in the connection package; move to serializer.
This commit is contained in:
@@ -25,7 +25,6 @@ import org.springframework.context.ApplicationEventPublisher;
|
||||
import org.springframework.context.ApplicationEventPublisherAware;
|
||||
import org.springframework.core.serializer.Deserializer;
|
||||
import org.springframework.core.serializer.Serializer;
|
||||
import org.springframework.integration.ip.tcp.connection.TcpDeserializationExceptionEvent;
|
||||
|
||||
/**
|
||||
* Base class for (de)serializers that provide a mechanism to
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.integration.ip.tcp.connection;
|
||||
package org.springframework.integration.ip.tcp.serializer;
|
||||
|
||||
import org.springframework.integration.ip.event.IpIntegrationEvent;
|
||||
|
||||
@@ -37,7 +37,6 @@ import org.junit.Test;
|
||||
import org.springframework.context.ApplicationEvent;
|
||||
import org.springframework.context.ApplicationEventPublisher;
|
||||
import org.springframework.core.serializer.DefaultDeserializer;
|
||||
import org.springframework.integration.ip.tcp.connection.TcpDeserializationExceptionEvent;
|
||||
import org.springframework.integration.ip.util.SocketTestUtils;
|
||||
import org.springframework.integration.test.util.SocketUtils;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user