| tag | e96f5584ff145a9197755ef683e5b582cb0cf8e2 | |
|---|---|---|
| tagger | jdaugherty <jdaugherty@users.noreply.github.com> | Thu Jun 12 02:00:17 2025 +0000 |
| object | e7028fb90464f44116ecac6a7385d56594f432bb |
Release v7.0.0-M4
| commit | e7028fb90464f44116ecac6a7385d56594f432bb | [log] [tgz] |
|---|---|---|
| author | jdaugherty <jdaugherty@users.noreply.github.com> | Thu Jun 12 02:00:17 2025 +0000 |
| committer | jdaugherty <jdaugherty@users.noreply.github.com> | Thu Jun 12 02:00:17 2025 +0000 |
| tree | c9efca941577125717066ac13cf1e5ca93e90307 | |
| parent | 13133fd00adefc6ce86f9063d91401e70b6614d7 [diff] |
[skip ci] Release v7.0.0-M4
See documentation for detailed information.
To build this project from source, first bootstrap gradle:
cd gradle-bootstrap gradle cd -
After bootstrap the project, you can build it with the command:
./gradlew build
To run the build only, and skip the tests, run:
./gradlew build -PskipTests
Then publish the jar files to mavenLocal for usage:
./gradlew publishToMavenLocal
7.0.x compatible with Grails 76.0.x compatible with Grails 65.0.x compatible with Grails 54.0.x compatible with Grails 43.3.x compatible with Grails 3.3.x3.2.x compatible with Grails 3.2.xGrails 7 requires disabling any Spring Security Auto Configurations you may have in your classpath. This can be done via annotation or application.yml e.g.
spring: autoconfigure: exclude: - org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration - org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration