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

### Feature description Back in the good old days, when we had logback.groovy, the standard logback.groovy that create-app gave you, had some conditionals based on being in development mode. The...

closed: notabug
type: question

### Expected Behavior Application should have started up. ### Actual Behaviour I am starting a new grails application, I am using grails 5.2.0 (Latest as of today) I generated a...

info: workaround available
type: bug

Spring Boot 2.2 M1, Provide a configuration option to enable lazy initialisation, see https://spring.io/blog/2019/03/14/lazy-initialization-in-spring-boot-2-2 related issue: https://github.com/grails/grails-core/issues/12500

### Expected Behavior I have 2 automated tests, one functional and one for integration. The functional test has the annotation '@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)'. When I run the command grails test-app...

### Expected Behavior The application is in grails 4 version and works on a docker with this docker file ``` FROM adoptopenjdk/openjdk12-openj9 RUN apt full-upgrade ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n COPY app.jar...

Grails 4.x includes legacyConvertersVersion 4.0.1 but 5.x and beyond include the older 4.0.0 release. 4.0.1 includes a fix for issue 11450 where rendering domain objects with composite keys throws a...

### Expected Behavior Grails 4.x includes legacyConvertersVersion 4.0.1 but 5.x and beyond include the older 4.0.0 release. 4.0.1 includes a fix for issue 11450 where rendering domain objects with composite...

Grails core why load domainClass plugin? If a grails app not have Domain and GORM layer, it will be also OK. So, I submit a PR to remove it, to...

### Expected Behavior We are currently of upgrading a Grails project to the latest version and I have noticed an issue with the Quartz plugin. Basically, in Quartz jobs we...

apply Generated annotation to ControllerActionTransformer generated methods, to improve test coverage reports