Skip to content

5.5.0 Release Notes

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

Greclipse 5.5.0 was released on September 30th 2024.

New and Noteworthy

Support for new versions of Groovy

  • Groovy 5.0.0-alpha-10

  • Groovy 4.0.23

    📋 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.33 (2024-09)

Content Assist

  • Javadoc display for parameterized method with insufficient context

Syntax Highlighting and Type Inferencing

  • arithmetic operations

    Current:

    Previous:

  • type-checked spread-safe method call

    Current:

    Previous:

Resolved Issues

  • 1590: Fix type inferencing for arithmetic operations
  • 1591: Add support for Eclipse 4.33 (2024-09)
  • 1594: Fix type inferencing for type-checked spread-safe method call
  • 1595: Javadoc hover for parameterized method with insufficient context
  • 1596: Add support for Groovy 4.0.23

Update Sites

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

Archives of these update sites are also available: