Across Platform 2.0.2 released
By The Across Team
Across Platform 2.0.2 updates a number of the standard modules with new features.
What’s new
A summary of the most important updates included in this release. Refer to the module specific documentation for all details.
Across Core 2.1.1
@PostRefresh
now supports method arguments, behaving as an equivalent of@Autowired
but after the Across context has bootstrapped.
AdminWebModule 2.1.1
- AdminWebModulenow has the brand new Across logo in its default layout.
BootstrapUiModule 1.2.0
BootstrapUiBuilders
is a new static facade for all builders, removing the requirement to wire theBootstrapUiFactory
orBootstrapUiComponentFactory
bean.TextboxFormElement
has an option to disable line breaks, allowing you to create autosizing single-line text boxes.
WebCmsModule 0.0.3
- Multi domain/multi site support has been added, which is a major feature.
- It is now possible to filter the component types that can be created on a global level or added as members of a container.
- Text components can have a rich-text profile set using Javascript, in order to customize the client-side editor that should be used. Default implementations use TinyMCE and CodeMirror.
WebCmsAsset
has asortIndex
property that can be used for manual sorting of assets.WebCmsUrl
and redirects can now also be imported using YAML format.
SpringSecurityModule 2.0.1
This release contains some minor bugfixes.
EntityModule 2.0.2
Several improvementsfor building your user interfaces:
- The main admin menu items (like ‘Entity management’) can now also be configured using message codes.
EntityQuery
now allows sorting using aSort
specifier or by providing anorder by
clause in EQL.- An
OptionIterableBuilder
can now also implement theisSorted()
method to more easily create pre-sorted option lists. - EntityQuery filtering has been expanded, and a basic filter mode with visual controls has been added. Any repository supporting EntityQuery can now easily add simple filters to its list views.
What’s new sections
Links to the different what’s new sections of the updated modules:
Across Platform | 2.0.2.RELEASE |
Across Core | 2.1.1.RELEASE |
AdminWebModule | 2.1.1.RELEASE |
BootstrapUiModule | 1.2.0.RELEASE |
WebCmsModule | 0.0.3.RELEASE |
SpringSecurityModule | 2.0.1.RELEASE |
EntityModule | 2.0.2.RELEASE |
Upgrading from Platform 2.0.1 to 2.0.2 should be seamless. The Across
Initializr has been updated to generate
new projects using 2.0.2.RELEASE
by default.