Re: Upcoming Tapestry 5.8.3
Volker Lamp <[email protected]> Sun, 18 Jun 2023 16:33:43 -0000
| Newsgroups | gmane.comp.jakarta.tapestry.devel |
|---|---|
| Message-ID | <pony-ee9295c1-ff36-4fe6-9461-06bf1f27d489-dev@tapestry.apache.org> |
Hi Ben
> I would like to see the CssCompressor stuff getting merged if someone could
> take a quick look at it.
>
>
> https://github.com/apache/tapestry-5/pull/40/
There was a small problem with the test setup. I just pushed the fixed back into the TAP5-2708 branch. Most tests run successfully for me locally, but I'm also getting 2 failures ('CoffeeScript compilation' and 'Less compilation').
The tests weren't executed as 'useJUnit()' no longer works out of the box with Spock 2 (introduced with TAP5-2702). Instead, 'useJUnitPlatform()' is required. I changed the build.gradle for the tapestry-webresources subproject accordingly.
Thanks,
Volker