v6.5.0
michaelborn
released this
16 Feb 17:16
·
33 commits
to development
since this release
π Fixed
- Fixes an incorrect property name lookup for the
unsavedValue
persistent property attribute. - Fixes the pre-event listeners to ignore empty strings in entity state properties if the field type is one of
string
,character
, ortext
. This resolves issues where apreInsert()
orpreUpdate()
throws a "can't cast [] to date value" when processing event listeners if a date field (for example) is unpopulated or has an emptydefault
attribute.
β»οΈ Changed
Add the entity name to the exception message when attempting to persist changes from preInsert
or preUpdate
event listeners. The updated exception message is now:
Error populating event state for persistance in [<entity name>] entity pre-event listener method: <error message from Hibernate>
π Security
Bump Lucee build dependency to 5.4.4.38
to avoid vulnerable dependencies in the build process.
Full Changelog: v6.4.0...v6.5.0