Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check and Radio no longer generade a CSS class attribute, encoding their group's markup id. Wicket no longer needs this - if you do, you can easily write a suitable attribute value by yourself.

FileParts must be parsed

...

explicitly before trying to read them WICKET-5839

If a MultipartWebRequest is created the manually then FileParts must be parsed explicit explicitly with #parseFileParts(). See http://wicketinaction.com/2012/11/uploading-files-to-wicket-iresource/ for example.

Deprecated classes/methods/fields are removed WICKET-5201

...

  • Spring Framework 4.1.x
  • ASM 5.x
  • CGLIB 3.1
  • SLF4J 1.7.x
  • Jetty (in the quickstart) 9.12.x