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 | |---|---|---|---|---|---| | [org.apache.tomcat.embed:tomcat-embed-core](https://tomcat.apache.org/) | `9.0.88` -> `10.1.25` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat.embed:tomcat-embed-core/10.1.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade
deps
bug

### Issue description Environment - IntelliJ 2024.1.3 - Grails 6.2.0 - JDK openjdk-17.0.2 Previous with grails-6.1.2 everything works. When running grails-6.1.2 project in IntelliJ in debug mode IDE can auto...

Bumps [org.apache.maven:maven-resolver-provider](https://github.com/apache/maven) from 3.8.3 to 3.9.8. Release notes Sourced from org.apache.maven:maven-resolver-provider's releases. 3.9.7 Release Notes - Maven - Version 3.9.7 ... (truncated) Commits 36645f6 [maven-release-plugin] prepare release maven-3.9.8 105d843 [MNG-8154]...

type: dependency upgrade

### Expected Behavior grails 6.1.2 >gradlew runCommand -Pargs="generate-controller sampleapp.ClassA" --scan report: https://scans.gradle.com/s/e7wqodd3gnxmk ### Actual Behaviour _No response_ ### Steps To Reproduce _No response_ ### Environment Information _No response_ ### Example...

Bumps com.gradle.enterprise from 3.17.2 to 3.17.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterprise&package-manager=gradle&previous-version=3.17.2&new-version=3.17.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

type: dependency upgrade

### Expected Behavior There should be a replacement for "Custom Scripts" in Grails 6.1.0 or newer and the Migration Guilde (e.g. https://docs.grails.org/6.1.0/guide/upgrading.html) should explain how to migrate existing "Custom Scripts"....

### Issue description ### Description: The current contribution guide located at [https://docs.grails.org/latest/guide/contributing.html](https://docs.grails.org/latest/guide/contributing.html) might be outdated. To ensure that contributors have the most accurate and helpful information, we need to review...

### Expected Behavior Run custom command success ### Actual Behaviour Context failed to load: No qualifying bean of type 'grails.plugins.GrailsPluginManager' available See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings 6 actionable tasks: 2 executed, 4 up-to-date...

### Expected Behavior When running unit test on a controller ```groovy class MyControllerTest extends Specification implements ControllerUnitTest, DataTest ``` I need to run unit tests for the controller ### Actual...

status: awaiting feedback
info: no example attached

### Expected Behavior After upgrading to Grails 6.2.0, one of our controllers started to error. I was able to reproduce this issue in a sample application. Visiting http://localhost:8080/example/list should render...