Problem/Motivation
Due to https://www.drupal.org/node/3355227, HEAD is failing tests.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork migrate_plus-3413533
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
heddnComment #5
wim leersI'm working on making https://www.drupal.org/project/acquia_migrate work on Drupal 10.2.
It took me hours to track down a regression that turns out to have been caused by #3335768: Manually clear cache keys from plugin managers with finite variations instead of using cache tags, because there were no BC layers or deprecations in place.
Then I wanted to create a merge request since Migrate Plus 6.0.1 is still affected by this. But in HEAD, it's already fixed:
was added by this MR!
Any chance you can tag a new release? 😊🙏