Required Mojolicious versions in Koha
Hi all, I'm trying to figure out what versions of Mojolicious and Mojolicious::Plugin::OpenAPI are really required for Koha as I'd like to start using the "skip_validating_specification" feature in Mojolicious::Plugin::OpenAPI which is available from version 4.0.3 onwards. I notice cpanfile on master says: requires 'Mojolicious', '8.12'; requires 'Mojolicious::Plugin::OpenAPI', '2.16'; debian/control on master says: libmojolicious-perl (>= 6.0), libmojolicious-plugin-openapi-perl, koha-testing-docker w/ Debian 11 Bullseye has: ii libmojolicious-perl 9.90+really9.22-koha1 all simple, yet powerful, Web Application Framework ii libmojolicious-plugin-openapi-perl 5.99+really5.05-koha1 all OpenAPI / Swagger plugin for Mojolicious Looking around on https://debian.koha-community.org/koha/pool/main/libm/libmojolicious-plugin- openapi-perl/ it looks like the 5.05 libmojolicious-plugin-openapi-perl isn't used in stable. but I'm guessing it will be used in 22.11? David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595
On 5/10/22 2:23 pm, David Cook wrote:
Hi all,
I’m trying to figure out what versions of Mojolicious and Mojolicious::Plugin::OpenAPI are really required for Koha as I’d like to start using the “skip_validating_specification” feature in Mojolicious::Plugin::OpenAPI which is available from version 4.0.3 onwards.
as i understand: koha 22.05 runs on openapi 2 koha 22.11 runs on openapi 3+ more info on section 1.4 below.... https://wiki.koha-community.org/wiki/REST_API_Debug
On 6/10/22 12:31 pm, Mason James wrote:
On 5/10/22 2:23 pm, David Cook wrote:
Hi all,
I’m trying to figure out what versions of Mojolicious and Mojolicious::Plugin::OpenAPI are really required for Koha as I’d like to start using the “skip_validating_specification” feature in Mojolicious::Plugin::OpenAPI which is available from version 4.0.3 onwards.
as i understand: koha 22.05 runs on openapi 2 koha 22.11 runs on openapi 3+
more info on section 1.4 below.... https://wiki.koha-community.org/wiki/REST_API_Debug
oops, typo :) koha 21.11 runs on openapi 2 koha 22.05 runs on openapi 3+
participants (2)
-
David Cook -
Mason James