Skip to content

Commit

Permalink
Bring back sshd-sftp-2.9.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
artembilan committed May 16, 2023
1 parent a937d5f commit af4c7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -37,7 +37,6 @@
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;
Expand All @@ -58,7 +57,6 @@
*/
@SpringJUnitConfig
@DirtiesContext
@LogLevels(level = "trace", categories = "org.apache.sshd")
public class SftpRemoteFileTemplateTests extends SftpTestSupport {

@Autowired
Expand Down

0 comments on commit af4c7d2

Please sign in to comment.