You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractRememberMeServices implemented RememberMeServices methods with final modifier. This actually blocks overriding these methods. We can relax strictness on method implementations for further extensions.
Current Behavior
Any class that extends AbstractRememberMeServices can not override RememberMeServices methods.
Context
Is this behaviour necessary? I am not seeing any advantage for making these methods final, on an "abstract" service.