[GitHub] [solr] HoustonPutman commented on pull request #1542: SOLR-16728: Fix SSL & HTTP2 classloading

2023-04-05 Thread via GitHub
HoustonPutman commented on PR #1542: URL: https://github.com/apache/solr/pull/1542#issuecomment-1497580739 I'll send an email to @dev in a bit then. -- 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 t

[GitHub] [solr] HoustonPutman commented on pull request #1542: SOLR-16728: Fix SSL & HTTP2 classloading

2023-04-05 Thread via GitHub
HoustonPutman commented on PR #1542: URL: https://github.com/apache/solr/pull/1542#issuecomment-1497529541 I'm going to backport this to 9.2. This is a breaking change, so it will likely require a 9.2.1 release (even though users can fix it by updating the jetty context.) How quickly

[GitHub] [solr] HoustonPutman commented on pull request #1542: SOLR-16728: Fix SSL & HTTP2 classloading

2023-04-04 Thread via GitHub
HoustonPutman commented on PR #1542: URL: https://github.com/apache/solr/pull/1542#issuecomment-1496445221 I added an SSL integration test, which hangs before this change and passes afterwards. You can reproduce via: ``` ./gradlew integrationTest --tests "test_ssl.bats" `