Re: Upgrading Groovy

2019-06-01 Thread Mike Thomsen
Here is the PR if anyone wants to take a look: https://github.com/apache/nifi/pull/3015 On Sun, May 26, 2019 at 9:31 AM Mike Thomsen wrote: > I have the PR almost ready to go. I just need to upgrade to the very > latest 2.5.X. > > As I mentioned, I may also add a profile build for the

Re: Upgrading Groovy

2019-05-26 Thread Mike Thomsen
I have the PR almost ready to go. I just need to upgrade to the very latest 2.5.X. As I mentioned, I may also add a profile build for the scripting bundle and Groovy bundle to enable people to use 3.0 if they want to rebuild. On Sat, May 25, 2019 at 10:15 PM Matt Burgess wrote: > Tis true,

Re: Upgrading Groovy

2019-05-25 Thread Matt Burgess
Tis true, there are a couple of Collection methods they changed the behavior of, something like when an object is both a List and Stack, if you push then get (e.g.) it doesn't work the same. Since the scripting processors are still labelled Experimental (who might support custom scripts anyway?) I

Re: Upgrading Groovy

2019-05-25 Thread Andy LoPresto
Matt Burgess can answer with more detail but I do believe there are breaking changes with collection interaction in 2.5.x. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On May 25, 2019, at 15:12, Mike Thomsen

Upgrading Groovy

2019-05-25 Thread Mike Thomsen
Groovy 3.0 apparently has hit beta 1 recently and 2.5.7 is the latest stable build of 2.X. Are there any known compatibility reasons that would prevent us from upgrading to 2.5.X in 1.10? This is directed as much at users as the developers. Ideally, I'd like to upgrade to the latest 2.5.X in 1.10