Task #8700
Updated by Rob Nahf about 6 years ago
while it would be great to keep upgraded dependencies in trunk code, upgrading solr and solrj past 5.2.1 causes issues outside the indexing stack of components.
At question were:
solr (core)
solrj (client)
spring (everything)
httpClient
junit
In the end, I needed to downgrade solrj to 5.2.1 and httpClient to 4.3.3 due to incompatibilities between solr and solrj. the solr test framework uses solrj client, and was causing ClassNotFound exceptions in d1_cn_index_processor tests.
Other than that, d1_cn_common, d1_cn_index_common, and d1_cn_index_generator were all happy with solr 7.1.0, and httpClient 4.5.3.= 4.5.3.
At question were:
solr (core)
solrj (client)
spring (everything)
httpClient
junit
In the end, I needed to downgrade solrj to 5.2.1 and httpClient to 4.3.3 due to incompatibilities between solr and solrj. the solr test framework uses solrj client, and was causing ClassNotFound exceptions in d1_cn_index_processor tests.
Other than that, d1_cn_common, d1_cn_index_common, and d1_cn_index_generator were all happy with solr 7.1.0, and httpClient 4.5.3.= 4.5.3.