[3.33] fix: use x509 certificates for ftp extensions sftp tests#8892
Conversation
|
Ran it locally against quarkus-platform 3.33, the FTP tests pass. |
73a4064 to
594789a
Compare
JiriOndrusek
left a comment
There was a problem hiding this comment.
Even though the test coverage is slightly smaller (or different) - switch from SSH to privateKey - for the maintenance branch this approach should be good enough.
|
@gansheer I took the liberty of adding the |
TBH I can't do more whitout adding some ugly (and dumb) code to avoid the issue. Next LTS is more stable and has the tests and the feature.
Sure, should it be the prefered way for a PR targeting non-main version ? |
Yes, makes it easier to backport PRs. |
Closes #8887
The fix from main can't be backported due to net.i2p.crypto:eddsa still being present, so I rollbacked to x509 certificates that worked before.