This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 6e717d0 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. new 1de42f8 CAMEL-12993: Have more informative message from springboot itests exceptions new 820d842 Fixed broke karaf and springboot itests for camel-jgroups-raft component. new b3dda30 Upgrade Infinispan Spring Boot to version 2.1.1.RELEASE new 64faf58 CAMEL-12991 setting processStrategy for sftp/ftp endpoints (#2665) new 2147363 CAMEL-12991: Fixed CS The 5 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/component/file/remote/FtpEndpoint.java | 2 +- .../camel/component/file/remote/SftpEndpoint.java | 2 +- .../remote/FtpConsumerProcessStrategyTest.java | 90 +++++++++++++++++++++ .../sftp/SftpConsumerProcessStrategyTest.java | 93 ++++++++++++++++++++++ parent/pom.xml | 2 +- .../karaf/features/src/main/resources/features.xml | 2 +- .../src/main/resources/META-INF/spring.factories | 4 +- .../itest/springboot/util/ArquillianPackager.java | 4 +- 8 files changed, 192 insertions(+), 7 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