- Issue created by @project update bot
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.1, 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-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
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-137198These 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
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Balu Ertl โ made their first commit to this issueโs fork.
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Balu Ertl โ changed the visibility of the branch project-update-bot-only to hidden.
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Based on the answers on this Slack thread, I have the conclusion that it's not strictly necessary to rely on the
DeprecationHelper::backwardsCompatibleCall()
utility. I assume the module maintainers probably still plan to continue supporting D9, in which this deprecation handling solution was not present yet and thus would have no effect anyway.Albeit the change record โ about the deprecation of
watchdog_exception()
suggests using\Drupal\Core\Utility\Error::logException()
but for me it still seems to be just another wrapper around the\Drupal\Core\Logger\LoggerChannel::log()
.Therefore I simplified exception logging with a more informative solution I peeked from core's
\Drupal\Core\EventSubscriber\DefaultExceptionHtmlSubscriber::makeSubrequest()
. - ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Reviewed and tested (module install, configuring, trying out, uninstalling) on a D11-beta1 site, found working as expected:
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.3, 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-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
- Status changed to Needs work
6 months ago 4:38pm 18 June 2024 - ๐บ๐ธUnited States japerry KVUO
The tests are failing in head, but its possible thats due to current incompatibilities, which would be made worse with D11 support. Those should get fixed before this gets committed.
- Status changed to Postponed
5 months ago 2:25pm 9 July 2024 - Status changed to Needs review
5 months ago 7:28pm 9 July 2024 - ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Drupal Rector still suggests one point to fix:
As discussed today with @japerry โ , we agreed this could be ignored because there is a
@todo
comment above the line communicating this should be fixed eventually in the future. So setting ticket status back to Needs Review. 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.3, 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-223311These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.4
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Balu Ertl โ changed the visibility of the branch 8.x-1.x to hidden.
- ๐บ๐ฆUkraine yuriy.korzhov
Patch including rector's fixes from
entity_embed.1.x-dev.rector.patch
and info file fix. - ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
@ukor โ thanks for contributing code. This issue already has an open merge request. Would you mind committing the content of your patch file onto the feature branch of this issue repository, please? This would make this issue solved earlier by easing the module maintainer's job of reviewing changes. Thanks in advance!
- First commit to issue fork.
- First commit to issue fork.
- ๐ฎ๐ณIndia ankitv18
ankitv18 โ changed the visibility of the branch 3430164-d11_ready to hidden.
- ๐ฌ๐งUnited Kingdom Ok4p1 Glasgow
I get the following error after trying to use the latest MR. Drupal 10.3.8.
Error: Call to undefined method Drupal\embed\EmbedType\EmbedTypeBase::create() in Drupal\entity_embed\Plugin\EmbedType\Entity::create() (line 56 of modules/contrib/entity_embed/src/Plugin/EmbedType/Entity.php).
- ๐ฎ๐ณIndia rahul1707
Tested MR !47 changes in Drupal 10.3 and Drupal 11, functionality is working fine for me.
Changing status to RTBC. - ๐ฎ๐ณIndia ankitv18
ankitv18 โ changed the visibility of the branch 3430164-automated-drupal-11 to hidden.
- ๐บ๐ธUnited States phenaproxima Massachusetts
The comment from #27 is concerning and suggests that there may have been a backwards compatibility break here - can we look into that, please?
- Status changed to Postponed
4 days ago 2:44pm 29 November 2024 - heddn Nicaragua
embed.module support for D11 got rolled back. We'll need to wait on https://www.drupal.org/project/embed/issues/3430097 ๐ Automated Drupal 11 compatibility fixes for embed Needs work to land first. I'm way down the line in https://www.drupal.org/project/media_migration/issues/3431903 ๐ Automated Drupal 11 compatibility fixes for media_migration Needs review waiting for this to land. So hopefully the upstream issues land soonish.