Skip to content

v6.5.0

Compare
Choose a tag to compare
@michaelborn 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, or text. This resolves issues where a preInsert() or preUpdate() throws a "can't cast [] to date value" when processing event listeners if a date field (for example) is unpopulated or has an empty default 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