The GitHub Actions job "SiteMesh 2 Compatibility" on 
grails-core.git/fix/gsp-spring-boot-standalone-8.0.x has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
608a5f57a9734566af256685b4a0d45f1e352a3b / Scott Murphy Heiberg 
<[email protected]>
Bring in the part of the Grails web tier this example renders with

GSP arrives with the web tier behind it, and this application uses the part of
it that renders a view. It routes and binds with Spring MVC, it has no domain
classes, and it answers in HTML, so the rest is packaged and never called:
Grails URL mappings and the constraint validation behind them - which carries
commons-validator and commons-collections 3.2.2 - Grails data binding, Grails
MVC, and Jackson.

Each is excluded from the dependency that brings it and named with what it is
for, rather than filtered out of the class path as a set, so what the
application does not use is a statement about the application.

The jar goes from 41.5MB to 34.2MB. The GSP page, both layouts, the form and
its validation, and the JSP rendering in the war and under bootRun are 
unchanged.

Report URL: https://github.com/apache/grails-core/actions/runs/32444235579

With regards,
GitHub Actions via GitBox

Reply via email to