James Fredley
James Fredley
### Issue description We currently use Gradle toolchains to set the Java version, since this is the recommended approach in Gradle 8. We could also use Gradle toolchains to set...
### Issue description Sample App: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT Start with: ./gradlew bootRun or ./grailsw run-app ``` 2024-09-19T08:56:45.142-04:00 WARN 13688 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'grailsPromiseFactory' of type [org.grails.plugins.web.async.spring.PromiseFactoryBean] is not eligible...
https://github.com/grails/grails-core/pull/13474 trigged this issue and it was resolved for now, by https://github.com/grails/grails-core/pull/13801#pullrequestreview-2386404521 jansi 1.18 also results in the following on Java 24 ``` WARNING: A restricted method in java.lang.System has...
### Issue description - faster, sane default configuration and most widely used - https://mvnrepository.com/open-source/jdbc-pools - Spring boot 3.3.4 support: https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.data.spring.datasource.hikari https://github.com/search?q=org%3Agrails+tomcat-jdbc+language%3AGradle&type=code&l=Gradle
### Issue description https://docs.google.com/document/d/177i1DJ6iPtuvziXrcMoIOImVqJXfIFxLlOIS5sre72I/edit#heading=h.iv8c37f5fktv
### Issue description `run-app` works from `./grailsw`, but not from IntelliJ Run Grails Command  ``` .jdks\corretto-17.0.12\bin\java.exe -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:CICompilerCount=3 -Djline.WindowsTerminal.directConsole=false -Dfile.encoding=UTF-8 @C:\Users\james\AppData\Local\Temp\idea_arg_file1533369455 org.grails.cli.GrailsCli run-app --plain-output SLF4J(W): No SLF4J providers...
GIT_USER_NAME: 'grails-build' GIT_USER_EMAIL: '[[email protected]](mailto:[email protected])' COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }} COMMIT_NAME: ${{ env.GIT_USER_NAME }} Example: https://github.com/grails/grails-data-mapping/blob/9.0.x/.github/workflows/release.yml
These changes have been completed on https://github.com/grails/grails-core/pull/13681 - Removed the `mavenLocal()` repository from the build configuration, as it was only required for the `groovy-joint-workflow` GitHub workflow. - Updated the `groovy-joint-workflow`...
Track Current Progress of ASF Proposal Determine Source Code Organization Requirements Determine People Requirements and Identify Specified Individuals
Domain inheritance can be solved in at least one of three ways. 1. Change 1 exception to a warning in org.codehaus.groovy.classgen.Verifier.checkForDuplicateInterfaces(final ClassNode cn) The change on Groovy would be lines...