The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: f62f17753327c9ae249260a363d1b823842a39c1 / Jacques Le Roux <jacques.le.r...@les7arts.com> Fixed: SecuredUpload::checkMaxLinesLength put in a regression for PDF files (OFBIZ-12936) As commented at https://s.apache.org/wpkuj, while working on OFBIZ-12926 I realised that checkMaxLinesLength put in a possible regression for PDF files. As a summary: we can't use checkMaxLinesLength for PDF files because they may contain several CharSet encodings. Hence no possibility to use Files::readAllLines that needs a sole CharSet. So we need to bypass this check. Report URL: https://github.com/apache/ofbiz-framework/actions/runs/8246523207 With regards, GitHub Actions via GitBox