- 🇺🇸United States dzinkevich
upgrade_status reported a few more issues - here is a patch that includes fixes for three of them:
$ drush upgrade_status:analyze xmlsitemap
[notice] Processing /app/drupal/docroot/modules/contrib/xmlsitemap.================================================================================
XML Sitemap, 8.x-1.5
Scanned on Thu, 09/28/2023 - 01:02FILE:
modules/contrib/xmlsitemap/tests/src/Functional/XmlSitemapFunctionalTest.phpSTATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix now 36 Call to deprecated method drupalGetHeader() of class
Drupal\Tests\BrowserTestBase. Deprecated in drupal:9.2.0 and
is removed from drupal:10.0.0. Use
$this->getSession()->getResponseHeader() instead.
--------------------------------------------------------------------------------
Fix now 37 Call to deprecated method drupalGetHeader() of class
Drupal\Tests\BrowserTestBase. Deprecated in drupal:9.2.0 and
is removed from drupal:10.0.0. Use
$this->getSession()->getResponseHeader() instead.
--------------------------------------------------------------------------------FILE:
modules/contrib/xmlsitemap/tests/src/Functional/XmlSitemapTaxonomyFunctionalTest
.phpSTATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix now 67 Call to deprecated function
taxonomy_term_load_multiple_by_name(). Deprecated in
drupal:9.3.0 and is removed from drupal:10.0.0. Use
Drupal::entityTypeManager()->getStorage('taxonomy_term')->lo
adByProperties(['name' => $name, 'vid' => $vid]) instead, to
get a list of taxonomy term entities having the same name
and keyed by their term ID.
--------------------------------------------------------------------------------FILE: modules/contrib/xmlsitemap/xmlsitemap.module
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix now 2325 Call to deprecated method implementsHook() of class
Drupal\Core\Extension\ModuleHandlerInterface. Deprecated in
drupal:9.4.0 and is removed from drupal:10.0.0. Use the
hasImplementations() methods instead with the $modules
argument.
--------------------------------------------------------------------------------
Check manually 2337 A file could not be loaded from
Drupal\Core\Extension\ModuleHandlerInterface::loadInclude
-------------------------------------------------------------------------------- - last update
about 1 year ago PHPLint Failed - Status changed to Fixed
3 months ago 7:38am 29 September 2024 - ivnish Kazakhstan
Version with D10 support is already exist. I think we can close it
Automatically closed - issue fixed for 2 weeks with no activity.