Description
Remove default implementation for the new method in class org.keycloak.cluster.ClusterProvider
This should encourage implementations to provide a more efficient implementation.
default void notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, DCNotify dcNotify) {
events.forEach(event -> notify(taskKey, event, ignoreSender, dcNotify));
}
Follow up of #30445