This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from d83aa63 Camel-Salesforce: Fix - Integration tests ignore salesforce endpoint setting. new ea21667 CAMEL-9971: Added appendChars option to file component. new 3fa8160 CAMEL-9971: Added appendChars option to file component. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel-file/src/main/docs/file-component.adoc | 4 +- .../camel/component/file/FileOperations.java | 14 +++ .../camel/component/file/GenericFileEndpoint.java | 41 +++++++ .../camel-ftp/src/main/docs/ftps-component.adoc | 6 +- .../camel/component/file/remote/FtpEndpoint.java | 2 +- .../camel/component/file/remote/FtpsEndpoint.java | 3 +- .../camel/component/file/remote/SftpEndpoint.java | 2 +- .../apache/camel/component/scp/ScpEndpoint.java | 2 +- ...ndTest.java => FileProduceAppendCharsTest.java} | 19 +-- .../endpoint/dsl/FileEndpointBuilderFactory.java | 14 +++ .../endpoint/dsl/FtpsEndpointBuilderFactory.java | 132 --------------------- 11 files changed, 88 insertions(+), 151 deletions(-) copy core/camel-core/src/test/java/org/apache/camel/component/file/{FileProduceAppendTest.java => FileProduceAppendCharsTest.java} (79%)