This document serves as a collection of all "new and noteworthy" features in the 1.4-m2 release of Apache Wicket.
From now on, all releases include OSGi Metadata in the /META-INF/MANIFEST.MF file of every subproject (wicket, wicket-extensions, wicket-spring, etc.).
For future flexibility, AutoCompleteTextField can be configured via the new AutoCompleteSettings class.
The AutoCompleteTextField can now be configured to show the entire list when no input has been entered yet.
You can now specify a maximum height via AutoCompleteSettings. If the list is longer than the maximum height, scrollbars are displayed and the user can scroll the list with both the mouse and the keyboard.