Hibernate Extension 5.6.15.16-SNAPSHOT

The Lucee Hibernate ORM extension has a new snapshot out for testing: 5.6.15.16-SNAPSHOT

Two changes since 5.6.15.15-RC — one bug fix and one logging improvement.

What’s new:

  • LDEV-1697 — Overlapping ormSettings.cfclocation entries (parent + child directory) registered the same CFC twice and triggered an ambiguity error. Now deduped by canonical file path, matching ACF behaviour. Originally reported in 2018
  • Changes to ORM logging settings in this.logs now take effect on the next request — previously required ormReload()

Changelog: extension-hibernate/CHANGELOG.md at 5.6 · lucee/extension-hibernate · GitHub

Install:

Lucee 7.0+ (Maven coordinates)

LUCEE_EXTENSIONS=org.lucee:hibernate-extension:5.6.15.16-SNAPSHOT

Lucee 6.2 (extension GUID)

LUCEE_EXTENSIONS=FAD1E8CB-4F45-4184-86359145767C29DE;version=5.6.15.16-SNAPSHOT
1 Like