The GitHub Actions job "CI" 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: 40c8215d1c52bd44e30c1403ddaaf04e8dce123e / Scott Murphy Heiberg <[email protected]> Generate links in an application that maps no URLs The link generator declared the URL mappings holder as a required dependency, though it reads it in one place: the link to a controller and action. A link to a resource or to a path never touches it, so an application routing with Spring MVC could not have a link generator at all - it had to declare an empty mappings holder for a bean it would never ask a mapping of. The holder is optional now, and a link that does need mappings says so instead of failing on a null. The gsp-spring-boot example drops the empty holder it declared for the asset pipeline's link generator. Report URL: https://github.com/apache/grails-core/actions/runs/32452258818 With regards, GitHub Actions via GitBox
