Re: [PR] Fix junit test failure with Solr 9.x Output connector [manifoldcf]

2023-10-28 Thread via GitHub
mingchun-zhao closed pull request #157: Fix junit test failure with Solr 9.x Output connector URL: https://github.com/apache/manifoldcf/pull/157 -- 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

Re: [PR] Fix junit test failure with Solr 9.x Output connector [manifoldcf]

2023-10-28 Thread Karl Wright
This has been integrated and a new release spun. Thank you! Karl On Sat, Oct 28, 2023 at 9:11 AM mingchun-zhao (via GitHub) wrote: > > mingchun-zhao opened a new pull request, #157: > URL: https://github.com/apache/manifoldcf/pull/157 > >In order to resolve junit test failure with Solr

[PR] Fix junit test failure with Solr 9.x Output connector [manifoldcf]

2023-10-28 Thread via GitHub
mingchun-zhao opened a new pull request, #157: URL: https://github.com/apache/manifoldcf/pull/157 In order to resolve junit test failure with Solr 9.x Output connector, I modified MockSolrService to support HTTP2C. I confirmed that all test cases of ant test passed. ```