On Sat, Jan 10, 2026 at 3:04 PM Thomas Wolf <[email protected]> wrote: > > On 10.01.26 18:26, Gary Gregory wrote: > > I can't build on Java 25 even with setting skipTests to true in > > sshd-git/pom.xml (the build doesn't get that far anyway): > > > > https://gist.github.com/garydgregory/4956f2b66fb2e0915d3af74b24d09696 > > > > Has anyone else tried Java 25? > > I thought I had, but that must've been on the dev_3.0 branch. There I > have not experienced any such problem. > > Indeed trying it with Java 25 on master I get the same failure. > > This looks really nasty. Root cause is some strange classloader problem. > The classloader can find some class, but then cannot find one of its > super classes, even though both are from the same JAR and are public. > > It throws a > > java.lang.NoClassDefFoundError: > org/bouncycastle/crypto/params/AsymmetricKeyParameter > > when it tries to load class > > org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters > > I have _no_ idea what's wrong, or how to fix this. > > Definitely time to cancel this vote. :-(
Thank you, Thomas! Gary > > Cheers, > > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
