grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

The Grails Web Application Framework

Results 454 grails-core issues
Sort by recently updated
recently updated
newest added

### 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...

relates-to: sitemesh

### 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...

status: awaiting feedback

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 ![image](https://github.com/user-attachments/assets/e0d50672-15d2-4c92-97f6-c40099242b8a) ![image](https://github.com/user-attachments/assets/5b75fbd0-b639-4e1f-9bd0-21b75693c068)

maintenance
build

**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,...

relates-to: documentation

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

relates-to: grails-profiles

Currently on base/skeleton/build.gradle in the base profile, but should be moved to a non-default feature to match grails-forge.

relates-to: grails-profiles

### Issue description The documentation published to 7.0.x & snapshot, but did not publish to 7.0.0-M4 on the release.

relates-to: release-process

### 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'...