Artur Czocher
12/10/2025, 9:28 PMCaused by: groovy.lang.MissingMethodException: No signature of method: ......findConstraintsEvaluator() is applicable for argument types: () values: []
I can not find a solution. I asked AI 😄 and it told me to inject GrailsApplication to every Validateable class… there is hundreds of them.. is is this really it?sbglasius
12/11/2025, 8:36 AMArtur Czocher
12/16/2025, 7:38 AMsbglasius
12/16/2025, 8:01 AMsbglasius
12/16/2025, 8:02 AMArtur Czocher
12/16/2025, 8:04 AMsbglasius
12/16/2025, 8:07 AMArtur Czocher
12/16/2025, 8:10 AM> Task :auth:compileGsonViews FAILED
Error: Could not find or load main class grails.plugin.json.view.JsonViewCompiler
try with
implementation "org.grails.plugins:views-json:$jsonViewsVersion"
implementation "org.grails.plugins:views-json-templates:$jsonViewsVersion"
2.0.4 and 2.0.3.. and all before 2.1.x without gradle update to 6.x but without successsbglasius
12/16/2025, 8:16 AMsbglasius
12/16/2025, 8:18 AMgrails create-app g404-app-gson --feature json-views
❯ ./gradlew --version
------------------------------------------------------------
Gradle 5.6.4
------------------------------------------------------------sbglasius
12/16/2025, 8:18 AMjson-views is probably tightly bound to the grails-versionsbglasius
12/16/2025, 8:21 AM./gradlew dependencies