createObject taking too long for cfc's after upgrade to 2021
There is a custom code that create objects of a cfc (with almost 56 level of inheritance) using create object function, apparently its taking almost 10 to 13 mins to complete and causing the request to time out. We are using the JRE inside the Coldfusion 2021 with Java 11. The same code works fine with 2016 and Java 1.8 with almost 7 mins
Are there any limitation for level of inheritance when creating object with 2021 or anything to do with Java 11 with CF 2021
Any help will be much appreciated
