grails-gsp icon indicating copy to clipboard operation
grails-gsp copied to clipboard

GSP (Grails Server Pages) - A server-side view rendering technology based on Groovy

Results 53 grails-gsp issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.servlet:jakarta.servlet-api](https://projects.eclipse.org/projects/ee4j.servlet) ([source](https://redirect.github.com/eclipse-ee4j/servlet-api)) | `6.0.0` -> `6.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/jakarta.servlet:jakarta.servlet-api/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency upgrade
maintenance
deps
bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.ant:ant](https://ant.apache.org/) ([source](https://gitbox.apache.org/repos/asf/ant.git)) | `1.10.14` -> `1.10.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.ant:ant/1.10.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency upgrade
maintenance
deps
bug

Given the following: ```groovy class Sample { String name } class Sample2Controller { static scaffold = Sample } ``` all the links should work, but they don't. They all end...