Allon Moritz
Allon Moritz
Thank you so much for this fix. Any idea when this will be shipped as official release?
Do we still need this one as #44324 fixes the problem?
When I see this code, then the plugin should either be booted or the PluginsModel should be used instead of introducing another static function with deprecated global static Factory calls.
Can you reference the pr which fixed this issue already in 5. The change here is a BC break, so not sure if the need to fix it weight's higher...
Problem is that this behavior did exist now for a long time. Changing it in a patch release might cause unexpected issues in extensions using that class as it belongs...
I would always go for exceptions.
What would also be good if you can change one occurrence in a core component to this. So extension developers get an idea what to do.
At the time I implemented Postgres into the system tests, there was a reason why I didn't use pg, but can't remember anymore.