Skip to content

Commit af4c7d2

Browse files
committed
Bring back sshd-sftp-2.9.2
Looks like there is some bug in the latest version, so the directory cannot be created on Linux We will revise the problem in the next version
1 parent a937d5f commit af4c7d2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
modifiedFiles =
4949
files(grgit.status().unstaged.modified).filter { f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
5050

51-
apacheSshdVersion = '2.10.0'
51+
apacheSshdVersion = '2.9.2'
5252
artemisVersion = '2.28.0'
5353
aspectjVersion = '1.9.19'
5454
assertjVersion = '3.24.2'

spring-integration-sftp/src/test/java/org/springframework/integration/sftp/session/SftpRemoteFileTemplateTests.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 the original author or authors.
2+
* Copyright 2014-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,7 +37,6 @@
3737
import org.springframework.integration.file.remote.session.SessionFactory;
3838
import org.springframework.integration.file.support.FileExistsMode;
3939
import org.springframework.integration.sftp.SftpTestSupport;
40-
import org.springframework.integration.test.condition.LogLevels;
4140
import org.springframework.messaging.MessageDeliveryException;
4241
import org.springframework.messaging.MessagingException;
4342
import org.springframework.messaging.support.GenericMessage;
@@ -58,7 +57,6 @@
5857
*/
5958
@SpringJUnitConfig
6059
@DirtiesContext
61-
@LogLevels(level = "trace", categories = "org.apache.sshd")
6260
public class SftpRemoteFileTemplateTests extends SftpTestSupport {
6361

6462
@Autowired

0 commit comments

Comments
 (0)