Automated Drupal 10 compatibility fixes

Created on 15 June 2022, about 2 years ago
Updated 10 May 2023, about 1 year ago

Problem/Motivation

Hello project maintainers,

This is an automated issue to help make this module compatible with Drupal 10.

To read more about this effort by the Drupal Association, please read: The project update bot is being refreshed to support Drupal 10 readiness of contributed projects โ†’

Patches will periodically be added to this issue that remove Drupal 10 deprecated API uses. To stop further patches from being posted, change the status to anything other than Active, Needs review, Needs work or Reviewed and tested by the community. Alternatively, you can remove the "ProjectUpdateBotD10" tag from the issue to stop the bot from posting updates.

The patches will be posted by the Project Update Bot โ†’ official user account. This account will not receive any issue credit contributions for itself or any company.

Proposed resolution

You have a few options for how to use this issue:

  1. Accept automated patches until this issue is closed

    If this issue is left open (status of Active, Needs review, Needs work or Reviewed and tested by the community) and the "ProjectUpdateBotD10" tag is left on this issue, new patches will be posted periodically if new deprecation fixes are needed.

    As the Drupal Rector project improves and is able to fix more deprecated API uses, the patches posted here will cover more of the deprecated API uses in the module.

    Patches and/or merge requests posted by others are ignored by the bot, and general human interactions in the issue do not stop the bot from posting updates, so feel free to use this issue to refine bot patches. The bot will still post new patches then if there is a change in the new generated patch compared to the patch that the bot posted last. Those changes are then up to humans to integrate.

  2. Leave open but stop new automated patches.

    If you want to use this issue as a starting point to remove deprecated API uses but then don't want new automated patches, remove the "ProjectUpdateBotD10" tag from the issue and use it like any other issue (the status does not matter then). If you want to receive automated patches again, add back the "ProjectUpdateBotD10" tag.

  3. Close it and don't use it

    If the maintainers of this project don't find this issue useful, they can close this issue (any status besides Active, Needs review, Needs work and Reviewed and tested by the community) and no more automated patches will be posted here.

    If the issue is reopened, then new automated patches will be posted.

    If you are using another issue(s) to work on Drupal 10 compatibility it would be very useful to other contributors to add those issues as "Related issues" when closing this issue.

Remaining tasks

Using the patches

  1. Apply the latest patch in the comments by Project Update Bot โ†’ or human contributors that made it better.
  2. Thoroughly test the patch. These patches are automatically generated so they haven't been tested manually or automatically.
  3. Provide feedback about how the testing went. If you can improve the patch, post an updated patch here.

Providing feedback

If there are problems with one of the patches posted by the Project Update Bot โ†’ , such as it does not correctly replace a deprecation, you can file an issue in the Drupal Rector issue queue โ†’ . For other issues with the bot, for instance if the issue summary created by the bot is unclear, use the Project analysis issue queue โ†’ .

๐Ÿ“Œ Task
Status

Fixed

Version

1.0

Component

Code

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡บ๐Ÿ‡ฆUkraine Vasyl Vasylkiv

    Vasyl Vasylkiv โ†’ made their first commit to this issueโ€™s fork.

  • I still got an error in Drupal 10 even though I updated these patch above

    Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
    Drupal\Core\Entity\Query\Sql\Query->execute() (Line: 105)
    Drupal\eck\Controller\EckEntityTypeListBuilder->buildRow(Object) (Line: 219)
    Drupal\Core\Entity\EntityListBuilder->render() (Line: 23)
    Drupal\Core\Entity\Controller\EntityListController->listing('eck_entity_type')
    call_user_func_array(Array, Array) (Line: 123)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 163)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 74)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
    Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 686)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
  • ๐Ÿ‡ง๐Ÿ‡ชBelgium DieterHolvoet Brussels

    You have to test using the dev release + this MR, some things were already fixed in #3231430: Access checking must be explicitly specified on entity query โ†’ .

  • The change made at https://git.drupalcode.org/project/eck/-/merge_requests/21.diff appear to be satisfactory, as the patch was successfully applied without any conflicts using drupal-lenient, and ECK now functions smoothly with Drupal 10 without encountering any problems. RTBC +1

    "patches": {
        "drupal/eck": {
            "#3287130": "https://git.drupalcode.org/project/eck/-/merge_requests/21.diff"
        }
    }
    
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Prashant.c Dharamshala

    The alterations are operating smoothly on Drupal 10.1.x version and have achieved compatibility, yet the drupal-check has detected numerous issues. It would be beneficial if these issues could be resolved before the new release.

    It would be greatly appreciated if the module maintainers could create a release for Drupal 10 of this module. It is widely used on many websites and will be advantageous during the upgrade process from Drupal 8 or 9 to 10.

    Thank you.

  • First commit to issue fork.
  • Status changed to Fixed about 1 year ago
  • ๐Ÿ‡บ๐Ÿ‡ฆUkraine Matroskeen ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine, Lutsk

    The merge request was merged with some changes on commit:
    1) Fixed 'config_export' keys to match the schema;
    2) Removed PHP 8.1 requirement - not sure why it was introduced, but we should be alongside with Drupal core;
    3) Removed references to 'entity_reference' module, because its code was merged into other core components;

    Test bot is happy so am I :)

    By the way, until the new release is available, you can use DEV version.

    Thanks!

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States kelly.m.jacobs

    Made a couple of compatibility changes with this patch.

    1. In MigrateEckTest.php, changed the order of ->accessCheck(FALSE)->count()-> to ->count()->accessCheck(FALSE)->, otherwise phpstan throws a deprecation error
    2. In UnitTestBase.php, changed setMethods to onlyMethods. setMethods is deprecated, and onlyMethods or addMethods should be used instead. I believe this situation calls for onlyMethods, though correct me if I'm wrong.

  • Open in Jenkins โ†’ Open on Drupal.org โ†’
    Core: 10.0.7 + Environment: PHP 8.1 & sqlite-3.27
    last update about 1 year ago
    86 pass
  • ๐Ÿ‡ง๐Ÿ‡ชBelgium DieterHolvoet Brussels

    @kelly.m.jacobs this issue is already fixed/merged, maybe open a new one if anything was forgotten.

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

Production build 0.69.0 2024