codeconsole commented on PR #16184:
URL: https://github.com/apache/grails-core/pull/16184#issuecomment-5703222717

   @jdaugherty Pulled in 5.2.0-RC1 (e07a60eee3..b40c318616), which replaces the 
example's hand-written asset wiring from your first comment with the library 
itself.
   
   - **BOM** (e07a60eee3): `asset-pipeline-gradle.version` and 
`asset-pipeline-bom.version` to 5.2.0-RC1.
   - **Example** (490f5e1e3f): `asset-pipeline-gsp` and the self-configuring 
`asset-pipeline-spring-boot` replace the `@Import(AssetPipelineService)`, and 
the layout uses `<asset:stylesheet>`/`<asset:javascript>`. 
`grails-web-url-mappings` is no longer excluded, since the asset pipeline's 
link generator needs it; the generator runs against the empty 
`grailsUrlMappingsHolder` from `GspAutoConfiguration`, which the example now 
exercises. `WebControllerTest` follows the rendered links, and `AssetLinkTest` 
checks they carry the context path under `/gsp`.
   - **Docs** (b40c318616): the guide page covers the two modules and keeping 
`grails-web-url-mappings`.
   
   Example suite, `:grails-gsp-spring-boot:test`, `validateDependencyVersions` 
and the style gate pass locally.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to