I’m trying to update a plugin and with the update I’ll be setting min Java version to 11. However, in all my tests i’m starting to see this error in the log, which didn’t happen on Java8.
Does anyone have any guidance on how to fix the test setup to resolve it? I’m having test failures with the update, which I don’t think are related, but I’d like to eliminate this so I can pin down what’s actually failing.
4.784 [id=33] WARNING h.ExtensionFinder$GuiceFinder$FaultTolerantScope$1#error: Failed to instantiate Key[type=org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl, annotation=[none]]; skipping this component
java.lang.IllegalStateException: Couldn't locate either of bouncy castle FIPS or non fips provider, available providers areSUN,SunRsaSign,SunEC,SunJSSE,SunJCE,SunJGSS,SunSASL,XMLDSig,SunPCSC,JdkLDAP,JdkSASL,Apple,SunPKCS11.
at jenkins.bouncycastle.api.PEMEncodable.<clinit>(PEMEncodable.java:96)
Caused: java.lang.ExceptionInInitializerError