- Issue created by @Project Update Bot
- last update
8 months ago 13 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.0, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-115424This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.0
- last update
8 months ago 13 pass - last update
8 months ago 13 pass This comment was forced and has ignored the check if a change was already posted. This is only done when we want to update the issue without waiting for changes to happen.
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-136651These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.10
- palantirnet/drupal-rector: 0.20.1
- last update
8 months ago 13 pass - First commit to issue fork.
- last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago 13 pass - last update
6 months ago Composer require-dev failure - last update
6 months ago 13 pass - last update
6 months ago 13 pass - Status changed to Needs work
6 months ago 6:50am 5 June 2024 - 🇮🇳India chandu7929 Pune
@mishradeepak1991 - I verified MR 46 and can see following deprecations hence needs work.
modules/contrib/default_content/tests/src/Kernel/ExporterIntegrationTest.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Fix later 26 Usage of deprecated trait Drupal\Tests\field\Traits\EntityReferenceTestTrait in class Drupal\Tests\default_content\Kernel\ExporterIntegrationTest. Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead. -------------------------------------------------------------------------------- FILE: modules/contrib/default_content/tests/src/Kernel/MenuLinkContentNormalizerTest.p hp STATUS LINE MESSAGE -------------------------------------------------------------------------------- Fix later 19 Usage of deprecated trait Drupal\Tests\field\Traits\EntityReferenceTestTrait in class Drupal\Tests\default_content\Kernel\MenuLinkContentNormalize rTest. Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead. -------------------------------------------------------------------------------- FILE: modules/contrib/default_content/tests/src/Kernel/ParagraphNormalizerTest.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Fix later 24 Usage of deprecated trait Drupal\Tests\field\Traits\EntityReferenceTestTrait in class Drupal\Tests\default_content\Kernel\ParagraphNormalizerTest. Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead. -------------------------------------------------------------------------------- FILE: modules/contrib/default_content/tests/src/Kernel/TranslationNormalizerTest.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Fix later 19 Usage of deprecated trait Drupal\Tests\field\Traits\EntityReferenceTestTrait in class Drupal\Tests\default_content\Kernel\TranslationormalizerTest . Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead. --------------------------------------------------------------------------------
- Status changed to Needs review
6 months ago 6:52am 5 June 2024 - 🇮🇳India deepakkm
@chandu7929 - There is a separate issue to fix those deprecations hence i reverted those commit and added it here - https://www.drupal.org/project/default_content/issues/3415901 📌 EntityReferenceTestTrait deprecated Needs review
- last update
6 months ago 13 pass - Status changed to RTBC
6 months ago 8:38am 5 June 2024 - 🇮🇳India chandu7929 Pune
Verified MR 46 change and its look good to me, hence RTBC.
- Status changed to Needs work
6 months ago 9:07pm 5 June 2024 - 🇨🇭Switzerland berdir Switzerland
D11 is not going to work with a phpstan deprecation like this:
Line tests/src/Kernel/TranslationNormalizerTest.php
------ -----------------------------------------------------------------
19 Usage of deprecated trait
Drupal\Tests\field\Traits\EntityReferenceTestTrait in class
Drupal\Tests\default_content\Kernel\TranslationormalizerTest:
in drupal:10.2.0 and is removed from drupal:11.0.0. Use
\Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait
instead.
Unfortunately, fixing this means we can no longer test on 10.1 and lower.
One way to verify D11 test are actually working is to use a lenient configuration. like this: https://git.drupalcode.org/project/paragraphs/-/merge_requests/115/diffs..., then it should be able to install and only the tests that actually require those additional modules should fail.
- 🇮🇳India deepakkm
@berdir - There is a separate issue created for fixing these deprecations, kindly have a look at this - https://www.drupal.org/project/default_content/issues/3415901 📌 EntityReferenceTestTrait deprecated Needs review
- last update
6 months ago 13 pass - First commit to issue fork.
- last update
6 months ago 13 pass - last update
6 months ago 13 pass - 🇮🇳India ankitv18
ankitv18 → changed the visibility of the branch project-update-bot-only to hidden.
- Status changed to Needs review
6 months ago 6:21am 6 June 2024 - 🇮🇳India ankitv18
MR!46 is ready for review ~~ I've made a fix of deprecation trait in this and its related issue i.e https://www.drupal.org/project/default_content/issues/3415901 📌 EntityReferenceTestTrait deprecated Needs review (If you merge this one first then I'll revert the changes in MR!46)
- last update
6 months ago 13 pass - last update
5 months ago 14 pass - last update
5 months ago 14 pass - last update
5 months ago 14 pass - last update
5 months ago 14 pass -
Berdir →
committed 542125cb on 2.0.x authored by
deepakkm →
Issue #3428127 by deepakkm, ankitv18, Berdir: Automated Drupal 11...
-
Berdir →
committed 542125cb on 2.0.x authored by
deepakkm →
- Status changed to Fixed
5 months ago 10:13pm 13 June 2024 - 🇨🇭Switzerland berdir Switzerland
I was a bit concerned about the hal related test fails I saw locally, but it's caused by hal, not default_content and it's fixed by ✨ compatible with Drupal 11 Needs review
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇮🇳India vipin.mittal18 Greater Noida
Hello Berdir,
Thanks very much for development release of default_content module that help us to validate our module acquia_cms_starter → depend on this module. It would be appreciated if you could let us know your timeline for releasing a pre/stable version of the default_content, especially since Drupal 11 stable is nearing its release date