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

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

2023-10-28 Thread Karl Wright
ure with Solr 9.x Output connector, > I modified MockSolrService to support HTTP2C. > >I confirmed that all test cases of ant test passed. > >``` >~manifoldcf% ant test >... ... >test: >BUILD SUCCESSFUL >Total time: 51 minutes 37 seconds >

[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

Re: Solr 9.x output connector

2022-12-01 Thread Karl Wright
Feel free to commit your proposed changes to a branch for evaluation. Karl On Thu, Dec 1, 2022 at 9:34 AM Julien Massiera < julien.massi...@francelabs.com> wrote: > Hi Karl, > > I did a quick alpha version of a Solr 9 connector to test: I can confirm > that it works with older Solr versions ! >

Re: Solr 9.x output connector

2022-12-01 Thread Julien Massiera
Hi Karl, I did a quick alpha version of a Solr 9 connector to test: I can confirm that it works with older Solr versions ! HOWEVER, in SolrJ 9, the new Solr client has been reimplemented: it now prevents to easily customize the httpClient and the way it performs requests. This makes it very

Re: Solr 9.x output connector

2022-11-29 Thread Karl Wright
Hi Julien, Sorry for the delay; I've been under intense pressure at work of late and just saw this email now. Regarding library updates: we should generally go ahead and do those FIRST. There are custom fixes for httpclient checked into the ManifoldCF code base so we may need to work a little

Solr 9.x output connector

2022-11-29 Thread Julien Massiera
Hi Karl, the Solr output connector does not seem to work with Solr 9.x according to our tests. We are going to either update or develop a new connector but there is a problem concerning the libraries required. A solr 9.x connector will of course involve a solrj 9.x lib but also the update of