Skyve 8.2.3 released
Skyve 8.2.3 fixes a routing issue introduced in the previous release as well as some performance improvements when restoring large backups. It is a recommended upgrade for everyone running Skyve 8.2.2.
Admin
- Commit more frequently when restoring a Skyve backup file
Framework
- Fix index out of bounds issue generating test data when the text to be filled exceeds the maximum length of test data
- Rejig
home.jsp
to determine the UX/UI with and without the user based on the user principal - Fix infinite loop on
UserAccess.determineSingularBaseDocument()
- Use Skyve context URL in redirect URIs for OAuth 2 integration behind a proxy server
- Add support for OAuth 2 principals in
SkyveAuthenticationSuccessHandler
Notes for Upgrading
To upgrade your Skyve project to this version, change the Skyve version in your pom.xml to 8.2.3 and perform an assemble.
If you are upgrading from a version older than 8.2.2, please see the previous release notes and also apply those changes.
See the complete upgrade instructions on GitHub.