Created on 12 December 2024, 4 months ago

This module needs Drupal 11 support.

Report from the Upgrade Status module (some of which can be ifg

================================================================================
Geo entity,  1.0.1
Scanned on Thu 12/12/2024 3:13pm

FILE: web/modules/contrib/geo_entity/geo_entity.module

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 92   Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------
Check manually 95   Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_address/src/Plugin/Field/Field
Widget/AutocompleteAddress.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 148  Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------
Check manually 152  Only booleans are allowed in an if condition, mixed given.  
--------------------------------------------------------------------------------
Check manually 187  Short ternary operator is not allowed. Use null coalesce    
                    operator if applicable or consider using long ternary.      
--------------------------------------------------------------------------------
Check manually 202  Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------
Check manually 206  Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------
Check manually 222  Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/Addre
ssFormsTest.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 111  Dynamic call to static method                               
                    PHPUnit\Framework\Assert::assertEquals().                   
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/modules/geo_entity_tz/geo_entity_tz.module

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 24   Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------
Check manually 26   Variable property access on                                 
                    Drupal\geo_entity\GeoEntityInterface.                       
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_tz/src/Form/SettingsForm.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 57   Short ternary operator is not allowed. Use null coalesce    
                    operator if applicable or consider using long ternary.      
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_tz/src/GeonamesTimezone.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 62   Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_tz/tests/src/Unit/GeonamesServ
iceTest.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 99   Dynamic call to static method                               
                    PHPUnit\Framework\Assert::assertEquals().                   
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/src/Controller/AutocompleteController.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 135  Call to function in_array() requires parameter #3 to be set.
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/src/Entity/GeoEntity.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\ContentEntityInterface::preSave().       
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\EntityChangedInterface::preSave().       
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\EntityInterface::preSave().              
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\FieldableEntityInterface::preSave().     
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\RevisionLogInterface::preSave().         
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\RevisionableInterface::preSave().        
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\SynchronizableInterface::preSave().      
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\TranslatableInterface::preSave().        
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\Core\Entity\TranslatableRevisionableInterface::preSav
                    e().                                                        
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match interface method name:                            
                    Drupal\geo_entity\GeoEntityInterface::preSave().            
--------------------------------------------------------------------------------
Check manually 146  Method Drupal\geo_entity\Entity\GeoEntity::presave() does   
                    not match parent method name:                               
                    Drupal\Core\Entity\RevisionableContentEntityBase::preSave().
--------------------------------------------------------------------------------
Check manually 148  Construct empty() is not allowed. Use more strict           
                    comparison.                                                 
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/src/GeoEntityListBuilder.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 66   Implicit array creation is not allowed - variable $build    
                    does not exist.                                             
--------------------------------------------------------------------------------
Check manually 82   Implicit array creation is not allowed - variable $header   
                    does not exist.                                             
--------------------------------------------------------------------------------
Check manually 94   Implicit array creation is not allowed - variable $row does 
                    not exist.                                                  
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/src/GeoEntityTypeListBuilder.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 20   Implicit array creation is not allowed - variable $header   
                    does not exist.                                             
--------------------------------------------------------------------------------
Check manually 29   Implicit array creation is not allowed - variable $row does 
                    not exist.                                                  
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/tests/src/Functional/GeoBundleCreationTest.php

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 87   Dynamic call to static method                               
                    PHPUnit\Framework\Assert::assertInstanceOf().               
--------------------------------------------------------------------------------
Check manually 88   Dynamic call to static method                               
                    PHPUnit\Framework\Assert::assertEquals().                   
--------------------------------------------------------------------------------

FILE: web/modules/contrib/geo_entity/geo_entity.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 5    Value of core_version_requirement: ^10 is not compatible    
                    with the next major version of Drupal core. See             
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_tz/geo_entity_tz.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 5    Value of core_version_requirement: ^9 || ^10 is not         
                    compatible with the next major version of Drupal core. See  
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_address/geo_entity_address.inf
o.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 5    Value of core_version_requirement: ^10 is not compatible    
                    with the next major version of Drupal core. See             
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/geo_entity/modules/geo_entity_area/geo_entity_area.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 5    Value of core_version_requirement: ^10 is not compatible    
                    with the next major version of Drupal core. See             
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------
📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom stephen-cox

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @stephen-cox
  • 🇬🇧United Kingdom stephen-cox
  • 🇮🇳India kalash-j jaipur
  • Merge request !10Resolve #3493603 "Drupal 11 support" → (Merged) created by kalash-j
  • 🇮🇳India kalash-j jaipur

    Its ready for D11.

  • Pipeline finished with Failed
    4 months ago
    Total: 150s
    #370775
  • 🇳🇱Netherlands ekes

    Deprecation we should probably catch

    1) /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:341
    The "Drupal\entity_browser\Entity\EntityBrowser::setWidgetSelector()" method will require a new "string $display" argument in the next major version of its interface "Drupal\entity_browser\EntityBrowserInterface", not defining it is deprecated.
    
    Triggered by:
    
    * Drupal\Tests\geo_entity\Functional\GeoBundleCreationTest::testMediaTypeCreationForm
      /var/www/html/web/modules/contrib/geo_entity/tests/src/Functional/GeoBundleCreationTest.php:74
    
    * Drupal\Tests\geo_entity\Functional\GeoOverviewAccessTest::testOverviewPageAccess
      /var/www/html/web/modules/contrib/geo_entity/tests/src/Functional/GeoOverviewAccessTest.php:106
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
    2) /var/www/html/vendor/symfony/error-handler/DebugClassLoader.php:341
    The "Drupal\entity_browser\Entity\EntityBrowser::setSelectionDisplay()" method will require a new "string $display" argument in the next major version of its interface "Drupal\entity_browser\EntityBrowserInterface", not defining it is deprecated.
    
    Triggered by:
    
    * Drupal\Tests\geo_entity\Functional\GeoBundleCreationTest::testMediaTypeCreationForm
      /var/www/html/web/modules/contrib/geo_entity/tests/src/Functional/GeoBundleCreationTest.php:74
    
    * Drupal\Tests\geo_entity\Functional\GeoOverviewAccessTest::testOverviewPageAccess
      /var/www/html/web/modules/contrib/geo_entity/tests/src/Functional/GeoOverviewAccessTest.php:106
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
    3) /var/www/html/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php:52
    \Drupal\Core\Render\Element\FormElement::processGroup() is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\FormElementBase::processGroup() instead. See https://www.drupal.org/node/3436275
    
    Triggered by:
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud (2 times)
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
    4) /var/www/html/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php:52
    \Drupal\Core\Render\Element\FormElement::valueCallback() is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\FormElementBase::valueCallback() instead. See https://www.drupal.org/node/3436275
    
    Triggered by:
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud (2 times)
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
    5) /var/www/html/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php:52
    \Drupal\Core\Render\Element\FormElement::preRenderGroup() is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\FormElementBase::preRenderGroup() instead. See https://www.drupal.org/node/3436275
    
    Triggered by:
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
    6) /var/www/html/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php:52
    Renderer::renderPlain() is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Instead, you should use ::renderInIsolation(). See https://www.drupal.org/node/3407994
    
    Triggered by:
    
    * Drupal\Tests\geo_entity_address\Functional\AddressFormsTest::testCrud
      /var/www/html/web/modules/contrib/geo_entity/modules/geo_entity_address/tests/Functional/AddressFormsTest.php:86
    
  • 🇳🇱Netherlands ekes

    \Drupal\Core\Render\Element\FormElement::* is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\FormElementBase::* instead. is address module.

    The "Drupal\entity_browser\Entity\EntityBrowser::*" method will require a new "string *" argument in the next major version of its interface "Drupal\entity_browser\EntityBrowserInterface", not defining it is deprecated. is Entity Browser module.

  • 🇳🇱Netherlands ekes
  • Pipeline finished with Skipped
    4 months ago
    #372650
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024