Yep, Sticker is currently a Railo/Lucee only project, but I needed to get it going on CF11.
(I'd much rather get our CF11 application running on Lucee, but anyhow...)
Oh, while I'm here, do you know if there's an existing TestBox issue for showing complex data differences better - at the moment I have to copy JSON strings like the following into Beyond Compare to see what isn't matching - it'd be nice to get TestBox doing a diff for me, or at least offering a standard dump.
Expected [{DEPENDENTS={[assetx, assety, assetz]},BEFORE={[assetx, assety, assetz]},MEDIA={},AFTER={[asset1, *]},DEPENDSON={[asset1, *]},PATH={/js/subfolder/fa56e8c-myfile.min.js},RENDEREDINCLUDE={},URL={/assets/js/subfolder/fa56e8c-myfile.min.js},TYPE={js},IE={}}] but received [{DEPENDENTS={[assetx, assety, assetz]},BEFORE={[assetz, assety, assetx]},MEDIA={},AFTER={[*, asset1]},DEPENDSON={[asset1, *]},PATH={/js/subfolder/fa56e8c-myfile.min.js},RENDEREDINCLUDE={},URL={/assets/js/subfolder/fa56e8c-myfile.min.js},TYPE={js},IE={}}]
I'm guessing someone has already raised it as an issue, but if not I'll do so tomorrow.