写点什么

Java 近期新闻综述:IntelliJ IDEA 21.2、Quarkus 2.1、Micronaut 3.0.0-M5、WildFly、Payara Platform

  • 2021-08-06
  • 本文字数:1571 字

    阅读完需:约 5 分钟

Java近期新闻综述:IntelliJ IDEA 21.2、Quarkus 2.1、Micronaut 3.0.0-M5、WildFly、Payara Platform

近期 Java 新闻综述涉及来自 JDK 17、JDK 18、Micronaut 3.0.0 路线图、Quarkus 2.1.0、Apache Camel Quarkus 2.1.0、WildFly 24.0.1、Josh Long 最新版的 Bootiful Podcast、IntelliJ IDEA 2021.2、IntelliJ Scala Plugin 2021.2、RefactorFirst 0.2.0 和 Apache Tuweni 2.0 等的特性新闻。

 

JDK 17

JDK 17早期体验版本中的第 33 版已于上周发布,其特性包括对第 32 版中各种问题的修复更新。更多详细信息请查看发布说明

 

这是 JDK 17 即将进入第 2 阶段的最后一周。最初 RC 版(Release Candidate,发布候选版本)计划于 2021 年 8 月 5 日发布。

 

JDK 18

JDK 18早期体验版本中的第 8 版也已可用,其特性包括对第 7 版中各种问题的修复更新。更多详细信息请查看发布说明

 

对于 JDK 17 和 JDK 18,均鼓励开发人员通过Java Bug Database来提交 Bug。

 

Micronaut 3.0.0 的线路

Object Computing,Inc.(OCI)发布Micronaut 3.0.0-M5,也是最后一个里程碑版本。接下来将是第一个 RC 版本。这个里程碑版本的新特性包括:从 RxJava2 迁移到Project Reactor;使用 @Inherited 注解来更改注解继承;通过迁移到 Jakarta.annotation命名空间来支持Jakarta Annotations规范;以及一些对 GraalVM 内省机制(introspection)和资源配置的改进。更多详细信息请查看发布说明

 

Quarkus

Quarkus 2.0及其三个维护版本发布后不到一个月的时间里,Red Hat发布了Quarkus 2.1 的新特性,如: OpenID Connect Keycloak 提供者的开发服务(Dev Services); 用于 Microsoft SQL Server 的响应式驱动程序扩展 quarkus-reactive-mssql-client; 并支持 Kotlin 1.5。

 

Apache Camel

与 Quarkus 相关,Apache发布了 Camel Quarkus 2.1,它集成了 Quarkus 2.1、测试改进以及一个支持OpenTelemetry规范的新扩展

 

Payara

Payara发布了2021 年 7 月版的 Payara 平台。 社区版 5.2021.5 的特性包括:针对CVE-2021-28170的安全修复;支持读取多个密钥库(KeyStores) 和信任库 (TrustStores);升级了对 MicroProfile JWT Propagation 1.2.1的依赖;13 个 Bug 修复;以及 10 项改进。 更多详细信息请查看发布说明

 

企业版 5.29.0 包含与社区版相同的新特性和安全修复,以及 8 个 Bug 修复和 9 项改进。 更多详细信息请查看发布说明

 

WildFly

WildFly 24发布六周后,第一个维护版本 24.0.1 发布,其中包含 Bug 修复和对WildFly预览版的更新。 更多详细信息请查看它们的问题列表

 

Spring Framework

Spring 这一周很平静,没有任何新版本发布。但是,Josh Long(VMware 的 Spring 开发人员倡导者)刚刚发布了他最新Bootiful Podcast,他在其中与Asir V. Selvasingh(微软 Java on Azure 的项目经理)讨论了 Azure Spring Cloud、Spring Boot、Microsoft Azure 等。

 

IntelliJ IDEA

JetBrains发布了IntelliJ IDEA 2021.2,其特性包括:一个新的项目范围分析工具,其可在编译前跟踪错误;新的 IDE 操作,如重新格式化代码及优化导入;以及新的包搜索工具。

 

可通过观看Trisha Gee(JetBrains 的 Java 开发人员倡导者)的What's New for Java Developers in IntelliJ IDEA 2021视频来了解更多信息。

 

JetBrains还发布了IntelliJ Scala Plugin 2021.2,该插件支持 Scala 3.0,并改进了调试器、格式化程序、REPL、自动导入、 enum 及扩展方法。

 

RefactorFirst

RefactorFirst的 0.2.0 版已发布,其支持 Java 11,改进了数字格式和日志记录,删除了Apache Velocity以修复CVE-2020-13936问题,并修复了一些其他的 Bug。

 

Apache Tuweni

Apache发布了Apache Tuweni 2.0,它是一组协助用 Java 开发区块链的库及其他工具。它的新特性包括:一个带有简单钱包的新加密货币水龙头应用程序;JSON-RPC 客户端和服务端;以 Kotlin 编码实现的以太坊虚拟机(Ethereum Virtual Machine,EVM);以及用户与其他对等点保持存活选择连接的能力。

 

原文链接:

https://www.infoq.com/news/2021/08/java-news-roundup-jul26-2021/

2021-08-06 11:223380

评论

发布
暂无评论
发现更多内容

Android Glide 3(1),撸了郭霖大神写的Framework源码笔记

android 程序员 移动开发

Android S新特性介绍-近似定位,快速学会

android 程序员 移动开发

Android MediaPlayer音频播放器详解,字节跳动高工面试

android 程序员 移动开发

Android NDK开发,使用ndk-build编译,androidkotlin教程

android 程序员 移动开发

Android UI—仿微信底部导航栏布局,android应用程序开发

android 程序员 移动开发

Android Camera 内存问题剖析,Android屏幕适配很难嘛其实也就那么回事

android 程序员 移动开发

Android D8 编译器 和 R8 工具,android零基础开发

android 程序员 移动开发

Android GreenDao 使用全面讲解(1),2021Android最新大厂面试真题总结

android 程序员 移动开发

Android mvvm 之 LiveData 的原理,2021年Android高级面试题

android 程序员 移动开发

Android ShapeableImageView使用详解,告别shape、三方库(1)

android 程序员 移动开发

Android ShapeableImageView使用详解,告别shape、三方库

android 程序员 移动开发

Android Studio 4(1),android面试必看书籍

android 程序员 移动开发

Android Glide 3,android编程软件

android 程序员 移动开发

Android GreenDao 使用全面讲解,android开发教程百度网盘

android 程序员 移动开发

Android Matrix矩阵,跨平台移动开发ui

android 程序员 移动开发

Android DataBinding 从入门到进阶,android路由实现

android 程序员 移动开发

Android Gradle 干货,android屏幕适配框架

android 移动开发

Android Sqlite数据库升级时注意事项,android移动开发基础题库

android 程序员 移动开发

Android Ashmem匿名共享内存,科学技术协会面试

android 程序员 移动开发

Android Retrofit 2,今天带你详细了解各组件原理

android 程序员 移动开发

Android SDK 开发应该注意哪些?,阿里+头条+腾讯大厂Android笔试真题

android 程序员 移动开发

Android Jetpack 之 Lifecycle - 2,2021移动开发者未来的出路在哪里

android 程序员 移动开发

Android JVM面试专题:阿里100%会问到的c,Android开发工程师面试题

android 程序员 移动开发

Android Studio 3,今年Android面试必问的这些技术面

android 程序员 移动开发

Android ShapeableImageView使用详解,告别shape、三方库(2)

android 程序员 移动开发

Android Socket使用详解,android开发入门与实战作者

android 程序员 移动开发

Android Tangram模型:手把手带你学习淘宝、天猫都在用的UI框架模型

android 程序员 移动开发

Android Gradle进阶配置指南,太爽了

android 程序员 移动开发

Android Handler 从使用到进阶,html5手机端开发

android 程序员 移动开发

Android O 适配详细指南,Android开发三年月薪才12K

android 程序员 移动开发

Android P 应用兼容常见错误及建议,大牛教你怎么学习Android多进程

android 程序员 移动开发

Java近期新闻综述:IntelliJ IDEA 21.2、Quarkus 2.1、Micronaut 3.0.0-M5、WildFly、Payara Platform_语言 & 开发_Michael Redlich_InfoQ精选文章