Skyve 20180515 is now available, this was another structural change which is hopefully the last for a while. Generated factories in src/generated/java are now no longer created reducing lines of code in the project. These have been replaced by the new DataBuilder()
helper. FactoryExtension classes are now just Factories as well. This release also introduces Spring Security and no longer depends on Wildfly for authentication.
This release contains quite a few enhancements to reporting in Skyve, as well as more work on SAIL. Some bugs were squashed along the way.
Read MoreSkyve version 20180212
added the ability to define customer scoped roles. While Groups and Roles allow user permissions to be managed at the module level, some applications have permissions which span multiple modules and the permissions need a way to be linked to function correctly (e.g. a user may have incomplete access to application features if module permissions were not correctly applied to their account). To address this, a customer scoped role can be defined in the customer.xml which allows roles to be aggregated together into something coherent and cross module.