发布于 2018-02-24 02:37:31
我有Spring Boot 1.5.9,我升级到了Spring Integration IP 5.0.2。我猜这就是为什么我的发送/接收消息现在坏了:
Exception in thread "pool-4-thread-2" java.lang.AbstractMethodError: org.springframework.integration.ip.tcp.connection.TcpMessageMapper.toMessage(Ljava/lang/Object;)Lorg/springframework/messaging/Message;
at org.springframework.integration.ip.tcp.connection.TcpNetConnection.run(TcpNetConnection.java:177)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)我会一直等到2.0.0,然后...
https://stackoverflow.com/questions/48662264
复制相似问题