Hi all, While working on WICKET-7193 (the deprecation of IAuthenticationStrategy), I wasn't careful enough with my instructions to Claude, so it accidentally pushed to commits straight on master and wicket-10.x. I wanted to open pull requests for these 2, but it's too late for that now. If you see anything wrong with those commits, please let me know.
In short: on master, the IAuthenticationStrategy and implementations were dropped. SignInPanel and SignInPage were renamed to UsernamePasswordPanel and UsernamePasswordPage and the remember me functionality dropped. The reason why I chose for renaming the classes is to provide a clear deprecation and replacement path in the older versions. On wicket-10.x, deprecation warnings are added. The intent is to backport this to 9.x and 8.x also to close the gap. Sorry for the noise on this one. Emond
