This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch website in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 75eee37 [CAMEL-11492] New website - Fix pom version (#2658) discard 94889b7 CAMEL-11492: Upgrade node and yarn discard 40243b2 CAMEL-11492: Upgrade Asciidoctor and Webpack ve... discard a56da89 CAMEL-11492: Fix headings discard 0da0e2c CAMEL-11492: Incorporate user manual discard 4dde4b0 CAMEL-11492 New Camel website discard a4b9104 [CAMEL-11495] New Camel website: Incorporate logo (#2539) discard 4d1f3fc CAMEL-11492 Test website Jenkinsfile discard 0c9c67f Update website to 2.23.0-SNAPSHOT discard 3ae80cc CAMEL-11492 New Camel website - version upgrades discard 23306aa CAMEL-11492 New Camel website - added README.md discard 151a101 CAMEL-11492 New Camel website discard 04878f8 CAMEL-11492 New Camel website add d453fc8 Use the latest Hazelcast-Kubernetes fixed release 3.11.1 add 85a05c1 Upgrade Zipkin to version 2.11.12 add 31611af Upgrade Libphonenumber and related bundle to version 8.10.1 add 0f7cc45 Regen add 688b127 Upgrade JGit to version 5.2.0.201812061821-r add 3b61a6d Upgrade Elasticsearch Rest to version 6.5.1 add c331a80 CAMEL-12969: OSGi service registry should unget services later during shutting down CamelContext which we can do in the start/stop service API instead. This reduces leaks if a service is get udring shutdown as now the lifecycle/osgi service registry is stopped as last action when camel context is shutting down. add 85d6b32 CAMEL-12937: StreamCaching cipher is misspelled as chiper. Added deprecated markers. Misspelled to be removed in Camel 3.0 add 9e8c4f5 CAMEL-12993: Have more informative message from springboot itests exceptions add f95c71e Fixed broke karaf and springboot itests for camel-jgroups-raft component. add 573bd16 Upgrade Infinispan Spring Boot to version 2.1.1.RELEASE add aac5023 CAMEL-12991 setting processStrategy for sftp/ftp endpoints (#2665) add 68f0ad2 CAMEL-12991: Fixed CS add 2dcfe7a Upgrade JackRabbit to version 2.18.0 new 02fbda9 CAMEL-11492 New Camel website new ee35731 CAMEL-11492 New Camel website new bc958da CAMEL-11492 New Camel website - added README.md new d3b6a00 CAMEL-11492 New Camel website - version upgrades new 6c6f401 Update website to 2.23.0-SNAPSHOT new 33c3d35 CAMEL-11492 Test website Jenkinsfile new dd40011 [CAMEL-11495] New Camel website: Incorporate logo (#2539) new c162750 CAMEL-11492 New Camel website new e272764 CAMEL-11492: Incorporate user manual new 6fbf297 CAMEL-11492: Fix headings new 26168f7 CAMEL-11492: Upgrade Asciidoctor and Webpack ve... new 098d0e7 CAMEL-11492: Upgrade node and yarn new 659a47d [CAMEL-11492] New website - Fix pom version (#2658) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (75eee37) \ N -- N -- N refs/heads/website (659a47d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 13 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: .../mbean/ManagedStreamCachingStrategyMBean.java | 6 +- .../converter/stream/FileInputStreamCache.java | 4 +- .../camel/impl/DefaultStreamCachingStrategy.java | 22 +++-- .../mbean/ManagedStreamCachingStrategy.java | 7 +- .../apache/camel/spi/StreamCachingStrategy.java | 18 +++++ .../camel/util/jsse/BaseSSLContextParameters.java | 2 +- .../converter/stream/CachedOutputStreamTest.java | 2 +- .../ManagedStreamCachingStrategyTest.java | 4 +- .../camel/core/osgi/OsgiServiceRegistry.java | 17 ++-- .../core/xml/AbstractCamelContextFactoryBean.java | 5 ++ .../xml/CamelStreamCachingStrategyDefinition.java | 21 ++++- .../camel/component/file/remote/FtpEndpoint.java | 2 +- .../camel/component/file/remote/SftpEndpoint.java | 2 +- .../remote/FtpConsumerProcessStrategyTest.java | 90 +++++++++++++++++++++ .../sftp/SftpConsumerProcessStrategyTest.java | 93 ++++++++++++++++++++++ .../src/main/docs/spring-boot.adoc | 5 +- .../camel/spring/boot/CamelAutoConfiguration.java | 1 + .../spring/boot/CamelConfigurationProperties.java | 20 +++++ .../resources/fabric8/hazelcast-deployment.yaml | 2 +- parent/pom.xml | 20 ++--- .../commands/AbstractLocalCamelController.java | 2 +- .../apache/camel/commands/ContextInfoCommand.java | 6 +- .../karaf/features/src/main/resources/features.xml | 2 +- .../src/main/resources/META-INF/spring.factories | 4 +- .../camel-spring-boot-dependencies/pom.xml | 2 +- .../itest/springboot/util/ArquillianPackager.java | 4 +- 26 files changed, 317 insertions(+), 46 deletions(-) create mode 100644 components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerProcessStrategyTest.java create mode 100644 components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpConsumerProcessStrategyTest.java