Mattias Reichel

Results 32 issues of Mattias Reichel

https://ge.grails.org/s/hynjv5orjvvha

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. ![Skärmbild 2024-07-25 054231](https://github.com/user-attachments/assets/5759408d-9001-4f47-a7cb-3771d520380d) ```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...