Results 153 comments of Scott Murphy

Another way to think about this is nothing is preventing you from upgrading to Spring 3. Anyone can contribute a pull request to Grails, including your organization. Any organization considering...

@tubbynl that was the point of requesting a branch. Both these things are long overdue as well as upgrading to JDK 17 (which was implied).

yeah, end of open source support for 2.x was 11/23/23 so we are running on fumes and it's been a major stress point for me. I've been willing to help...

@rainboyan were you able to get rid of all the micronaut dependencies since they are all old, don't really do anything and just make the jar file larger?

Exciting 👍 7.0 🥇 https://github.com/grails/grails-core/tree/7.0.x Groovy 4: https://github.com/grails/grails-core/pull/12491 JDK 17: https://github.com/grails/grails-core/pull/13352

@boardbloke If you are interested in using gsp, I would take a look at https://github.com/grails/grails-boot I think gorm should be separable as well

Related to? https://github.com/erdi/webdriver-binaries-gradle-plugin/issues/23#issuecomment-1186007018

Are you sure when it returns and underscore it is still a valid id? I am thinking maybe that when it has an underscore it is the media id +...

It is definitely necessary, but whether or not it addresses the issue properly is the question.

Also getting these ``` org.springframework.web.client.ResourceAccessException: I/O error: Unexpected character ('O' (code 79)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: java.io.StringReader@15043d3; line: 1, column:...