Skip to content

Update to Groovy v5.0.0#1983

Merged
petebankhead merged 1 commit intoqupath:mainfrom
petebankhead:groovy
Sep 9, 2025
Merged

Update to Groovy v5.0.0#1983
petebankhead merged 1 commit intoqupath:mainfrom
petebankhead:groovy

Conversation

@petebankhead
Copy link
Member

Groovy 5 has just been released, and adds lots of features that may become useful to us.

More details at https://groovy-lang.org/releasenotes/groovy-5.0.html

Here's an extremely minor change that can be used to check you've using Groovy 5 and not 4:

var file = new File("Hello.png")
println file.baseName
println file.extension

(Also snuck in very minor RichTextFX version bump)

Groovy 5 has just been released, and adds lots of features that may become useful to us.

More details at https://groovy-lang.org/releasenotes/groovy-5.0.html

Here's an extremely minor change that can be used to check you've using Groovy 5 and not 4:

```groovy
var file = new File("Hello.png")
println file.baseName
println file.extension
```

(Also snuck in very minor RichTextFX version bump)
@petebankhead petebankhead added this to the v0.7.0 milestone Sep 3, 2025
@petebankhead petebankhead merged commit f9c7622 into qupath:main Sep 9, 2025
3 checks passed
@petebankhead petebankhead deleted the groovy branch September 9, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants