Closed (fixed)
Project:
Acquia Search
Version:
3.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 May 2024 at 12:01 UTC
Updated:
5 Jul 2024 at 00:19 UTC
Jump to comment: Most recent
Running command ./vendor/bin/drush upgrade_status:analyze acquia_searchI can see following issues we need to fix these in order to make this module compatible.
================================================================================
Acquia Search, 3.1.11
Scanned on Tue, 05/21/2024 - 12:08
FILE: modules/contrib/acquia_search/src/Helper/Messages.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Ignore 140 Call to deprecated method renderPlain() of class
Drupal\Core\Render\Renderer. Deprecated in drupal:10.3.0 and
is removed from drupal:12.0.0. Use
Drupal\Core\Render\RendererInterface::renderInIsolation()
instead.
--------------------------------------------------------------------------------
FILE: modules/contrib/acquia_search/tests/src/Unit/AcquiaGuzzleDebugTest.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 20 Call to deprecated method getConfig() of class
GuzzleHttp\Client: Client::getConfig will be removed in
guzzlehttp/guzzle:8.0.
--------------------------------------------------------------------------------
Check manually 29 Call to deprecated method getConfig() of class
GuzzleHttp\Client: Client::getConfig will be removed in
guzzlehttp/guzzle:8.0.
--------------------------------------------------------------------------------
Check manually 39 Call to deprecated method getConfig() of class
GuzzleHttp\Client: Client::getConfig will be removed in
guzzlehttp/guzzle:8.0.
--------------------------------------------------------------------------------
FILE: modules/contrib/acquia_search/acquia_search.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 5 Value of core_version_requirement: >=8.9 <11 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------
FILE:
modules/contrib/acquia_search/modules/acquia_search_defaults/acquia_search_defau
lts.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 5 Value of core_version_requirement: >=8.9 <11 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------
Support 3.1.x fully supports Drupal 10.Provide MR/patch with the fixes.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
chandu7929 commentedComment #5
chandu7929 commentedSince all tests are passing hence requesting review.
Comment #8
japerry