Spring Framework 5.1.12 发布
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...