hey <@U995KCNPN> did you find anything on <https:/...
# questions
d
anyone have any thoughts on this grails-spring-security-cas issue or roadmap is the team is looking into it
s
I haven't seen any updates but it blocks our Grails 7 migration until it's fixed. We also need to migrate my teams apps to use OIDC instead of CAS in the near future, so I'm not sure which of these will happen first. Is there an OIDC plugin for grails 5/6?
d
@James Fredley just putting this on your radar
j
@Dylan Kolson @spencer I put it on the grails 7 project. Would either of you be able to submit a PR to fix?
d
no promises but one of our devs is going to take a look
👍 2
@James Fredley no luck on trying to figure out why the properties are null. seems like theres some kind of conflict in how its loading application.yml and application.groovy but even with that we couldn't force it to load the values.
👀 1
s
j
@Dylan Kolson Please create an "application.yml and application.groovy" issue on https://github.com/grails/grails-core/issues and I will put it on the Grails 7 project board.
s
just realized that was also @Dylan Kolson
👍 1
j
I've been trying to reproduce configuration issues here: https://github.com/jdaugherty/grails7-example-configurationaware . I haven't had any luck. From my experience, the only reason configuration is null /n ot set is usually because someone is referring to a class that does not exist in application.groovy. This is likely to happen with Grails 7 due to hte javax to jakarta migration. If anyone can show me an example or submit a Pull Request to reproduce this config issue, I'm happy to look at it.
👀 1
@gsandrew had similar configuration issues too