[camel] 02/02: CAMEL-18264: allow to configure JSch server keys settings (#8077)

2022-07-31 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b254e0e8269980b05e340d685d4704369b01ed1e
Author: Claus Ibsen 
AuthorDate: Sun Jul 31 11:12:25 2022 +0200

CAMEL-18264: allow to configure JSch server keys settings (#8077)
---
 .../file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
index 158ce96234e..2448809acd1 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
@@ -21,7 +21,9 @@ import org.apache.camel.builder.RouteBuilder;
 import 
org.apache.camel.component.file.remote.sftp.integration.SftpServerTestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
+@Isolated
 public class SftpPublicKeyAcceptedAlgorithmsIT extends SftpServerTestSupport {
 
 @Test



[camel] 02/02: CAMEL-18264: allow to configure JSch server keys settings (#8077)

2022-07-31 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 66c75a8ce0df349cc5e8dc4e13dd7781a81fbb1b
Author: Claus Ibsen 
AuthorDate: Sun Jul 31 11:12:25 2022 +0200

CAMEL-18264: allow to configure JSch server keys settings (#8077)
---
 .../file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
index 158ce96234e..2448809acd1 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
@@ -21,7 +21,9 @@ import org.apache.camel.builder.RouteBuilder;
 import 
org.apache.camel.component.file.remote.sftp.integration.SftpServerTestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
+@Isolated
 public class SftpPublicKeyAcceptedAlgorithmsIT extends SftpServerTestSupport {
 
 @Test



[camel] 02/02: CAMEL-18264: allow to configure JSch server keys settings (#8077)

2022-08-01 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 039dcc8e624af11c88c40fde229489bf5df8b902
Author: Claus Ibsen 
AuthorDate: Sun Jul 31 11:12:25 2022 +0200

CAMEL-18264: allow to configure JSch server keys settings (#8077)
---
 .../file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
index 158ce96234e..2448809acd1 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpPublicKeyAcceptedAlgorithmsIT.java
@@ -21,7 +21,9 @@ import org.apache.camel.builder.RouteBuilder;
 import 
org.apache.camel.component.file.remote.sftp.integration.SftpServerTestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.parallel.Isolated;
 
+@Isolated
 public class SftpPublicKeyAcceptedAlgorithmsIT extends SftpServerTestSupport {
 
 @Test