fix: #15201 RenderTagLib should be accessible if the gsp plugin is applied#15202
fix: #15201 RenderTagLib should be accessible if the gsp plugin is applied#15202jdaugherty merged 1 commit intoapache:7.0.xfrom
Conversation
How are you using |
|
I'm registering it in unit tests, and it's no longer exposed on the classpath like it was previously and like the other gsp tag libs are. |
Then, in my view, you are explicitly using it in your test implementation and should declare it in the
I'm not going to stop this from being merged, but I think we should be restricting our dependency graphs instead of opening them up, to be able to reduce coupling going forward. One solution would be to add |
|
@matrei Let's discuss further in the weekly? |
RenderTagLib should be just as accessible as ApplicationTagLib, etc. Otherwise, users have to include internal grails packages (grails-web-gsp-taglib)