MikeThomsen commented on a change in pull request #3547: [WIP] NIFI-5254 Update
Groovy dependecies to version 2.5.4
URL: https://github.com/apache/nifi/pull/3547#discussion_r297400372
##########
File path: nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
##########
@@ -38,8 +38,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>2.4.12</version>
+ <artifactId>groovy-json</artifactId>
+ </dependency>
+ <dependency>
Review comment:
Depending on the module, I think that falls within the scope of our general
policy against breaking compatibility on processor functionality abruptly. It's
one thing to drop groovy-ant or something like that from groovy-all, but I
think we might really inconvenience people who use some of the modules I
mentioned.
----------------------------------------------------------------
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