davidkron
                                            davidkron
                                        
                                    I discovered this issue in Grails 3.1.x aswell. I think the Problem has something to do with the way Grails transforms controller actions. Example: ``` class MyController { @Secured([RoleIdentifier.USER]) def...
In my case I already did put `BaseEntity` in `src/main/groovy` and I don't want `BaseEntity` to be mapped. I currently can't reproduce the above mentioned exception and unfortunately I don't...
You are right, the problem is best described with an example application, so I created one here: https://github.com/davidkron/grails-data-mapping-issue-1254 I also created a minimal Spring Boot Data JPA version on a...
@jamesdh At some point I was annoyed about this as well, but I think I encountered this in earlier Grails 3.x versions. The current API of detached criteria does seem...
I created two separate example projects, one using Grails 3.3.11 and one using Grails 4.0.3: https://github.com/davidkron/grails3-fields-issue-308 https://github.com/davidkron/grails4-fields-issue-308 I created a small scaffolded UserController and did override the template `/grails-app/views/templates/_fields/_table.gsp`. The...
I can confirm that this issue is still present in version 2.1.3 of the fields plugin. In my case the model attribute doesn't even matter. A simple `` already causes...
We are experiencing the exact same error in our application and are therefore currently not upgrading to the newest version. The problem only surfaces when deploying to an external Tomcat,...
> Can I offer some help to have this pulled in? Is there a procedure for this? I actually don't know about the procedure myself, it is my first contribution...
@MunsMan Thank you for your efforts to actually implement this feature. This is the single feature that is preventing me from moving to devcontainers as a standard. Without this, using...
First, sorry already for the long read. I hope this comment doesn't look like a big rant because I absolutely love MapStruct and wouldn't want to miss it in my...