- Issue created by @project update bot
- last update
about 1 year ago 3 pass 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-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- last update
about 1 year ago 3 pass - 🇩🇪Germany FeyP
- watchdog_exception('patchinfo', $e); + \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('patchinfo'), $e), fn() => watchdog_exception('patchinfo', $e));
Noting that
DeprecationHelper
was introduced in 10.1, so using it to replacewatchdog_exception()
doesn't make sense in this case, becauseError::logException()
was also introduced in 10.1. Either way we'll have to bump the version constraint to 10.1 for the next version. So in this case we can just use the new API without usingDeprecationHelper
.This is a known limitation of the update bot/rector, because it made the implementation less complicated. Likewise, it is a known limitation that info.yml files of sub-modules are not updated by the bot for now. The latter issue might change at some point in the future, but most likely not during this cycle.
We could already fix the
watchdog_exception
, but let's keep the version constraints as is for now until at least beta1 or even rc1, in case there will be new deprecations we need to deal with later. - last update
11 months ago 3 pass 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 → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.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-185727These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.1
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.1
- last update
11 months ago 3 pass - last update
11 months ago 3 pass 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 → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.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-188815These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.2
- last update
11 months ago 3 pass - Status changed to Fixed
9 months ago 10:52pm 6 July 2024 - 🇩🇪Germany FeyP
Rebased the bot's MR to include the new pipeline. Added a commit to remove deprecation helper as mentioned in #4. With those changes, the pipeline passed 100% on D10.3, D10.4.x and D11. In the future, we will maintain compatibility with D10 and D11 by monitoring the pipeline, especially the upgrade status job, that should provide us with similar results to the bot. So we can close this issue now.
Going to release this shortly.
Thanks bot and D11 readiness team!
Automatically closed - issue fixed for 2 weeks with no activity.