This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from 9c27574ae6c CAMEL-18454: Allow to enable secret refresh from vault. (AWS) add d8c46b01d7c (chores) camel-test-infra-ftp: minor test infra cleanups add a72fff7bc92 (chores) camel-ftp: cleanup creating test service instances No new revisions were added by this update. Summary of changes: .../FtpPollEnrichBridgeErrorHandlerIT.java | 3 +- .../remote/integration/FtpServerTestSupport.java | 3 +- ...ServerExplicitSSLWithClientAuthTestSupport.java | 4 ++- ...verExplicitSSLWithoutClientAuthTestSupport.java | 5 ++- ...ServerExplicitTLSWithClientAuthTestSupport.java | 5 ++- ...verExplicitTLSWithoutClientAuthTestSupport.java | 5 ++- ...ServerImplicitSSLWithClientAuthTestSupport.java | 5 ++- ...verImplicitSSLWithoutClientAuthTestSupport.java | 5 ++- ...ServerImplicitTLSWithClientAuthTestSupport.java | 5 ++- ...verImplicitTLSWithoutClientAuthTestSupport.java | 5 ++- .../infra/common/services/AbstractTestService.java | 6 ++-- .../camel/test/infra/ftp/services/FtpService.java | 4 +++ .../test/infra/ftp/services/FtpServiceFactory.java | 13 ++++++-- .../services/embedded/EmbeddedConfiguration.java | 33 +++++++++++++++++++ .../embedded/EmbeddedConfigurationBuilder.java | 12 +++++++ .../ftp/services/embedded/FtpEmbeddedService.java | 38 ++++++++++------------ .../ftp/services/embedded/FtpsEmbeddedService.java | 29 ++++++++--------- .../ftp/services/embedded/SftpEmbeddedService.java | 11 ++++--- 18 files changed, 134 insertions(+), 57 deletions(-)