Problem/Motivation

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.

Proposed resolution

Provide MR/patch with the fixes.

Command icon Show commands

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

chandu7929 created an issue. See original summary.

chandu7929’s picture

Issue summary: View changes

vishalkhode made their first commit to this issue’s fork.

chandu7929’s picture

Status: Active » Needs review

Since all tests are passing hence requesting review.

japerry made their first commit to this issue’s fork.

  • japerry committed 1c659a78 on 3.2.x authored by chandu7929
    Issue #3448516 by chandu7929, japerry: Automated Drupal 11 compatibility...
japerry’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.