Skip to content

Commit 7c7b6b8

Browse files
committed
fix(int-aws-support): S3OutboundGatewayParser reply-channel, reply-timeout removed
1 parent 732d193 commit 7c7b6b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

int-aws-support/src/main/java/org/springframework/integration/aws/support/config/xml/parsers/S3OutboundGatewayParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ protected BeanDefinitionBuilder parseHandler(Element element, ParserContext pars
1818
return new S3MessageHandlerParser(true)
1919
.parse(element, parserContext)
2020
.unsupportedAttributeWarning("resource-id-resolver", "object-acl-expression", "progress-listener")
21-
.setProperty("reply-channel", "outputChannelName")
22-
.setProperty("reply-timeout", "sendTimeout")
2321
.getBeanDefinitionBuilder()
2422
;
2523
}

0 commit comments

Comments
 (0)