Skyve 6.0.1 released
This release adds a few minor improvements to Simple Import and addresses a few issues with the 6.0 platform release.
Admin
Allow Simple Import Export import column datagrid to be inline editable when expressions aren't shown
Added ClearImport action to allow the uploaded file to be cleared during Simple Import
Changed User
activated
to not be required so existing users can still be modified
Framework
Throw
IllegalArgumentException
if a Proxy of a Proxy is attemptedAdded
Bean.hasChanged()
and ensureAbstractBean
public methods are not final to aid mockingAdded
{URL}
expression which yields a bean's document URLDispose of the cached details of singleton cached document instances at the end of H2 unit tests
Externalise and internationalise standard metadata generated validation messages
Protect against an i parameter coming down to an edit view on a non-persistent document
PrimeFaces
Fix client-side history tracking to match against full URL parameter tokens and not just
url.indexOf()
Notes for Upgrading
To upgrade your Skyve project to this version, change the Skyve version in your pom.xml
to 6.0.1 and change your skyve-maven-plugin
version to 1.28.
See the complete upgrade instructions on GitHub.