You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that `JdkSerializationRedisSerializer` by default is
based on the default Java class loader which may lead into
`ClassCastException` downstream after deserialization
* Make all the `JdkSerializationRedisSerializer` usage (default)
in Redis components based on the BeanFactory `ClassLoader`
* Fix tests to call `setBeanClassLoader()`
* Fix Mark Fisher's name in the `MultipartFileReader` :-)
**Cherry-pick to 5.1.x, 5.0.x & 4.3.x after restoring diamonds**
Copy file name to clipboardExpand all lines: spring-integration-http/src/main/java/org/springframework/integration/http/multipart/MultipartFileReader.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@
23
23
/**
24
24
* Strategy for reading {@link MultipartFile} content.
Copy file name to clipboardExpand all lines: spring-integration-redis/src/main/java/org/springframework/integration/redis/inbound/RedisQueueInboundGateway.java
Copy file name to clipboardExpand all lines: spring-integration-redis/src/main/java/org/springframework/integration/redis/inbound/RedisQueueMessageDrivenEndpoint.java
Copy file name to clipboardExpand all lines: spring-integration-redis/src/main/java/org/springframework/integration/redis/outbound/RedisQueueOutboundGateway.java
+13-5
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@ public class RedisQueueOutboundGateway extends AbstractReplyProducingMessageHand
Copy file name to clipboardExpand all lines: spring-integration-redis/src/main/java/org/springframework/integration/redis/store/RedisChannelMessageStore.java
0 commit comments