Skip to content

5.8.0 Release Notes

Eric Milles edited this page Jun 30, 2025 · 1 revision

Greclipse 5.8.0 was released on June 30th 2025.

New and Noteworthy

Support for new versions of Groovy

  • Groovy 5.0.0-beta-1

  • Groovy 4.0.27

  • Groovy 3.0.25

    📋 The new antlr4-based Parrot Parser is disabled by default. To enable it, add -Dgroovy.antlr4=true to your eclipse.ini file after the -vmargs line or add a compiler config script to your project with configuration.pluginFactory = org.codehaus.groovy.control.ParserPluginFactory.antlr4(). Please note that parser recovery is not implemented for the Parrot Parser, so your editing experience may be sub-par in this mode.

Support for new version of Eclipse

  • Eclipse 4.36 (2025-06)

Support for Java 24

As of Eclipse 4.36, Java 24 is supported. It can be combined with Groovy 4 or 5.

Resolved Issues

  • 1619: Add support for Eclipse 4.36 (2025-06)
  • 1620: Add support for Java 24
  • 1622: Add support for Groovy 4.0.27
  • 1623: Add support for Groovy 3.0.25
  • 1626: Fix type inferencing for functional types with complex generics
  • 1627: Fix type inferencing for method generics determined from functional elements
  • 1628: Source range for implicit script run method covers explicit methods
  • 1629: NPE in GroovyCompilationUnitDeclaration
  • 1630: Eclipse error annotation: The type T may not subclass Record explicitly

Update Sites

Use one of the following update sites depending on your version of Eclipse:

Archives of these update sites are also available:

Clone this wiki locally