keycloak 1.x-dev Drupal 11 deprecation details

Name and release Project type Usage count Top X project by usage Maintainers
keycloak 1.x-dev Module 2993 1000 wilco, cgoffin, joseph.olstad, Mario Steinitz, BramDriesen
Status Next step Instructions Drupal.org issues
Fix deprecation errors found Manually review and fix errors Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. Drupal 11 compatibility issues
Filter errors
Occurrence in project Sort ascending All occurrences Affected projects Category Error
2 3 2 Other problem Call to deprecated method create() of class Drupal​\​openid_connect​\​OpenIDConnectStateToken. Deprecated in openid_connect:8.x-1.0-rc2 and is removed from openid_connect:8.x-2.0. Instead of the static OpenIDConnectStateToken::create, use the non-static ​\​Drupal::service('openid_connect.state_token')->create() instead.
1 8202 5913 Info.yml or composer.json Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
1 3 2 Other problem The "plugin.manager.openid_connect_client.processor" service is deprecated. Use "plugin.manager.openid_connect_client" instead. See https://www.drupal.org/node/3201502
1 1 1 Other problem Call to deprecated function openid_connect_save_destination(). Deprecated in openid_connect:8.x-1.0-beta6 and is removed from openid_connect:8.x-2.0. Use Drupal​\​openid_connect​\​OpenIDConnectSession::saveDestination() or ​\​Drupal::service('openid_connect.session')->saveDestination() instead.
1 1 1 Other problem Call to deprecated function openid_connect_extract_sub(). Deprecated in openid_connect:8.x-1.0-beta6 and is removed from openid_connect:8.x-2.0. Use Drupal​\​openid_connect​\​OpenIDConnect::extractSub() or ​\​Drupal::service('openid_connect.openid_connect')->extractSub() instead.


Results are from dataset #205518 from 2024-06-22T12:44. Report is ran by the Drupal Association regularly.