<Grails 7 Interceptor properties not working> I'm ...
# questions
r
Grails 7 Interceptor properties not working I'm upgrading a Grails 6 project to Grails 7 (v7.0.0). The project has a few interceptors. Interceptor properties such as matchAll, request/response and HIGHEST_PRECEDENCE cannot be resolved for some reason. I found a static import to fix HIGHEST_PRECEDENCE, but I haven't yet found a solution for other properties such as matchAll and request/response. I'm using the latest stable version of IntelliJ Ultimate (2025.2.4) and the latest version of the Grails plugin available for that version...