Gary Gregory
Gary Gregory
I just merged a series of JUnit 5 PRs; if this PR still contains changes not covered in git master, please rebase, if not, please close it. TY!
I think JUnit 5 work might be done in master?
The big issue with kind of PR is that it undoes a previous intentional fix which was not unit tested. This PR does not have a unit test either so...
I am trying to digest this into manageable chunks and I see a standalone edit to `SftpFileObject` that adds `synchronized` to three method declarations. Those three methods deal with the...
-1 This PR breaks the build, run "mvn pmd:check" locally for details.
Rebase on git master as well please.
You can start by looking at `FTPSClientTest`. There is also the option of using Docker through a Maven plugin like `org.testcontainers:testcontainers`
Still needs a unit test to fail without the main changes.