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 2f744d6 CAMEL-13483 File Component: Add option to fail startup when not having read permission on folder new c383b69 CAMEL-13483: Fixed CS new df1f34f Fixed CS new dd6f67a Move some options that was only used by file component out of general so they dont get inherited in ftp component. new 9008caa Fixed CS The 4 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: .../component/cxf/converter/CachedCxfPayload.java | 2 +- .../apache/camel/component/file/FileEndpoint.java | 56 +++++++++++++++++--- .../camel/component/file/GenericFileEndpoint.java | 44 ---------------- .../camel-ftp/src/main/docs/ftp-component.adoc | 4 +- .../camel-ftp/src/main/docs/ftps-component.adoc | 4 +- .../camel-ftp/src/main/docs/sftp-component.adoc | 4 +- .../camel/component/jms/JmsXMLRouteTest.java | 2 +- .../camel/component/xquery/XQueryBuilder.java | 4 +- .../camel/converter/saxon/SaxonConverterTest.java | 2 +- .../spring/ws/ProducerLocalRouteTest.java | 2 +- .../processor/XmlSignatureProcessor.java | 3 +- ...onsumerStartingDirectoryMustHaveAccessTest.java | 59 +++++++++++----------- .../apache/camel/converter/StringSourceTest.java | 2 +- .../camel/converter/jaxp/BytesSourceTest.java | 2 +- .../camel/converter/jaxp/XmlConverterTest.java | 5 +- .../apache/camel/impl/LogDebugBodyStreamsTest.java | 2 +- .../MultiCastParallelAndStreamCachingTest.java | 3 +- .../StreamSourceContentBasedRouterTest.java | 4 +- .../ValidatingProcessorFromSourceTest.java | 3 +- .../camel/processor/ValidatingProcessorTest.java | 3 +- .../apache/camel/converter/jaxp/XmlConverter.java | 4 +- 21 files changed, 105 insertions(+), 109 deletions(-)