Spring Boot 2.1.10 发布了,可从 repo.spring.io
或 Maven Central 获取。
此版本包含 54 个修复、改进和依赖项升级。更新内容如下:
新特性
-
支持 spring.rabbitmq.addresses 中的 amqps:// URIs #18808
Bug 修复
-
当 Bean 定义没有资源描述时,BeanDefinitionOverrideExceptions 的失败分析描述包括无用的信息 #18721
-
重命名 max-http-post-size 服务器属性 #18566
-
弃用 server.connection-timeout 并创建服务器特定的配置密钥 #18473
-
DevTools 无法正确处理在 Class-Path 清单属性中找到的编码 URL #18410
-
@ConfigurationProperties 中的递归属性在生成元数据时导致 java.lang.StackOverflowError #18365
-
由 AbstractDependsOnBeanFactoryPostProcessors 创建的依赖关系不能被覆盖 #18362
-
在端点的超类上配置的端点筛选器无效 #17866
更新说明: https://github.com/spring-projects/spring-boot/releases/tag/v2.1.10.RELEASE
原文
https://www.oschina.net/news/111183/spring-boot-2-1-10-released