Skip to content

5.6.0 Release Notes

Eric Milles edited this page Jan 1, 2025 · 1 revision

Greclipse 5.6.0 was released on December 31st 2024.

New and Noteworthy

Support for new versions of Groovy

  • Groovy 5.0.0-alpha-11

  • Groovy 4.0.24

  • Groovy 3.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.34 (2024-12)

Syntax Highlighting and Type Inferencing

  • super trait properties

    Current:

    Previous:

  • fully-qualified exception type

    Current:

    Previous:

  • enum constant object initializers

    Current:

    Previous:

Resolved Issues

  • 296: No source bundles in update site
  • 1597: Add support for Eclipse 4.34 (2024-12)
  • 1598: Add support for Java 23
  • 1599: Fix type inferencing for super trait properties
  • 1601: Add support for Groovy 4.0.24
  • 1602: Add support for Groovy 3.0.23
  • 1603: Fix syntax highlighting for fully-qualified exception type
  • 1606: Fix syntax highlighting and code navigation for enum constant object initializers

Update Sites

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

Archives of these update sites are also available: