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/df231373-6a77-4114-9e29-bfa8eb565dden%40apereo.org.
