KorAP / Kalamar

:octopus: Mojolicious-based Frontend for KorAP
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Support Mojolicious 9.0 deployment plugins #127

Closed Akron closed 3 years ago

Akron commented 3 years ago

Mojolicious 9.0 introduces the support for deployment specific plugins using the configuration root key plugins. This is similar to Kalamar => { plugins => [ ... ] } and should be prefered, but the plugin order needs to be respected. To keep Kalamar compatible with Mojolicious < 9, a shim can be added to support the root plugins key.

Akron commented 3 years ago

I close this, as I think deployment specific plugins may be problematic in KorAP due to their ordering.