...
RadioGroup and RadioChoice use their generic type for the argument of #onSelectionChanged() now.
...
Palette and Wizard use <div>s instead of <table> markup WICKET-5349
Wizard's For these components markup is changed from <table> to nested <div>s. The Wizard's previous "default" CSS styling is no longer supported, Palette offers an optional styling via org.apache.wicket.extensions.markup.html.form.palette.theme.DefaultTheme.
Behavior changes
org.apache.wicket.request.Url#getQueryString WICKET-4664
...