Confirm is a bug, here's the PR: https://github.com/apereo/cas/pull/5003
Cheers! - Andy On Wednesday, 2 December 2020 at 21:14:45 UTC+8 Andy Ng wrote: > Hi all, > > I was trying to implement Hazelcast Ticket Registry and reloading > properties. > > I find that, when I change `cas.properties` and force a reload based on > this tutorial: > https://fawnoos.com/2020/05/02/cas62x-reloadable-configuration/, it > stopped the Hazelcast Ticket Registry instance which makes later login > failed. > > I find the solution to be removing the RefreshScope here: > > https://github.com/apereo/cas/blob/v6.2.5/support/cas-server-support-hazelcast-ticket-registry/src/main/java/org/apereo/cas/config/HazelcastTicketRegistryConfiguration.java#L52, > > then the Ticket Registry would not be stopped. > > Anybody have similar issue? Thanks. > > Cheers! > - Andy > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/aa1f6765-25e9-4204-b1d5-59d83284f0d6n%40apereo.org.
