| tag | a3c10a67f9df0f1b1f1a68d2b695e41c440d8842 | |
|---|---|---|
| tagger | matrei <matrei@users.noreply.github.com> | Fri Oct 24 16:07:11 2025 +0000 |
| object | db781f5b21f548a678268adab1888fb8cec0fc15 |
Release v7.0.0
| commit | db781f5b21f548a678268adab1888fb8cec0fc15 | [log] [tgz] |
|---|---|---|
| author | matrei <matrei@users.noreply.github.com> | Fri Oct 24 16:07:11 2025 +0000 |
| committer | matrei <matrei@users.noreply.github.com> | Fri Oct 24 16:07:11 2025 +0000 |
| tree | 3e4995403648355087b54ac1c8acd3e84362221c | |
| parent | cdf0cb659f1977807150ffc9c06e8abc278a4117 [diff] |
[skip ci] Release v7.0.0
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