Skip to content

5.9.0 Release Notes

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

Greclipse 5.9.0 was released on September 30th 2025.

New and Noteworthy

Support for new versions of Groovy

  • Groovy 5.0.1

  • Groovy 4.0.28

    📋 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.37 (2025-09)

Resolved Issues

  • 1631: Add support for Eclipse 4.37 (2025-09)
  • 1633: Add support for Groovy 4.0.28
  • 1634: Fix type inferencing for array and outer class type vars
  • 1636: Add support for Groovy 5.0.1

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