Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerPriority
New 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
Created 3 February 2020 at 20:13
Updated 2 March 2020 at 20:08
Resolved 2 March 2020 at 20:08
Lucee comes with 2 ways how to update template classes (classes created from .cfc/.cfm templates ):
update the existing class file
rename the underlying class by appending an appendix like "$1".
At the moment we only use the "rename" feature, what has some issues in some edge cases (see https://luceeserver.atlassian.net/browse/LDEV-2514#icft=LDEV-2514). The "update" feature is not used anymore at all, because it causes problem with JRE (not JDK)>10.
Lucee should use the "update" functionality until the "rename" feature is fixed and fallback to the "rename" feature only if the "update" feature is not supported by the environment.