内容简介:Apache Groovy 4.0.0 第二个 RC 候选版已发布,Apache Groovy 是用于 JVM 的多面性编程语言。 改进 [GROOVY-10383] - SC: !in 编译为 ScriptBytecodeAdapter#isNotCase [GROOVY-10395] - SC: <=> 编译为 ScriptBy...
Apache Groovy 4.0.0 第二个 RC 候选版已发布,Apache Groovy 是用于 JVM 的多面性编程语言。
改进
- [GROOVY-10383] - SC: !in 编译为 ScriptBytecodeAdapter#isNotCase
- [GROOVY-10395] - SC: <=> 编译为 ScriptBytecodeAdapter#compareTo 用于原语
- [GROOVY-10401] - 最小化时防止调出 groovy 控制台
- [GROOVY-10417] - MethodNode toString() 可以在名称包含空格(或其他非标识符字符)时添加引号
- [GROOVY-10418] - 在 jar 包源中引入 `src/antlr`
升级依赖
- [GROOVY-10397] - Bump junit to 5.8.2
- [GROOVY-10399] - Bump bridger to 1.6.Final (build dependency)
- [GROOVY-10400] - Bump gradle to 7.3.1 (build dependency)
- [GROOVY-10402] - Bump jarjar to 1.8.0 (build dependency)
- [GROOVY-10408] - Bump log4j2 version to 2.15.0 (test dependency)
- [GROOVY-10410] - Bump log4j2 version to 2.16.0 (test dependency)
- [GROOVY-10416] - Bump logback to 1.2.8 (test dependency)
- [GROOVY-10420] - Bump gradle to 7.3.2 (build dependency)
- [GROOVY-10421] - Bump jqwik to 1.6.1 (test dependency)
- [GROOVY-10422] - Bump Spotbugs/Spotbugs annotations version to 4.5.2 (build dependencies)
- [GROOVY-10423] - Bump checkstyle to 9.2 (build dependency)
- [GROOVY-10425] - Bump log4j2 version to 2.17.0 (test dependency)
- [GROOVY-10426] - Bump jqwik to 1.6.2 (test dependency)
- [GROOVY-10427] - Bump jackson version to 2.13.1
- [GROOVY-10430] - Bump gradle to 7.3.3 (build dependency)
- [GROOVY-10432] - Bump hsqldb to 2.6.1 (test dependency)
除了以上的更新,此版本还修复了许多错误,以及其他功能改进,详情查看 release note。
下载地址:https://groovy.apache.org/download.html
最后,官方团队称,4.0 GA 将于明年年初发布。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++ Primer 中文版(第 5 版)
[美] Stanley B. Lippman、[美] Josée Lajoie、[美] Barbara E. Moo / 王刚、杨巨峰 / 电子工业出版社 / 2013-9-1 / CNY 128.00
这本久负盛名的 C++经典教程,时隔八年之久,终迎来史无前例的重大升级。除令全球无数程序员从中受益,甚至为之迷醉的——C++ 大师 Stanley B. Lippman 的丰富实践经验,C++标准委员会原负责人 Josée Lajoie 对C++标准的深入理解,以及C++ 先驱 Barbara E. Moo 在 C++教学方面的真知灼见外,更是基于全新的 C++11标准进行了全面而彻底的内容更新。......一起来看看 《C++ Primer 中文版(第 5 版)》 这本书的介绍吧!