diff -u b/core/modules/views/src/ViewsConfigUpdater.php b/core/modules/views/src/ViewsConfigUpdater.php --- b/core/modules/views/src/ViewsConfigUpdater.php +++ b/core/modules/views/src/ViewsConfigUpdater.php @@ -12,9 +12,6 @@ * Provides a BC layer for modules providing old configurations. * * @internal - * This class is only meant to fix outdated views configuration and its - * methods should not be invoked directly. It will be removed once all the - * deprecated methods have been removed. */ class ViewsConfigUpdater implements ContainerInjectionInterface { only in patch2: unchanged: --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml @@ -77,10 +77,11 @@ display: entity_type: node entity_field: nid path: - field: path + field: view_node id: path table: node - plugin_id: node_path + output_url_as_text: true + plugin_id: entity_link entity_type: node filters: nid: only in patch2: unchanged: --- a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php +++ b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php @@ -71,10 +71,6 @@ public static function isDeprecationSkipped($message) { $dynamic_skipped_deprecations = [ '%The "Symfony\\\\Component\\\\Validator\\\\Context\\\\ExecutionContextInterface::.*\(\)" method is considered internal Used by the validator engine\. (Should not be called by user\W+code\. )?It may change without further notice\. You should not extend it from "[^"]+".%', '%The "PHPUnit\\\\Framework\\\\TestCase::addWarning\(\)" method is considered internal%', - // The following deprecations were not added as part of the original - // issues and thus were not addressed in time for the 9.0.0 release. - '%The entity link url update for the "\w+" view is deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. Module-provided Views configuration should be updated to accommodate the changes described at https://www.drupal.org/node/2857891.%', - '%The operator defaults update for the "\w+" view is deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. Module-provided Views configuration should be updated to accommodate the changes described at https://www.drupal.org/node/2869168.%', // Skip EasyRdf deprecations for PHP 8.1 - fixed by // https://github.com/easyrdf/easyrdf/pull/384. '%Return type of EasyRdf\\\\.* should either be compatible with .*, or the #\[\\\\ReturnTypeWillChange\] attribute should be used to temporarily suppress the notice%',