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
This commit is contained in:
abilan
2023-05-16 15:38:04 -04:00
parent a937d5ff6c
commit af4c7d2ad4
2 changed files with 2 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ ext {
modifiedFiles =
files(grgit.status().unstaged.modified).filter { f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
apacheSshdVersion = '2.10.0'
apacheSshdVersion = '2.9.2'
artemisVersion = '2.28.0'
aspectjVersion = '1.9.19'
assertjVersion = '3.24.2'

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2022 the original author or authors.
* Copyright 2014-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,7 +37,6 @@ import org.springframework.integration.file.remote.session.Session;
import org.springframework.integration.file.remote.session.SessionFactory;
import org.springframework.integration.file.support.FileExistsMode;
import org.springframework.integration.sftp.SftpTestSupport;
import org.springframework.integration.test.condition.LogLevels;
import org.springframework.messaging.MessageDeliveryException;
import org.springframework.messaging.MessagingException;
import org.springframework.messaging.support.GenericMessage;
@@ -58,7 +57,6 @@ import static org.mockito.Mockito.mock;
*/
@SpringJUnitConfig
@DirtiesContext
@LogLevels(level = "trace", categories = "org.apache.sshd")
public class SftpRemoteFileTemplateTests extends SftpTestSupport {
@Autowired