发布于 2017-11-16 00:26:31 | 124 次阅读 | 评论: 0 | 来源: 网友投递
Groovy JVM 动态脚本语言
Groovy是一种基于JVM的敏捷开发语言,它结合了Python、Ruby和Smalltalk的许多强大的特性。
Apache Groovy 2.6 alpha2 已发布,此版本包含10项修复和改进:
修复
[GROOVY-7573] - Groovyc ant task does not release file handles
[GROOVY-7721] - Static type checking fails when compiling against a Java8 interface with inherited methods
[GROOVY-8277] - [Parrot]Fix gls.syntax.MethodCallValidationTest#testDeclarationInMethodCall
[GROOVY-8288] - [Sql] withBatch fails when batchSize == number of addBatch call
[GROOVY-8311] - [Parrot]Failed to check duplicated parameters properly
[GROOVY-8319] - Improve smart type on list expresions
[GROOVY-8330] - Wrong 'Inconvertible types' error on casting interface
[GROOVY-8332] - Packaging issue for Antlr4-related jars
改进
[GROOVY-4018] - Make the Groovy truth value of NaN be false
[GROOVY-8312] - [Parrot]Deprecate useless features on unicode sequences
下载地址:
http://www.groovy-lang.org/download.html
Apache Groovy 2.6.0-alpha-2 需要 JDK7 +。