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

### Steps to Reproduce 1. Create a new Grails 4.0.2+ application 2. Import [Micronaut Grails](https://github.com/agorapulse/micronaut-grails) 3. Run the application ### Expected Behaviour The application starts without any problems. Any Spring...

From some investigation, it's possible this is a documentation bug, possibly caused by changes in underlying Spring. But not being an expert in grails/cors, someone should look at it, and...

status: awaiting feedback
info: no example attached

I have a plugin that uses some GSP views for testing, and I do not want the views to appear in the plugin jar file. I have constructed the build.gradle...

This is an old issue and reported earlier here on github. (https://github.com/grails/grails-core/issues/9648) ### Project Structure Main Project +--- CommonPlugin +--- AddonPlugin ### Plugin Descriptor Snippet ``` class AddonGrailsPlugin extends Plugin...

### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...

What is the purpose of grails3-plugins when there is grails-plugins and gpc? https://github.com/grails3-plugins https://github.com/grails-plugins https://github.com/gpc Seems highly misleading that with Grails 5 being out, a grails3 repository would have a...

We did upgrade some production application of ours to Grails 4.0.12 from 3.3.x and some specific code suddenly stopped working. I managed to extract a minimal example application with similar...

Just wasted a few days of my life trying to figure out why a war file won't run.... This doesn't work... `java -Dgrails.env=development -jar build/libs/myapp.war ` If you do it,...

info: example-attached

### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [x] Full description...

info: workaround available