jdyer1 opened a new pull request, #2145: URL: https://github.com/apache/solr/pull/2145
There is now a new failure for `JWTAuthPluginIntegrationTest` [1] because the version of BouncyCastle we are using parses dates using the default locale. (see `org.bouncycastle.asn1.x509.Time`) This is fixed with the latest version (`bc*-jdk15on:1.70` > `bc*-jdk18on:1.77`). This I believe puts us on a newer version than what is used by `MockOAuth2Server` but best I can tell there are no other usages. I think this will be a harmless upgrade. ----- [1] https://jenkins.thetaphi.de/job/Solr-main-Linux/15897/testReport/junit/org.apache.solr.security.jwt/JWTAuthPluginIntegrationTest/classMethod/ -- 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]
