Closed (works as designed)
Project:
Search API Solr
Version:
4.0.0-beta2
Component:
Solr Connectors
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2020 at 14:51 UTC
Updated:
17 May 2021 at 20:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jan kellermann commentedComment #3
jan kellermann commentedComment #4
jan kellermann commentedComment #5
mkalkbrennerThe warning might be important. Which solarium version are you using?
The warning should disappear when you use solarium 5.2 or 6.0 and don't have any custom code that switches the http adapter.
For example the Acquia connector uses a different adpater. So it is their responsibility to deal with the issue in their "Connector". And that's why the warning must not be removed!
Comment #6
jan kellermann commentedHi Markus,
astonishingly it is 5.0.3. Thank you for your hint!
I installed via
composer require symfony/event-dispatcher:"4.3.4 as 3.4.99" drupal/search_api_solr
composer require 'drupal/search_api_solr:^4.0'
and get nor errors or warnings.
Comment #7
jan kellermann commentedHi,
`composer require --with-dependecies 'drupal/search_api_solr:^4.0'`
updated solarium to 5.2.0
Thank you.
Comment #8
kreatil commentedRunning
composer update --with-dependencies drupal/search_api_solrsolved it for me too. Thank you for reporting and giving the hint.Comment #9
edgarmxl commentedUploading re-roll for version for version 1.10.0 in case anybody needs it.