[
https://issues.apache.org/jira/browse/NIFI-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess reassigned NIFI-16214:
-----------------------------------
Assignee: Matt Burgess
> Bump Groovy to 5.1.0
> --------------------
>
> Key: NIFI-16214
> URL: https://issues.apache.org/jira/browse/NIFI-16214
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Minor
>
> Groovy 5.1.0 is out with many new improvements:
> https://groovy-lang.org/releasenotes/groovy-5.1.html
> There are a handful of breaking changes, but I believe for the better:
> - The deprecated run(javax.swing.JApplet) method was removed from the Groovy
> Console so that it can load on JDK 26+, where the Applet API no longer exists
> (GROOVY-12221).
> - The deleteDir() extension methods for File and Path treat symbolic links as
> leaves rather than following them into their targets. If you relied on the
> previous behavior of deleting the contents of linked directories, you now
> need to resolve the links and delete the targets explicitly (GROOVY-12125).
> - Grape coordinates containing .. sequences are now rejected (GROOVY-12073).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)