grails-core
grails-core copied to clipboard
The Grails Web Application Framework
### Expected Behavior - Able to configure multiple cors mappings in runtime.groovy - Able to use Spring Boot cors setting allowedOriginPatterns ### Actual Behaviour Attempting to configure mappings in runtime.groovy...
I am currently experimenting with migrating an existing grails application to version 7.0.0-M3. There are some problems related to forwarding requests to other actions/controllers, which result in an error like...
### Expected Behavior I have 2 entities both have composite id without composite key. `class User{ Integer id Integer tenantId Address address static mapping { id composite:['tenantId', 'id'] } }`...
### Expected Behavior This worked fine prior but broke M4. If you have a plugin with a controller, it takes priority over the controller with the same name even if...
Attempts to address: Connect to repository.apache.org:443 [repository.apache.org/65.109.119.155] failed: Connect timed out ``` max_attempts: 3 retry_wait_seconds: 600 ``` nick-fields/retry is already used in publish  
**Document this change:** End grails app developers need to understand that bootJar / bootRun tasks will generate invalid jars, if no application class exist, so we now fail the build,...
old .sh tests need to be converted to run as gradle tasks https://github.com/grails-profiles-tests - old .sh tests were removed from grails-core on https://github.com/apache/grails-core/commit/9b8fa17d407da8109a829a582f6d0a670dfe6da3 https://github.com/grails/grails-profiles-tests
Currently on base/skeleton/build.gradle in the base profile, but should be moved to a non-default feature to match grails-forge.
### Issue description The documentation published to 7.0.x & snapshot, but did not publish to 7.0.0-M4 on the release.
### Expected Behavior Application loads in Gradle and will run ### Actual Behaviour Error loading project in Gradle ``` FAILURE: Build failed with an exception. * Where: Build file 'build.gradle'...