Merge 7.x (with spring security / mail / redis ) into 8.x#15834
Merge 7.x (with spring security / mail / redis ) into 8.x#15834jdaugherty wants to merge 5103 commits into
Conversation
chore: post release scripts
chore: merge 5.0.2->5.0.x; bump to 5.0.3-SNAPSHOT
Change version 6.0.0 to 7.0.0
Update installation.adoc
…Store Fix/plugin rest pac4j jee session store
Replaces usage of './gradlew runCommand "-Pargs=..."' with './grailsw ...' in documentation and command usage messages for consistency with Grails 5 conventions.
Update documentation and commands to use ./grailsw instead of ./gradlew
Updated .sdkmanrc and gradle-wrapper.properties to use Gradle 8.14.3 for improved stability and compatibility.
…urity/S2QuickstartCommand.groovy Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…nfiguration in the yml instead
chore: Removed traces of incubation, DISCLAIMER and PPMC
Replaces individual Grails and Spring dependencies with 'grails-dependencies-starter-web' for compileOnly and 'grails-dependencies-test' for testImplementation. This simplifies dependency management and aligns with recommended Grails practices.
Refactor dependencies to use Grails starter bundles
Removed 'grails-committers' team from required reviewers and added multiple users for release, docs, and close environments.
Set springDependencyManagement to false in all plugin build.gradle files to prevent Grails from managing Spring dependencies. Also added new dependency versions (gbench, guava, nimbus, scribejava) to gradle.properties for future use.
Updated build.gradle files to reference dependency versions from gradle.properties using variables for scribejava, nimbus-jose-jwt, guava, and gbench. Added missing version variables to gradle.properties for improved maintainability and consistency.
Published dependency cleanup
|
The |
|
This is all I can work on for now, if anyone has time to look into these issues, it would be appreciated:
|
|
The subsequent failures may still related to the |
|
The params are fixed locally. I'm hopeful only the hibernate issue remains. |
cab8edf to
a31aec5
Compare
|
I figured out the cause for all of these and will push fixes later today. |
|
The last issue is the proxy issue found by the redis test. I'm researching this more. |
|
It was only by side effect that I caught the proxy issues. I'm going to fix the Redis test by just switching the |
|
#15841 is the PR for the hibernate proxy change that this PR found. |
284bc73 to
c0fa768
Compare
|
@jamesfredley I removed the opt-in for atCheckWaiting and included it by default on this PR. this should resolve a lot of the flaky test behavior you've seen. |
🚨 TestLens detected 1 failed test 🚨Here is what you can do:
Test SummarySiteMesh 2 Compatibility / SiteMesh 2 Functional Tests (Java 21, indy=false) > :grails-test-examples-spring-security-ui-extended:integrationTest
🏷️ Commit: 16c0472 Test FailuresExtendedSecurityInfoSpec > testConfig (:grails-test-examples-spring-security-ui-extended:integrationTest in SiteMesh 2 Compatibility / SiteMesh 2 Functional Tests (Java 21, indy=false))Muted TestsNote Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 ExtendedSecurityInfoSpec > testConfig Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 Rerun jobs Learn more about TestLens at testlens.app. |
The 7.x spring security / mail / redis merge was done against the 7.x grails-core branch. This PR merges 7.2.x to 8.x while also pulling in the changes made by @matrei in the 8.x spring security branch to support Grails 8.
Please note: groovy 5 has been merged into grails-core so as part of this merge, I had to fix the spring security code to be compatible with Groovy 5. I opened https://issues.apache.org/jira/browse/GROOVY-12134 after finding a
@Delegatebug involving final methods.Note There appear to be numerous hibernate/groovy 5 issues exposed by this merge. These plugins were not previously updated for these newer libraries. More work will need to be done on this PR so we can merge (and fix these plugins)