Skip to main content

v2.4.4 (2016-09-05)

Scope

  • Web Servlet integration, asynchronous processing, and file uploads

Changes

  • Added
    • Support Servlet 2.3 through 3.1 and add file uploads.
    • Add @Async to enable asynchronous requests in Servlet 3 containers, including asynchronous file uploads.
    • Simplify initialization in Servlet 3 environments through web-fragment.
  • Improved
    • Adjust WebController method visibility and utility package structure.