-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrading to CAS 6.6.15 #13
Conversation
Not ready for 23.0 IMHO |
OK, lets postpone it then. |
Err... he's very busy currently ;-) |
Tests: * `gradle build` ok * runtime fails, but launched without any datadir To be tested more thoroughly, I'd expect that some UI adjustments / realign have to be made
bump targetCompatibility to 17 while here
fb879f5
to
a47cc55
Compare
with this updated PR, a cas 6.6.15 built with java 17 works fine in a tomcat running with java17, some properties have been renamed in
but the theme looks slightly broken. |
ah no, the broken theme is due to the infamous "you're behind a reverse proxy so i'll redirect you in a loop" bug, worked around in georchestra/datadir@8e0a447, if i uncomment the line then the login prompt looks more or less like before, a bit too wide ? |
dropping tried dropping @fgravin @f-necas since you're more frontend experts than me.... all i know is that bootstrap in cas 6.3 was at 4.6.0, and bootstrap in cas 6.6 is at 5.2.0. |
…rsion Magical div comes from apereo's thymeleaf templates !
1935a70
to
9601d4a
Compare
Solved ! Thanks to @tkohr for mentionning apereo's template. Source of the magical things : https://github.com/apereo/cas/blob/6.6.x/support/cas-server-support-thymeleaf/src/main/resources/templates/login/casLoginView.html#L15C101-L15C109 |
well, iirc that's what i did (removing the can confirm that the login box layout is now OK on 6.6.15 when building from your last commit 9601d4a and i can login fine as |
pretty cool if it does not require tons of gradle shenanigans to upgrade :-) LGTM |
Tests:
gradle build
okTo be tested more thoroughly, I'd expect that some UI adjustments / realign have to be made