eric-milles commented on PR #2235: URL: https://github.com/apache/groovy/pull/2235#issuecomment-2913831019
If there is a `valueOf` method for each of the wrapper types and `String`, then that should be the only change. So your example would appear as `public static final boolean GRAILS_APP_DIR_PRESENT = java.lang.Boolean.valueOf(false);` afterwards. Qualifier is there in case of strange imports. The string case may need a cast to object, since there is no `valueOf(String)` method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org