Re: ECMAScript support missing from ExecuteScript

2023-01-16 Thread Vijay Chhipa
Ah, that makes perfect sense, we did upgrade to JDK 17 from the earlier JDK 11. I will try to add it explicitly until the next release is out. Thank you Matt. > On Jan 16, 2023, at 5:49 PM, Matt Burgess wrote: > > Did you upgrade the version of Java when you upgraded NiFi? Later versions of

Re: ECMAScript support missing from ExecuteScript

2023-01-16 Thread Matt Burgess
Did you upgrade the version of Java when you upgraded NiFi? Later versions of Java don’t include the Nashorn (ECMAScript) library, but I believe we added it explicitly, perhaps for the 1.20 release (not at computer right now) Sent from my iPhone > On Jan 16, 2023, at 6:28 PM, Vijay Chhipa wrot