This release upgrades several modules and related dependencies. Mostly bugfixes and security patches, with the addition of some minor features.
Upgrading from 2.1.1 should be seamless and we advise developers to do so when possible. Upgrading only individual modules might result in breaking changes and is not advised.
This section lists some of the more notable changes included in this release. Full details can be found in the release notes of the corresponding modules.
Across Platform 2.1.2 upgrades the Spring Platform dependency to Brussels-SR14 which includes several security patches and third-party dependency updates.
Auto-configuration for HATEOAS has been improved.
The user context menu (logout link) can be more easily customized and is preconfigured to support avatar images.
A ScriptViewElement
component has been added which can be used for embedding HTML templates as script blocks. Nested blocks are supported with client-side javascript to transparently resolve them. This construct is mainly useful for situations where you wish to use ViewElements
to render template blocks which will be used in javascript.
Several bugfixes along with some new features:
Most important new features:
AllowableAction
.EntityPropertiesBinder
and EntityPropertyController
, allowing for more flexibility for defining custom properties and related databinding.Multiple bugfixes and small improvements.
Adds the FileReference
entity with default file upload support. When AcrossHibernateJpaModule is available this entity will be provided and usable as related entity. When EntityModule is present a default control for single and multiple file uploads will be rendered.
An administration UI for managing OAuth2 clients is now available, built on top of EntityModule and AdminWebModule.
It's now possible to add some textual metadata to a WebCmsImage
. A default image search which searches through all text fields has been configured.
Links to the different what's new sections of the updated modules:
Across Platform | 2.1.2.RELEASE |
Across Core & Web | 3.1.1.RELEASE |
Auto-configuration Support | 1.0.2.RELEASE |
AdminWebModule | 3.1.0.RELEASE |
BootstrapUiModule | 2.1.1.RELEASE |
DynamicFormsModule | 0.0.2.RELEASE |
EntityModule | 3.2.0.RELEASE |
FileManagerModule | 1.3.0.RELEASE |
OAuth2Module | 2.1.0.RELEASE |
UserModule | 3.1.0.RELEASE |
WebCmsModule | 0.0.6.RELEASE |