Arsnael commented on PR #3172: URL: https://github.com/apache/james-project/pull/3172#issuecomment-5658309008
https://ci-builds.apache.org/job/james/job/ApacheJames/job/PR-3172/6/testReport/ ``` java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.jcajce.provider.asymmetric.compositesignatures.KeyFactorySpi at org.bouncycastle.jcajce.provider.asymmetric.COMPOSITE$Mappings.configure(Unknown Source) at org.bouncycastle.jce.provider.BouncyCastleProvider.loadServiceClass(Unknown Source) at org.bouncycastle.jce.provider.BouncyCastleProvider.loadAlgorithms(Unknown Source) at org.bouncycastle.jce.provider.BouncyCastleProvider.setup(Unknown Source) at org.bouncycastle.jce.provider.BouncyCastleProvider.access$000(Unknown Source) at org.bouncycastle.jce.provider.BouncyCastleProvider$1.run(Unknown Source) [...] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bouncycastle.asn1.iana.IANAObjectIdentifiers does not have member field 'org.bouncycastle.asn1.ASN1ObjectIdentifier id_MLDSA44_RSA2048_PSS_SHA256' [in thread "main"] at org.bouncycastle.jcajce.provider.asymmetric.compositesignatures.KeyFactorySpi.<clinit>(Unknown Source) at org.bouncycastle.jcajce.provider.asymmetric.COMPOSITE$Mappings.configure(Unknown Source)\ [..] ``` related -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
