Check the compatibility of Lazy-load module for upcoming Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | drupal_9_readiness-3094992-9.patch | 467 bytes | jannakha |
Check the compatibility of Lazy-load module for upcoming Drupal 9.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | drupal_9_readiness-3094992-9.patch | 467 bytes | jannakha |
Comments
Comment #3
osmanTried with ed5986f5, works normal, and no issue has been observed.
Comment #4
kristen polComment #5
kristen polPer a Slack discussion with Gábor Hojtsy regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing title and tag cleanup here based on that discussion.
Comment #6
pavel_spn commentedHi, no compatibility issues with Drupal 9. Drupal-check test passed without errors.
Comment #8
osmane4c2146 adds compatibility with Drupal core v8.8.0.
\Drupal\Core\Path\AliasManagerInterface is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\path_alias\AliasManagerInterface.
See the change record: https://www.drupal.org/node/3092086
Comment #9
jannakha commentedDrupal 9 compatibility checks done:
- status_upgrade - composer.json issue
- drupal/rector - return no errors (https://github.com/palantirnet/drupal-rector)
Comment #10
jungleThanks, @JannaKha!
Double-checked. #9 is the only one left, and the fix is straight and good.
Comment #12
osman