Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 7: grails-spring-security-ui #160

Merged
merged 21 commits into from
Jan 2, 2025
Merged

Conversation

bkoehm
Copy link
Contributor

@bkoehm bkoehm commented Oct 2, 2024

No description provided.

@bkoehm
Copy link
Contributor Author

bkoehm commented Oct 2, 2024

Tests are not passing. Needs help from others (possibly from @codeconsole).

.github/workflows/gradle.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
examples/simple/build.gradle Outdated Show resolved Hide resolved
examples/simple/build.gradle Outdated Show resolved Hide resolved
examples/simple/build.gradle Outdated Show resolved Hide resolved
@bkoehm bkoehm force-pushed the bkoehm.5.0.x branch 3 times, most recently from 2b417d9 to b55b649 Compare December 17, 2024 20:24
@matrei
Copy link
Contributor

matrei commented Dec 17, 2024

I have started looking at the UserSpec test errors. It appears to be related to GSP/Sitemesh, as the page title does not seem to render correctly on /user/search.

@bkoehm
Copy link
Contributor Author

bkoehm commented Dec 17, 2024

I have started looking at the UserSpec test errors. It appears to be related to GSP/Sitemesh, as the page title does not seem to render correctly on /user/search.

@matrei My apologies, it looks like we both were working on this at the exact same time. I just saw your comment, just as I pushed a new commit that addresses this:
bkoehm@8a3df41

If you feel that this isn't the right solution, it's no problem, I can drop the commit and force-push.

P.S. There are still test failures, but this addresses the missing page title.

@matrei
Copy link
Contributor

matrei commented Dec 18, 2024

My apologies, it looks like we both were working on this at the exact same time. I just saw your comment, just as I pushed a new commit that addresses this: bkoehm@8a3df41

@bkoehm That's great! I just made this note and went to bed anyways.

So, is this a breaking change in Sitemesh 3, or why did it work before Grails 7? I does not seem to be documented in the upgrade gotchas?

@jdaugherty
Copy link
Contributor

@matrei @bkoehm

There was still a browser.url assignment in AbstractSecuritySpec - this url would be the local machine and not the container. I've gone ahead and pushed a fix for that.

@bkoehm
Copy link
Contributor Author

bkoehm commented Dec 18, 2024

My apologies, it looks like we both were working on this at the exact same time. I just saw your comment, just as I pushed a new commit that addresses this: bkoehm@8a3df41

@bkoehm That's great! I just made this note and went to bed anyways.

So, is this a breaking change in Sitemesh 3, or why did it work before Grails 7? I does not seem to be documented in the upgrade gotchas?

@matrei I don't know if Sitemesh 3 has a breaking change related to page titles and I also don't know if this plugin is working for Grails 6.

@bkoehm bkoehm force-pushed the bkoehm.5.0.x branch 3 times, most recently from aec8aae to 7b0e2ff Compare December 20, 2024 22:02
@bkoehm bkoehm force-pushed the bkoehm.5.0.x branch 2 times, most recently from 0b8acdd to 63c8c70 Compare December 21, 2024 18:19
@bkoehm bkoehm force-pushed the bkoehm.5.0.x branch 5 times, most recently from 50c707f to 6fa6780 Compare December 21, 2024 23:41
@bkoehm bkoehm merged commit 268a892 into grails:5.0.x Jan 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants