A multi-faceted language tool for the Java platform!

Groovy

Groovy 5.0.2

  -  59.25 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Groovy 5.0.2.


For those interested in downloading the most recent release of Groovy or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • Groovy 5.0.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Groovy 5.0.2 Screenshot 1

What's new in this version:

Fixed:
- split property definitions aren't carrying final modifier to getters
- Compilation error: Can't have an abstract method in a non-abstract class
- IllegalAccessError: trait property and protected/package-private super access method
- java 25: class cannot be non-sealed as it has no sealed parent
- StackOverflowError processing generics for kubernetes-client library
- Overload resolution of trait methods does not work properly
- Nest Host and Nest Members not always right for Closures
- static field access to outer class does not work properly anymore
- Inconsistent unboxing of null, and resulting exceptions

Dependency upgrade:
- Bump jline to 3.30.6
- Bump jackson to 2.20.0
- Bump log4j2 to 2.25.2
- Bump asm to 9.9 and add JDK26 constants
- Bump javaparser to 3.27.1
- Bump logback to 1.5.19 (test dependency)
- Bump jna to 5.18.1
- Bump asciidoctorj-pdf to 2.3.20

Improved:
- Support groovydoc for records

Question:
-Base class has final getter; extending class has property of same name; no warning for final override