[
https://issues.apache.org/jira/browse/CONNECTORS-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712321#comment-17712321
]
Karl Wright commented on CONNECTORS-1740:
-----------------------------------------
Turns out that this update also will require we move permanently from Java 8 to
Java 11:
{code}
compile-connector:
[javac] Compiling 17 source files to
C:\wip\mcf\CONNECTORS-1740\connectors\solr\build\connector\classes
[javac]
C:\wip\mcf\CONNECTORS-1740\connectors\solr\connector\src\main\java\org\apache\manifoldcf\agents\output\solr\ModifiedHttp2SolrClient.java:3:
error: cannot access Utils
[javac] import static org.apache.solr.common.util.Utils.getObjectByPath;
[javac] ^
[javac] bad class file:
C:\wip\mcf\CONNECTORS-1740\lib\solr-solrj-9.1.0.jar(org/apache/solr/common/util/Utils.class)
[javac] class file has wrong version 55.0, should be 52.0
[javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
{code}
> Solr 9 output connector
> -----------------------
>
> Key: CONNECTORS-1740
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1740
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Lucene/SOLR connector
> Affects Versions: ManifoldCF 2.23
> Reporter: Julien Massiera
> Assignee: Julien Massiera
> Priority: Major
>
> The current Solr output connector is not compatible with Solr 9.x
> We need to update the connector with SolrJ 9 and make sure that the custom
> code (multipart post requests, basic/preemptive auth) is still required, and,
> in case it is, port it !
--
This message was sent by Atlassian Jira
(v8.20.10#820010)