I have some groovy code that I wrote for NiFi v 1.17. In my upgrade to 1.27, some of my groovy stopped working.
I tracked it back such that in some cases, I had an ArrayList that I was calling .size on, instead of .size(). Apparently As of 1.27 (maybe earlier), you can't call .size on an arraylist, apparently (interestingly, my AI tells me that BOTH are legitimate). What other breaking changes are there? Is there a list?
