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 I put characters with an accent or 'ñ' in some string field, instead of reaching the controller, the literal text arrives changed if they are special...

status: awaiting feedback

### Expected Behavior When the war is deployed/copied from the build directory of the project to the tomcat's deploy directory of the linux server (for example located at /var/lib/tomcat9/webapps/ROOT.war) the...

### Issue description Hello, According to the [issue](https://github.com/grails/grails-core/issues/12152), Grails 5 works with Java 17. Can we announce official support for java 17? Now documentation says: "We have tested most Grails...

The common way to create copy of existing domain object in Grails 2 was to use: ``` new Domain(domain.properties) ``` This does not work in Grails 3 and gives a...

status: acknowledged

### Expected Behavior Execution needs to be fine similar to **mariaDB** and **rds** DataSource after 15 min system sleep and retriggering API ### Actual Behaviour Got following exception after triggering...

### Expected Behavior `grailsw` runs without any problems, e.g. `grailsw -version`. ### Actual Behaviour ``` user@Latitude-7440:~/Downloads/grails-5.3.5/bin/Dummy$ chmod +x ./grailsw user@Latitude-7440:~/Downloads/grails-5.3.5/bin/Dummy$ ./grailsw java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...

### Expected Behavior Can someone help me what should i do with this error? This is my firstime using java and wildfly so i have no idea about this error....

### Expected Behavior A domain class having a field declared to be `java.time.LocalDateTime` should have default data binding that expects [the standard ISO-8601 string formats defined in that class](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/LocalDateTime.html#toString()). For...

### Expected Behavior Exactly the same as https://github.com/grails/grails-core/issues/11421. It works locally via gradle bootRun but failed to run via tomcat. Controllers return json works as expected I migrated according to...

info: no example attached

### Expected Behavior ``` grails create-app g525vue --profile vue cd g525vue/server grails prod war > Task :compileJava NO-SOURCE > Task :compileGroovy > Task :buildProperties > Task :processResources > Task :classes...