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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.spring:micronaut-spring-boot-annotation](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-spring)) | `4.1.1` -> `4.3.1` |...

type: minor
type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework:spring-context-support](https://togithub.com/spring-projects/spring-framework) | `5.3.20` -> `5.3.23` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework:spring-context-support/5.3.23/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-test](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.0` -> `2.7.4` |...

type: dependency upgrade

### Expected Behavior **grails>** stop-app | Shutting down application... | **Application shutdown**. ### Actual Behaviour **grails>** stop-app Shutting down application... | **Error** Application not running **grails>** stop-app **--stacktrace** | Shutting...

### Expected Behavior The documentation for Grails 3.3.10 (similar in newer versions) in Uploading Files > Increase Upload Max File Size (http://docs.grails.org/3.3.10/guide/single.html#7.1.9%20Uploading%20Files) mentions: ``` Grails default size for file uploads...

type: question

### Issue description I am new to the concept of micronaut-http-client and it's inner working. I have been following https://guides.grails.org/grails-micronaut-http/guide/index.html and https://docs.micronaut.io/latest/guide/#clientConfiguration. With these I am able to make a...

status: awaiting feedback

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | pinDigest | -> `2541b12` | | [actions/setup-java](https://togithub.com/actions/setup-java)...

type: dependency upgrade

Gradle 7.3.0 will soon be released (Currently RC3) and will support [JDK 17](https://github.com/gradle/gradle/issues/16857) JDK is [the new](https://dev.java/download/releases/) LTS and was released in September. JDK 17 requires [asm 9.1](https://asm.ow2.io/versions.html#9.1) and [Groovy...

### Expected Behavior A JSON response is returned to the caller. ### Actual Behaviour Exception is thrown. ``` NoSuchMethodError occurred when processing request: [GET] /admin/test 'grails.core.GrailsDomainClassProperty grails.core.GrailsDomainClass.getIdentifier()'. Stacktrace follows: ......