Scope
- Bean registration, renderer declarations, and Web invocation context
Changes
- Added
- Add
Invoker.ownerMapping and fillForm for access to the current route and form population.
- Fixed
- Roll back failed Bean registrations so the container does not retain incomplete bindings.
Upgrade notes
@Render now declares a renderer name and MIME type rather than a URL suffix. Update existing rendering configuration.
- Remove
InMapping; discontinue the standalone Boot Maven plugin and integrate startup support into Core.