Mattias Reichel
Mattias Reichel
> Please add example for `tokens` with custom values. Is this comment still of concern (I think all CI check failures are now addressed)? If it is, could you clarify...
> @matrei , as you are author of Check idea, it should means that you have some project to apply it. Did you test your implementation on such projects ?...
> this will create exception, and if there is some very rare but compiled code , check will block execution all checksyle. > Lets make logic to skip validation if...
GitHub, generate report
Looks useful! I find the `DisplayType` values a bit unintuitive. Suggestion: ``` DisplayType.ALL -> DisplayType.ALWAYS DisplayType.NONE -> DisplayType.NEVER DisplayType.INPUT_ONLY -> DisplayType.WRITE_ONLY DisplayType.OUTPUT_ONLY -> DisplayType.READ_ONLY ```
> There already is an editable constraint that controls whether a field is read-only in forms. READ_ONLY as a display type might be confused with that concept. @codeconsole Yes, that's...
@arjangch Could you try running the app without Spring Boot Devtools?
Great write-up @jamesfredley! From my perspective, it seems that explicitly and exclusively using the Gradle Platform feature is the way forward. We’ve also discussed that some Grails libraries are or...
I forgot to mention this. As a workaround , I turned off the release drafter workflow during the release in the other project that I released because of this.
If the property is the same for all Grails modules, couldn't you just use the `org.apache.grails:grails-bom` with that version instead?