exceptionfactory commented on a change in pull request #5276:
URL: https://github.com/apache/nifi/pull/5276#discussion_r682035817
##########
File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
##########
@@ -85,6 +85,12 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Override groovy-all:2.1.6 from Hive -->
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.21</version>
Review comment:
Thanks for the feedback @MikeThomsen! The main reason for staying with
the 2.4 series in the Hive processors was to minimize the impact for those old
components. Hive3 depends on Groovy 2.4, the others depend on earlier versions.
It is a transitive dependency through `hive-exec`, and it may be acceptable to
move up to 2.5, but staying with 2.4 seemed acceptable in this case since it
also addresses the underlying issues.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]