Scope
- Bean destruction, application waiting, and Web parameter binding
Changes
- Added
- Support destruction methods declared with
@Destroy, @PreDestroy, or code configuration to clean up singleton Beans when the container stops.
- Add
AppContext.join and joinSignal; allow arrays in installModule.
- Allow multiple HTTP method annotations on a method and passing
ServletContext to Web methods.
Upgrade notes
- Rename
@ParameterForm to @ParameterGroup; remove @IgnoreParam.
- Move selected
Hasor utilities to HasorUtils; destruction callbacks apply only to singleton Beans.