This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 8b939afd18a8 Remove unused field in mina-sftp test
8b939afd18a8 is described below
commit 8b939afd18a8dbceca9eb174a39b690a113bf6f4
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Mar 5 10:51:07 2026 +0100
Remove unused field in mina-sftp test
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../camel/component/file/remote/mina/sftp/SftpKeyPairECConsumeIT.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/sftp/SftpKeyPairECConsumeIT.java
b/components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/sftp/SftpKeyPairECConsumeIT.java
index 36b903217184..73640aa2469a 100644
---
a/components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/sftp/SftpKeyPairECConsumeIT.java
+++
b/components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/sftp/SftpKeyPairECConsumeIT.java
@@ -33,7 +33,6 @@ import org.junit.jupiter.api.condition.EnabledIf;
public class SftpKeyPairECConsumeIT extends SftpServerTestSupport {
private static final ByteArrayOutputStream PRIVATE_KEY = new
ByteArrayOutputStream();
- private static KeyPair keyPair;
@BeforeAll
public static void createKeys() throws Exception {