jtstorck commented on issue #3547: [WIP] NIFI-5254 Update Groovy dependecies to version 2.5.4 URL: https://github.com/apache/nifi/pull/3547#issuecomment-506819978 @MikeThomsen This most recent update to the PR should resolve the compilation issues, and the tests are passing. `groovy-all` is now leveraged in several places, along with some new properties to specify the Groovy version used by several modules. The idea here is that the `nifi-groovyx-*` and `nifi-scripting-*` can be upgraded to new versions of Groovy without having to use the same version in NiFi or NiFi Toolkit until we're ready to update the tests/utils in NiFi and NiFi Toolkit written in Groovy. This changes also makes it a bit easier to manage a Groovy upgrade in NiFi or NiFi Toolkit. Rather than copying all the modules specified in `groovy-all`'s POM individually to NiFi module POMs, `groovy-all` can be upgraded, along with the few Groovy modules that are referenced individually, by changing the appropriate `groovy.version` property.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
