Hello, I just upgraded Karaf from 4.2.12 to 4.3.7 due to moving from Java 11 to Java 17. Now I can see the following warnings in the log when running Pax Exam tests:
[INFO] 2022-05-23T15:33:43,050 | WARN | activator-1-thread-1 | SshUtils | 55 - org.apache.karaf.shell.ssh - 4.3.7 | Configured signature 'sk-ssh-ed25...@openssh.com' not available [INFO] 2022-05-23T15:33:43,085 | WARN | activator-1-thread-1 | SshUtils | 55 - org.apache.karaf.shell.ssh - 4.3.7 | Configured signature 'ssh-ed25519' not available [INFO] 2022-05-23T15:33:43,319 | WARN | activator-1-thread-1 | SshUtils | 55 - org.apache.karaf.shell.ssh - 4.3.7 | Configured signature 'sk-ssh-ed25...@openssh.com' not available [INFO] 2022-05-23T15:33:43,320 | WARN | activator-1-thread-1 | SshUtils | 55 - org.apache.karaf.shell.ssh - 4.3.7 | Configured signature 'ssh-ed25519' not available If I downgrade to 4.3.6, the warnings disappear. Looking at the changelog for 4.3.7, I suppose this is caused by KARAF-7363 [1] How do I make the above warnings disappear? Is it a bug? The tests work fine, but it's a bit annoying to see these warnings. I'd rather not silence the logger, that seems wrong.. - Eric L [1] https://issues.apache.org/jira/browse/KARAF-7363