[jira] [Resolved] (CONNECTORS-1723) Need Solr 9.x plugin

2022-08-23 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1723. - Resolution: Fixed > Need Solr 9.x plugin > > >

Re: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Karl Wright
Committed, and the unit tests pass. Thank you! I will create a release artifact this weekend and schedule a vote for release. In the meantime, if it works for you, feel free to give it a try and report any difficulties. Karl On Tue, Aug 23, 2022 at 6:41 AM Wolfinger Uwe wrote: > Done > > >

AW: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Wolfinger Uwe
Done -Ursprüngliche Nachricht- Von: Karl Wright Gesendet: Dienstag, 23. August 2022 12:24 An: dev Betreff: Re: MCF Solr Plugin for Solr 9.x You need to be a committer to have write access, but you can attach a patch to a ticket. The patch is generated most easily with "svn diff

[jira] [Updated] (CONNECTORS-1723) Need Solr 9.x plugin

2022-08-23 Thread Uwe Wolfinger (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Wolfinger updated CONNECTORS-1723: -- Attachment: patch.txt > Need Solr 9.x plugin > > >

[jira] [Updated] (CONNECTORS-1723) Need Solr 9.x plugin

2022-08-23 Thread Uwe Wolfinger (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Wolfinger updated CONNECTORS-1723: -- Attachment: (was: patch.txt) > Need Solr 9.x plugin > >

[jira] [Updated] (CONNECTORS-1723) Need Solr 9.x plugin

2022-08-23 Thread Uwe Wolfinger (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Wolfinger updated CONNECTORS-1723: -- Attachment: patch.txt > Need Solr 9.x plugin > > >

[jira] [Created] (CONNECTORS-1723) Need Solr 9.x plugin

2022-08-23 Thread Karl Wright (Jira)
Karl Wright created CONNECTORS-1723: --- Summary: Need Solr 9.x plugin Key: CONNECTORS-1723 URL: https://issues.apache.org/jira/browse/CONNECTORS-1723 Project: ManifoldCF Issue Type: New

Re: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Karl Wright
You need to be a committer to have write access, but you can attach a patch to a ticket. The patch is generated most easily with "svn diff >patch.txt" or some such. Here's the JIRA ticket: https://issues.apache.org/jira/browse/CONNECTORS-1723 Karl On Tue, Aug 23, 2022 at 4:57 AM Wolfinger Uwe

AW: MCF Solr Plugin for Solr 9.x

2022-08-23 Thread Wolfinger Uwe
It turned out that the uprade was pretty straight forward. Beginning with version 9 of solr org.apache.solr.core.CloseHook changed from an abstract class to an interface, i.e. CloseHandler now has to implement CloseHook instead of extending it. Build and local tests passed without any