James Fredley
James Fredley
Related to: https://github.com/apache/grails-core/issues/14804
https://github.com/apache/grails-core/pull/14942 address part of this issue
Several PRs exist on https://github.com/grails-plugins/grails-cache-ehcache/pulls
This issue will stay until a Grails 7 version of the Guide: https://guides.grails.org/grails-multi-project-build/guide/index.html with the minor new details is published.
Solution 1 is the selected direction
Here is a current example of a slightly different take on Solution 1. https://github.com/apache/grails-core/blob/0c944d3556b3fdffb4f81a15fdd390b4e58ee6a4/grails-doc/src/en/guide/index.adoc?plain=1#L268-L277 https://github.com/apache/grails-core/blob/1d49052586a2246acf9772cff45009332022c0b2/grails-doc/src/en/guide/profiles/creatingProfiles.adoc?plain=1#L19-L53
Suggested dependencies **plugin** ``` compileOnly "org.apache.grails:grails-dependencies-starter-web" console "org.apache.grails:grails-console" developmentOnly "org.springframework.boot:spring-boot-devtools" implementation platform("org.apache.grails:grails-bom:$grailsVersion") profile "org.apache.grails.profiles:plugin" testImplementation "org.apache.grails:grails-dependencies-test" ``` **web-plugin** ``` compileOnly "org.apache.grails:grails-dependencies-starter-web" console "org.apache.grails:grails-console" developmentOnly "org.springframework.boot:spring-boot-devtools" implementation platform("org.apache.grails:grails-bom:$grailsVersion") integrationTestImplementation testFixtures("org.apache.grails:grails-geb") profile...
@RAJ-debug858 Thank you. Can you resubmit with the a target branch of 7.0.x? When I try to make this change I get "There are no new commits between base branch...
This needs refactored to be an optional feature vs replacing the existing feature.
@arjangch If you run this as the following are the results different? `./grailsw s2-quickstart com.arjang User Role Requestmap`