Neill Robbins
Neill Robbins
I'm in the middle of an upgrade from Grails 2 to Grails 5 and came across this open issue. @puneetbehl @jeffbrown has any decision been made on plans for Grails...
Attached an example Grail 5.02 web-plugin profile project that recreates. The build.gradle has been modified to exclude error.gsp, and the pluginExcludes excludes error.gsp However, if you run gradlew jar and...
[example502WebPlugin.zip](https://github.com/grails/grails-core/files/7628260/example502WebPlugin.zip)
Note it does appear to be possible to workaround this issue if you want to exclude all views - by having a excludes in the jar task in build.gradle that...
If anybody ends up look at this issue - I was able to get a better workaround - that allows you to selectively exclude gsp files by using gradle to...
Looks like a duplicate of https://github.com/grails/grails-data-mapping/issues/1194
HI @puneetbehl - Any chance this could be looked at?
This point tripped me up for a long time today. So would very much appreciate a change to the doco to make it clearer that Transactions are not automatically applied...
+1 for this. I want to use this plugin to run owasp dependency check using an image that has an up to date NVD database built in, but I can't...
Hi @aulea - is this change and https://github.com/grails/grails-data-mapping/issues/1445 complete - its something I'd like to see in Grails 4 / 5