codeconsole commented on PR #16184:
URL: https://github.com/apache/grails-core/pull/16184#issuecomment-5655873294
@matrei Addressed in 16eb980bb8..76bfb3bd08.
**Tag library example** (76bfb3bd08). Replaced with a `@grails.gsp.TagLib`
class declared as a `@Bean`, the shape `StandaloneTagLibraryLookupSpec` tests.
The `@Artefact("TagLib")` sentence stays, followed by one noting that a
plugin's tag library may need its collaborators declared as beans. The TIP now
names what the example demonstrates - precompiled views, SiteMesh layouts,
assets compiled by the asset pipeline, and a JSP alongside GSP - and no longer
implies the tag library section.
**Rendering** (76bfb3bd08). The `build.gradle` listing is
`[source,groovy,subs="attributes+"]` and the plugin id carries `version
'{version}'`. In the built guide both lines render `8.0.0-SNAPSHOT` and the
callouts are intact.
**`CoreGrailsPluginRegistrarSpec`** (0327078ca1). Cleanup restores only a
creator that is missing, as suggested.
**Nit** (ec9a9c4928). The unencoded-output case is removed. The
encoded-output case stays, and `StandaloneContextTest` still fails if the field
is not wired.
--
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]