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


The following commit(s) were added to refs/heads/main by this push:
     new 61a8370bf4d7 Doc fix
61a8370bf4d7 is described below

commit 61a8370bf4d730e3301124fa75821b0f70dfbe5d
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Feb 8 11:32:45 2026 +0100

    Doc fix
---
 components/camel-mina-sftp/src/main/docs/mina-sftp-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-mina-sftp/src/main/docs/mina-sftp-component.adoc 
b/components/camel-mina-sftp/src/main/docs/mina-sftp-component.adoc
index 86fd3e20cc64..f96ff01a3066 100644
--- a/components/camel-mina-sftp/src/main/docs/mina-sftp-component.adoc
+++ b/components/camel-mina-sftp/src/main/docs/mina-sftp-component.adoc
@@ -450,7 +450,7 @@ When migrating from `sftp` to `mina-sftp`, verify the 
following:
 . **Known Hosts on Non-Standard Ports**: Update known_hosts entries to use 
`[hostname]:port` format for non-standard ports
 . **serverAliveCountMax**: If using `serverAliveCountMax=0`, note the 
behavioral difference (fire-and-forget vs disabled)
 . **Compression**: Remove any manual zlib JAR additions - mina-sftp has 
built-in compression support
-. **Deprecated Parameters**: Remove JSch-specific parameters (`loggingLevel`, 
`serverMessageLoggingLevel`, `existDirCheckUsingLs`) - they are accepted but 
log warnings (see <<Deprecated JSch Parameters>>)
+. **Deprecated Parameters**: Remove JSch-specific parameters (`loggingLevel`, 
`serverMessageLoggingLevel`, `existDirCheckUsingLs`) - they are accepted but 
log warnings (see <<Deprecated JSch Parameters (Migration from sftp)>>)
 . **Logging Configuration**: Configure logging via log4j/logback instead of 
URI parameters (see <<Logging Configuration>>)
 . **Test Authentication**: Verify public key and password authentication work 
correctly
 . **Test Host Key Verification**: If using `strictHostKeyChecking=yes`, verify 
known_hosts entries match

Reply via email to