Review of Drupal 10 Deprecation Status
Acquia Developers have developed a tool for Drupal module users and contributors. The tool allows users to review Drupal 10 compatibility in all Drupal 9 compatible Drupal.org projects. Their data source is from Jenkins Pipeline Project Analysis1 for Drupal 10.
Some points to note :
- Use Upgrade Status at Drupal.org to verify up-to-date results.
- New deprecated APIs will still be introduced, these are preliminary results only.
- Help implement rules in drupal-rector to fix many issues automatically.
- Project name and error string search supports wildcard lookup, eg. *migrate*, locale* to find all projects that have migrate in them or start with locale.
- For matching specific projects use a space too: diff *.
Check out the deprecation status at Acquia Developers site
Reference
