This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from a9504ba8f Switch to JUnit 5 add 361da196e GH-582: Fix filtering of unsupported algorithms in NamedFactory No new revisions were added by this update. Summary of changes: CHANGES.md | 29 ++++++ .../java/org/apache/sshd/common/NamedFactory.java | 22 ++++- .../org/apache/sshd/common/NamedFactoryTest.java | 108 +++++++++++++++++++++ .../java/org/apache/sshd/client/ClientBuilder.java | 6 +- .../java/org/apache/sshd/common/BaseBuilder.java | 4 +- .../java/org/apache/sshd/server/ServerBuilder.java | 6 +- 6 files changed, 165 insertions(+), 10 deletions(-) create mode 100644 sshd-common/src/test/java/org/apache/sshd/common/NamedFactoryTest.java