Spring Framework 5.1.12 发布了,更新内容如下:
新特性
- 提供自定义编解码器的默认编解码器配置回调 #24119
- 允许 WebClient 中的 ExchangeStrategies 自定义 #24106
- ExtendedBeanInfo.PropertyDescriptorComparator 中的 String.getBytes() 缓存结果 #24095
- IOException 与 WebFlux 在 Jetty 上“待处理/未就绪时关闭” #24060
- 避免在 StringUtils.replace 中分配子字符串 #24024
- 支持新的 MySQL 8 错误代码 3572 #23973
- WebClient retry() 不重新运行过滤器 #23909
Bug 修复
- JSON编解码器中的NullPointerException解析流编码 #24076
- 修正 AbstractBeanDefinition 等于实现 #24054
- SqlRowSet 访问器方法应标记为 @nullable #24044
- ControllerAdviceBean.findAnnotatedBeans() 查找代理及其目标 Bean,从而导致两次注册 #24018
- 确保 InstantFormatter 可以正确反序列化 ISO 格式的日期 #23993
- 允许 schemaZip Gradle 任务在 MS Windows 上执行 #23987
- 损坏的多部分+正确的内容长度导致 Flux 挂起 #23948
- ShallowETagHeaderFilter 覆盖 ETag #23941
- ResponseCookie 允许域名中的前导点 #23928
- 5.2.1 MockCookie 解析实现中的回归 #23920
- 如果还使用 pathPrefix,则忽略 useSuffixPatternMatch #23919
更新说明:
https://github.com/spring-projects/spring-framework/releases/tag/v5.1.12.RELEASE |