v4.1.2 (2020-03-04)
Scope
- Web response rendering and forwarding, and Core type creation
Changes
- Added
- Add
@RenderType,@ForwardTo, and@RedirectToto declare a renderer, request forwarding, and redirection, respectively. - Add a JSON renderer and a resource filter.
- Add
- Improved
- Add type checking and composition to
TypeSupplier.
- Add type checking and composition to
Upgrade notes
- Remove
RenderEngine.initEngine; adapt custom renderers to the interface change. Set response types throughInvoker.contentType.