-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes: #9427 Issue link: #9427 The `expression` of the `AbstractRemoteFileOutboundGateway` could be `null` and ignored for some expressions making a DSL factories inconsistent * Improve `AbstractRemoteFileOutboundGateway` constructor JavaDocs explaining `expression` argument in more details * Add `@Nullable` for this `expression` arg in all the `AbstractRemoteFileOutboundGateway` implementations * Add new DSL factory method for `outboundGateway()` without this `expression` for those commands when it is not needed
- Loading branch information
1 parent
dc02dec
commit c27cc4b
Showing
7 changed files
with
257 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.