内容简介:沉寂半年, Spring Cloud Alibaba 2.2.2.RELEASE 兼容 Spring Cloud Hoxton.SR8 <dependencyManagement> <dependencies> <dependency> <groupId>com.alib...
沉寂半年, Spring Cloud Alibaba 2.2.2.RELEASE
兼容 Spring Cloud Hoxton.SR8
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Spring Cloud Alibaba 现在可以在 Spring Initializr 和 Aliyun Java Initializr 上生成运行!
???? 依赖升级
-
[Nacos]升级到 Nacos Client 1.3.2(#1631)
-
[Seata]升级到 Seata 1.3.0(#1650)
-
[Sentinel]升级到 Sentinel 1.8.0(#issues)
-
[Dubbo]升级到 Apache Dubbo 2.7.8(#1624)
-
[Common]升级到 Alibaba Spring Context 支持 1.0.9(#1625)
⭐️ 功能/增强
-
NacosWatch 更新本地元数据#1704
-
Nacos namingService 支持动态切换#1698
-
为 NamingService #1638 添加销毁生命周期回调
-
添加 NacosRegistrationCustomizer #1495
-
支持临时 Nacos ServiceInstance #1488
-
Sidecar 健康检测优化#1686
-
使用 AbstractMessageChannel.getInterceptors()替换 ChannelInterceptorAware.getChannelInterceptors()#1503
???? Bug 修复
-
修复 NacosServiceDiscovery.hostToServiceInstance 方法 NPE #1536
-
解决了 Nacos Config #1483 的加载顺序问题
-
修复文档#1646 上的代码问题
-
修复 nacos-discovery-example readme 文件#1511
-
更新 nacos-config.adoc #1618
-
修复 nacos-config.adoc #1484 中的错误单词
-
RedisDataSourceProperties 的 masterId 逻辑错误#1622
- 避免 k8s 准备就绪探针删除 pod#1586
更新说明:https://github.com/alibaba/spring-cloud-alibaba/releases
以上所述就是小编给大家介绍的《Spring Cloud Alibaba 2.2.2 发布,兼容 Hoxton.SR8》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Wine 3.2 发布,Windows 应用兼容层
- VirtualEnv 16.2.0 发布,兼容 fish 3
- Wine 2.15 发布,Windows 应用兼容层
- Wine 2.18 发布,Windows 应用兼容层
- Wine 2.19 发布,Windows 应用兼容层
- Wine 2.21 发布,Windows 应用兼容层
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Servlet & JSP Cookbook
Bruce W. Perry / O'Reilly Media / 2003-12-1 / USD 49.99
With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will ......一起来看看 《Java Servlet & JSP Cookbook》 这本书的介绍吧!