esmero / ami

Archipelago Multi Importer. A module of mass ingest made for the masses
GNU Affero General Public License v3.0
2 stars 4 forks source link

Remove check for getMasterRequest() #164

Closed DiegoPino closed 4 weeks ago

DiegoPino commented 1 year ago

Since Drupal 9.4 (and there is a deprecation notice in 9.3) Drupal has moved into a Service Wrapper for the Symphony HTTP libraries. Funny is that getMainRequest() is only present in Symfony 5+ (and 6) but Drupal core 9.5.x only support Symfony 4. Yet another Drupal priority that is not a priroity. So I will check directly on our Facet Processor if the Service (not the base class, means the shim ) has getMainRequest() giving people with Drupal 9.3 (no one should be there but I like allowing older systems to run) a chance.

DiegoPino commented 1 year ago

PS: this is the last 0.5.0, I will roll a release and move to 0.6.0

DiegoPino commented 4 weeks ago

Resolved