Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.1.3
-
Fix Version/s: 2.2 M4 Sprint 3, 2.2 M4
-
Component/s: File Support
-
Labels:None
Description
We recently added support for file appends with INT-2470. In order to improve the behavior further, we will remove the "append" attribute and replace it with a new enumeration called mode, providing the following options:
- Replace - The Default Setting
- Append - Same functionality as
INT-2470 - Fail - Raise an exception when the file already exists (new)
- Ignore - Silently ignore the message payload file if the destination file already exists (new)
Attachments
Issue Links
- supersedes
-
INT-2470 in the file outbound-channel-adapter, add the ability to append to a file if the filename given already exists
-
- Resolved
-