内容简介: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 J...
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 +。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 凹 (“Wa”) 语言:可以嵌入 Go 语言环境的脚本语言
- Python 脚本语言
- Go 语言实现的小型、动态、快速、安全的脚本语言
- 让C#语言充当自身脚本!
- awk脚本语言编程指南
- CoffeeScript 1.12.6 发布,脚本语言
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
实战Java高并发程序设计
葛一鸣、郭超 / 电子工业出版社 / 2015-10-1 / CNY 69.00
在过去单核CPU时代,单任务在一个时间点只能执行单一程序,随着多核CPU的发展,并行程序开发就显得尤为重要。 《实战Java高并发程序设计》主要介绍基于Java的并行程序设计基础、思路、方法和实战。第一,立足于并发程序基础,详细介绍Java中进行并行程序设计的基本方法。第二,进一步详细介绍JDK中对并行程序的强大支持,帮助读者快速、稳健地进行并行程序开发。第三,详细讨论有关“锁”的优化和提高......一起来看看 《实战Java高并发程序设计》 这本书的介绍吧!