[Koha-bugs] [Bug 28110] New: YAML::XS minimum version should be 0.67, not 0.41

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 7 16:38:21 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110

            Bug ID: 28110
           Summary: YAML::XS minimum version should be 0.67, not 0.41
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 27673

Bug 27673 lowered the required version of YAML::XS from 0.71 to 0.41, but we
use $YAML::XS::Boolean which has been introduced in 0.67.

https://metacpan.org/pod/distribution/YAML-LibYAML/lib/YAML/XS.pod#$YAML::XS::Boolean-(since-v0.67)

Having an older version results in errors while saving ES mappings:

An error occurred when updating Elasticsearch index mappings: Unable to update
mappings for index "koha_elastic5_biblios". Reason was: "Could not convert
[isbn__sort.index] to boolean". Index needs to be recreated and reindexed.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673
[Bug 27673] Replace YAML with YAML::XS
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list