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 grails should pick up serverURL from configuration file(s) (compare with: [https://github.com/grails/grails-core/issues/10770](https://github.com/grails/grails-core/issues/10770)) `grails-app/conf/application.yml` ```yaml environments: development: grails: serverURL: http://localhost:7777 production: grails: serverURL: http://localhost:9999 ``` To output the value...

### Expected Behavior Those sections information does not match actual [gradle.properties](https://github.com/grails/grails-core/blob/5.2.x/gradle.properties) http://docs.grails.org/snapshot/guide/single.html#whatsNew http://docs.grails.org/snapshot/guide/single.html#dependencyUpgrades ### Actual Behaviour Grails 5.2.4 ships with the following dependency upgrades: Groovy 3.0.7 Micronaut 3 Micronaut for...

### Expected Behavior The Grails application should not allow users to make HTTP requests before the application is fully deployed. ### Actual Behaviour The application accepts and actually processes HTTP...

[![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.33` -> `5.3.37` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework:spring-context-support/5.3.37?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade
deps
bug

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 Commits...

type: dependency upgrade

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 Commits...

type: dependency upgrade

Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.platform:junit-platform-runner&package-manager=gradle&previous-version=1.10.2&new-version=1.10.3)](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...

type: dependency upgrade

### Feature description Where Is Java 21 at on the roadmap?

type: question

### Expected Behavior Build succeeds ### Actual Behaviour Build fails: C:\repository\demo-6.2.0>gradlew build FAILURE: Build failed with an exception. * Where: Build file 'C:\repository\demo-6.2.0\build.gradle' line: 88 * What went wrong: A...