levilentz commented on PR #7677: URL: https://github.com/apache/nifi/pull/7677#issuecomment-1719759877
> @levilentz Thanks that is helpful. My goal is getting NiFi to a good build basis for Java 21. The Groovy stuff in its various forms is causing problems in doing that as these old Groovy versions neither build nor run on Java 21 (even Java 17 seems dubious). We can avoid pinning them as it has been however where things get problematic is when a service depends on very old versions. > > What is the newest/most recent version of Groovy that Tinkerpop/Gremlin can work with? @joewitt -- oh boy, that does not sound fun! We might need to think on that a bit as tinkerpop's development cycle is much slower. Per their release notes, gremlin 3.7.0 is on Groovy 4.0.9 -- https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc -- 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]
