What's New With 5.x

Version 5.x release notes for the Ortus ORM Extension

[5.4.29.28] - 2023-06-07

🐛 Fixed

We now set the JAXB system property based on the JRE version. If less than JRE 11, we set . If JRE 11 or greater, we set .

This prevents the following warning from being logged on each ORM method call:

WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead.

See OOE-3.

[5.4.29.27] - 2023-05-29

🐛 Fixed

  • We now set a System property to ensure the JAXB API can find its implementation in CommandBox environments. This may trigger a log message, but shouldn't cause any concern. Vanilla Tomcat installations may need to overwrite or clear this property. LDEV-4276

[5.4.29.26] - 2023-05-24

♻️ Changed

  • Improved logo for Lucee admin 🤩

🐛 Fixed

  • Entity changes made in and do not persist OOE-2

[5.4.29.25] - 2023-05-23

♻️ Changed

🐛 Fixed

[5.4.29.24] - 2023-05-17

🔐 Security

[5.4.29.23] - 2023-05-15

🐛 Fixed

  • ORMExecuteQuery ignores argument if struct is passed

[5.4.29.22] - 2023-05-11

⭐ Added

🐛 Fixed

♻️ Changed

  • Dramatic improvements in initialization performance

  • Cuts ORM reload time by 60%

  • Better build/test documentation

  • Improved maintenance and build docs

Last updated