Re: [PR] SOLR-15484: use latest version of bouncycastle libraries [solr]

2023-12-13 Thread via GitHub
janhoy commented on PR #2145: URL: https://github.com/apache/solr/pull/2145#issuecomment-1854772771 I get a gradle warning that the NOTICE file is not in use. I believe it is required only for ASL and BSD licenses, not for MIT. I don't think it hurts to keep it around though. -- This is

Re: [PR] SOLR-15484: use latest version of bouncycastle libraries [solr]

2023-12-12 Thread via GitHub
jdyer1 merged PR #2145: URL: https://github.com/apache/solr/pull/2145 -- 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: issues-unsubscr...@solr.apache.org

[PR] SOLR-15484: use latest version of bouncycastle libraries [solr]

2023-12-11 Thread via GitHub
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 f