Apache Groovy 2.5.5 发布,JVM 动态脚本语言

  

Apache Groovy 2.5.5 已发布,这是 GROOVY_2_5_X 分支的维护版本,强烈建议用户升级到此版本。

该版本包含 20 项错误修复/改进:

Bug

  • [GROOVY-7647] - Incorrect line information for debug

  • [GROOVY-8742] - Line number information for method is confusing debugger

  • [GROOVY-8772] - Groovy debugger is on the wrong line when exiting a try/catch

  • [GROOVY-8776] - @MapConstructor with @CompileStatic: Creating static inner class instance => VerifyError: Bad type on operand stack CTE

  • [GROOVY-8777] - @MapConstructor with @CompileStatic: Creating inner class instance => IncompatibleClassChangeError ... does not implement the requested interface java.util.Map

  • [GROOVY-8868] - Static factory method does not compile anymore with 2.5.3 (was ok with 2.4.x)

  • [GROOVY-8876] - groovydoc fails with "java.lang.StringIndexOutOfBoundsException: String index out of range: -1" on file with no extension

  • [GROOVY-8881] - Inner class - qualified "this" reference cast exception inside 2 closures

  • [GROOVY-8882] - CS: Loop over elements of String has different element type

  • [GROOVY-8892] - Trait instance init blocks are called only when there are fields defined in same Trait

  • [GROOVY-8895] - Traits defining getter conflicts with generated getter

  • [GROOVY-8898] - Annotation value cannot take inline constant from enum.

  • [GROOVY-8914] - Error compiling static inner class that extends some other (static) inner class

  • [GROOVY-8931] - AstNodeToScriptVisitor - wrong "extends/implements" order

Improvement

  • [GROOVY-7632] - Groovy named parameters static check

  • [GROOVY-8872] - Decompiled parameter names don't reflect the names in the bytecode

  • [GROOVY-8880] - Traits - static/instance init blocks

  • [GROOVY-8894] - Improve performance of DGM `leftShift(OutputStream, InputStream)`

  • [GROOVY-8927] - String variants for take and drop

Dependency upgrade

  • [GROOVY-8904] - Bump junit to 5.3.2 and bump junit platform to 1.3.2

下载地址:http://www.groovy-lang.org/download.html

Groovy 是一门基于 JVM 的敏捷开发语言,它结合了 Python、Ruby 和 Smalltalk 的许多强大的特性。

Groovy 主要的特点包括:

  • 是一个基于Java 虚拟机的敏捷动态语言

  • 构建在强大的 Java 语言之上 并添加了从 Python、Ruby 和 Smalltalk 等语言中学到的诸多特征

  • 为 Java 开发者提供了现代最流行的编程语言特性,而且学习成本很低(几乎为零)。

  • 支持 DSL(Domain Specific Languages 领域定义语言)和其它简洁的语法,让你的代码变得易于阅读和维护。

  • Goovy 拥有处理原生类型,面向对象以及一个 Ant DSL ,使得创建 Shell Scripts 变的非常简单。

  • 在开发 Web,GUI,数据库或控制台程序时 通过减少框架性代码 大大提高了开发者的效率。

  • 支持单元测试和模拟(对象),可以简化测试

  • 无缝集成 所有已经存在的 Java 对象和类库

  • 直接编译成 Java 字节码,这样可以在任何使用 Java 的地方使用 Groovy。

猜你喜欢

转载自www.oschina.net/news/103000/apache-groovy-2-5-5-released