Skip to content

Commit 841a91d

Browse files
committed
GH-3089: Fix since in gateway spec
1 parent 6468ecc commit 841a91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-integration-amqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpBaseInboundGatewaySpec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package org.springframework.integration.amqp.dsl;
1818

19-
import org.springframework.amqp.rabbit.batch.BatchingStrategy;
19+
import org.springframework.amqp.rabbit.core.support.BatchingStrategy;
2020
import org.springframework.amqp.support.converter.MessageConverter;
2121
import org.springframework.integration.amqp.inbound.AmqpInboundGateway;
2222
import org.springframework.integration.amqp.support.AmqpHeaderMapper;
@@ -143,7 +143,7 @@ public S recoveryCallback(RecoveryCallback<?> recoveryCallback) {
143143
* Set a batching strategy to use when de-batching messages.
144144
* @param batchingStrategy the strategy to use.
145145
* @return the spec.
146-
* @since 5.1.9
146+
* @since 5.2.1
147147
* @see AmqpInboundGateway#setBatchingStrategy(BatchingStrategy)
148148
*/
149149
public S batchingStrategy(BatchingStrategy batchingStrategy) {

0 commit comments

Comments
 (0)