From d4e9e25fdb5624b003412b27a381285dc62d6ce6 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 21 Jan 2016 17:15:46 -0500 Subject: [PATCH] Change Reactor `Assert` to Spring `Assert` **Cherry pick to 4.2.x** --- .../integration/support/PartialSuccessException.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/support/PartialSuccessException.java b/spring-integration-core/src/main/java/org/springframework/integration/support/PartialSuccessException.java index e6a6dd3f66..27d702ec54 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/support/PartialSuccessException.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/support/PartialSuccessException.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,8 +19,7 @@ import java.util.Collection; import org.springframework.messaging.Message; import org.springframework.messaging.MessagingException; - -import reactor.core.support.Assert; +import org.springframework.util.Assert; /** * A {@link MessagingException} thrown when a non-transactional operation is