Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Roberto MarzialettiRoberto MarzialettiPriority
NewLabels
Fix versions
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
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Roberto Marzialetti
Roberto MarzialettiPriority
Labels
Fix versions
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
Affects versions
Created 3 April 2020 at 19:44
Updated 15 June 2020 at 19:58
Resolved 15 June 2020 at 14:54
Component like this:
component output="false" accessors="true"{ property Any firstArg; property Any beanFactory; }
as you can see there are two methods (setAny(), getAny()) instead of setBeanFactory() and getBeanFactory()
this is dump with previous version 5.3.4.80, methods are correct:
thanks!