Cfspreadsheet problems with 5.3.1.95

problem is that the extension seem to use a “las” archive, “las” archives are containing the compiled java bytecode from the CFML code.
functions like “listLast” get hardcoded for performance reasons by the compiler. the function get “streamlined” by us and because of that it’s interface changed. that does not affect newly compiled code, but it does affect old compiled code in archives.

we will add the old interface, that will fix it.

workaround: recompile the archives or use the source code instead.

1 Like