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

The Grails Web Application Framework

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

### Expected Behavior When validating a domain object that is annotated with `@GrailsCompileStatic`, and that has an inner `Enum`, the validation rules in the constraints block of the domain object...

### Expected Behavior render (plugin: XXX, view: YYY) should work, however the code path in grails.artefact.controller.support.ResponseRenderer.render is different and for a view the code goes looking a view using a...

info: no example attached

### Steps to Reproduce 1. Run jacoco to generate a coverage report 2. Examine the results calculated fro grails artifacts 3. They are very low, because a lot of boilerplate...

type: improvement
status: acknowledged
info: good first issue

Fix for https://github.com/grails/grails-core/issues/11673 "Partial URI for Location HTTP-header is missing context-path"

Codecs are intended to support an "order" property, but this is not correctly respected by the DefaultCodecLookup. This implies that it is impossible to override one codec with another with...

type: minor

The percentile metrics result of SpringBoot Actuator integrated with Grails 4 is unexpected, and all the URI of the request is mapped to root. For SpringBoot Actuator, the metrics is...

When a view includes a controller with the raw() methode doesn't work anymore inside the included controller's view. ### Steps to Reproduce Create a view and include a controller: ``...

type: bug

### Issue description After upgrading my running application from Grails 4.0.6 to Grails 5.1.2, it refuse to start up. Stacktrace: 07.02.2022 16:08:47.278 [restartedMain] ERROR o.s.boot.SpringApplication - Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException:...