Re: [Koha-devel] Required Mojolicious versions in Koha
Thanks, guys. That was very helpful : ). When I work on customizing 22.11 in the new year, I’ll have a play with “skip_validating_specification” and let everyone know how it goes. 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 From: Tomas Cohen Arazi <tomascohen@theke.io> Sent: Thursday, 6 October 2022 11:40 AM To: Mason James <mtj@kohaaloha.com> Cc: David Cook <dcook@prosentient.com.au>; koha-devel <koha-devel@lists.koha-community.org>; Martin Renvoize <martin.renvoize@ptfs-europe.com> Subject: Re: Required Mojolicious versions in Koha You mean Mojolicious::Plugin::OpenAPI, right? The relevant pieces are - Mojolicious - JSON::Validator - Mojolicious::Plugin::OpenAPI on 22.05+ we jumped to the latest versions of the latter, shifting the Mojolicious version to achieve it, as well. Hope it clarified. BTW, we can now migrate the spec to OpenAPI V3 and take advantage of things like 'nullable' and inheritance to be more compliant. Best regards El mié, 5 oct 2022 20:39, Mason James <mtj@kohaaloha.com <mailto:mtj@kohaaloha.com> > escribió: 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 (1)
-
David Cook