Honor Emission result in FluxMessageChannel
* Implement `Emission` handling in the `FluxMessageChannel` and `IntegrationReactiveUtils` * Upgrade to Spring Kafka `2.6.0` * Fix R2DBC components for deprecation in the Spring Data R2DBC * Implement `StatementMapper.SelectSpec` for query expression * Clean up for some sporadic test failures
This commit is contained in:
@@ -51,7 +51,6 @@ import org.springframework.integration.channel.QueueChannel;
|
||||
import org.springframework.integration.config.ConsumerEndpointFactoryBean;
|
||||
import org.springframework.integration.endpoint.ReactiveStreamsConsumer;
|
||||
import org.springframework.integration.handler.MethodInvokingMessageHandler;
|
||||
import org.springframework.integration.test.condition.LogLevels;
|
||||
import org.springframework.messaging.Message;
|
||||
import org.springframework.messaging.MessageDeliveryException;
|
||||
import org.springframework.messaging.MessageHandler;
|
||||
@@ -175,7 +174,6 @@ public class ReactiveStreamsConsumerTests {
|
||||
reactiveConsumer.stop();
|
||||
}
|
||||
|
||||
@LogLevels(level = "trace", categories = "org.springframework.integration")
|
||||
@Test
|
||||
@SuppressWarnings("unchecked")
|
||||
public void testReactiveStreamsConsumerPollableChannel() throws InterruptedException {
|
||||
|
||||
Reference in New Issue
Block a user