Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Nitin Raj YadavNitin Raj YadavNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Nitin Raj Yadav
Nitin Raj YadavNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 19 May 2021 at 16:00
Updated 1 July 2023 at 16:22
Resolved 1 July 2023 at 16:22
Currently, Lucee does not support turning-off generating `hbxml` files;
See: https://github.com/lucee/extension-hibernate/blob/3.5.5/source/java/src/org/lucee/extension/orm/hibernate/HibernateORMEngine.java#L135
For a large application, this can reduce the application startup time considerably; And for a containerized environment it can be easily used at the warm-up time (see https://luceeserver.atlassian.net/browse/LDEV-1196 ) to generate the mapping, so the good can get even better.
There's an issue reported on the GitHub-repo as well.
Also, ACF does support this, and it's a matter of compatibility as well.
If provided with the necessary setup/steps and challenges I'm willing to make a PR for this.