Mattias Reichel
Mattias Reichel
https://ge.grails.org/s/hynjv5orjvvha
Related: #469
The dependency appears to be required solely for the `String` constant `RENDERING_VIEW_ATTRIBUTE`. @codeconsole Could we either reverse this dependency or recreate the constant in `grails-gsp` to decouple `grails-gsp` from the...
The `org.grails:grails-plugin-testing` dependency is no longer in use and has been removed from the Grails core repository in commits grails/grails-core@e75bf0a3 and grails/grails-core@7e2f4ff4. Closes: #111
Even though there aren't currently any tests, this project has a dependency on `org.grails:grails-plugin-testing`. This library is no longer available.  ```console ~\Projects\grails\scaffolding git:[5.0.x] ./gradlew dI --dependency org.grails:grails-plugin-testing...
### Expected Behavior Gradle should load the the project without issues ### Actual Behaviour All of a sudden, I'm getting this error when loading the project with Gradle: ``` A...
### Issue description Snapshots are currently published in Artifactory using Puneets account. This should be updated to something else.
### Expected Behavior ```console .\gradlew assemble unzip .\build\distribrutions\grails-7.0.0-SNAPSHOT.zip .\build\distributions\grails-7.0.0-SNAPSHOT\bin\grails -version | Grails Version: 7.0.0-SNAPSHOT | JVM Version: 17.0.12 ``` ### Actual Behaviour ```console .\gradlew assemble unzip .\build\distribrutions\grails-7.0.0-SNAPSHOT.zip .\build\distributions\grails-7.0.0-SNAPSHOT\bin\grails -version Exception:...
With https://github.com/grails/grails-forge/pull/362 the Forge will create a `logback-spring.xml` file instead of a `logback.xml` file in Grails 7. Even though the old way, with the `logback.xml` file still works, the documentation...