I agree. Jacopo
On Thu, Nov 20, 2025 at 10:37 AM Michael Brohl <[email protected]> wrote: > Thanks, Jacopo. > > I think this should be backported and released in a new 24.09 release, > shouldn't it? > > Best regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 19.11.25 um 15:00 schrieb Jacopo Cappellato: > > I have fixed the issue by reimplementing the code that was depending on > the > > cyberneko jar. > > > > Jacopo > > > > On Wed, Nov 19, 2025 at 1:10 PM Jacopo Cappellato < > > [email protected]> wrote: > > > >> Hi Jacques, > >> > >> Yes, that is the repository causing the issue, but it appears to be the > >> only one configured with html-1.9.8.jar. I tried commenting it out, but > >> then the project failed to build. > >> > >> Jacopo > >> > >> > >> On Wed, Nov 19, 2025 at 12:32 PM Jacques Le Roux < > >> [email protected]> wrote: > >> > >>> Hi Jacopo, > >>> > >>> In build.gradle we have > >>> > >>> maven { > >>> > >>> // org.cyberneko.html.parsers (used by UELFunctions, was in esapi > before > >>> 2.3) > >>> > >>> url "https://repository.ow2.org/nexus/content/repositories/public/" > >>> > >>> } > >>> > >>> Maybe temporary commenting it out would work ? > >>> > >>> HTH > >>> > >>> Jacques > >>> > >>> Le 19/11/2025 à 11:57, Jacopo Cappellato a écrit : > >>>> Hi all, > >>>> > >>>> It seems that one of the Maven repositories [*] needed to download a > >>>> runtime dependency [**] required by OFBiz is currently not responding, > >>>> apparently due to a license issue on their side [***]. > >>>> As a result, any attempt to build and run OFBiz with a clean .gradle > >>> cache > >>>> is failing. > >>>> > >>>> Jacopo > >>>> > >>>> [*]https://repository.ow2.org/nexus/content/repositories/public/ > >>>> [**] html-1.9.8.jar > >>>> [***] > >>>> > >>> > https://repository.ow2.org/nexus/content/repositories/public/org/cyberneko/html/1.9.8/html-1.9.8.jar > >>>> is returning error "402 - Invalid license" > >> >
