- Issue created by @cmlara
- πΊπΈUnited States cmlara
cmlara β changed the visibility of the branch 3528246-add-11.1-10.5 to hidden.
- πΊπΈUnited States cmlara
On 11.2:
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "s3fsfileservice", path: "plugin.manager.archiver -> s3fsfileservice -> s3fs.mime_type.guesser -> drupal.proxy_original_service.s3fs.mime_type.guesser.extension"On 10.5:
This looks like some change in the test runners is again breaking tests on non-critical deprecation. - πΊπΈUnited States cmlara
π Separate MIME type mapping from ExtensionMimeTypeGuesser Needs work appears to be the cause of the circular reference
https://git.drupalcode.org/project/drupal/-/blob/2d44347bce438454f160096...We have our own copy of the mimetype guesser because of the file_system service conflict in the past.
Now the guessers require the file_system directly to access FileSystemInterface::basename().