springboot2.5.7

v2.5.7

https://github.com/spring-projects/spring-boot/releases/tag/v2.5.7

Bug Fixes

  • Dependency management for JSTL is out of date #28659
  • JUnit annotations may prevent a test context from being cached #28565
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28531
  • Profiles added using @ActiveProfiles have different precedence #28530
  • Logback should default to JVM's default charset instead of ASCII #28486
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28479
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28446

 Documentation

  • Fix "Configure Two DataSources" example #28712
  • Update URL for GraphQL Spring Boot starter #28683
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28680
  • Configuration sample in reference doc has wrong yaml formatting #28671
  • Fix yaml sample format in reference doc #28670
  • Fix typo in "Ant-style path matching" #28549
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28466
  • Improve documentation on using an embedded ActiveMQ broker #28434
  • Don't use markdown syntax in javadoc or error messages #28424

 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28556
  • Upgrade to Gson 2.8.9 #28557
  • Upgrade to Hazelcast 4.1.6 #28558
  • Upgrade to Johnzon 1.2.15 #28559
  • Upgrade to Kafka 2.7.2 #28694
  • Upgrade to Logback 1.2.7 #28695
  • Upgrade to Micrometer 1.7.6 #28511
  • Upgrade to Neo4j Java Driver 4.2.8 #28717
  • Upgrade to Netty 4.1.70.Final #28560
  • Upgrade to Netty tcNative 2.0.46.Final #28718
  • Upgrade to Reactor 2020.0.13 #28509
  • Upgrade to Spring AMQP 2.3.12 #28600
  • Upgrade to Spring Batch 4.3.4 #28250
  • Upgrade to Spring Data 2021.0.7 #28512
  • Upgrade to Spring Framework 5.3.13 #28510
  • Upgrade to Spring HATEOAS 1.3.6 #28609
  • Upgrade to Spring Integration 5.5.6 #28513
  • Upgrade to Spring Kafka 2.7.9 #28539
  • Upgrade to Tomcat 9.0.55 #28696

二、更新内容

2.1 bug修复

  • JSTL 的依赖管理已过时#28659
  • JUnit 注释可能会阻止缓存测试上下文#28565
  • 使用 FilteredClassLoader 避免重复的 AOP 代理类定义#28531
  • 使用添加的配置文件@ActiveProfiles具有不同的优先级#28530
  • Logback 应该默认为 JVM 的默认字符集而不是 ASCII #28486
  • 当父上下文具有方法验证配置时,它不会在其子上下文中自动配置#28479
  • 除非明确接受 application/openmetrics-text,否则 Prometheus 执行器端点应生成文本/纯文本响应#28446

2.2 文档

  • 修复“配置两个数据源”示例#28712
  • GraphQL Spring Boot 启动程序的更新 URL #28683
  • 修复@deprecated并@see在org.springframework.boot.loader.archive.Archive的Javadoc #28680
  • 参考文档中的配置示例有错误的 yaml 格式#28671
  • 修复参考文档中的 yaml 示例格式#28670
  • 修复“Ant-style path matching”中的错字#28549
  • 更改属性“logging.logback.rollingpolicy.max-history”的描述以匹配 Logback 文档#28466
  • 改进有关使用嵌入式 ActiveMQ 代理的文档#28434
  • 不要在 javadoc 或错误消息中使用Markdown语法#28424

2.3 依赖升级

  • 升级至 AppEngine SDK 1.9.92 #28556
  • 升级至 Gson 2.8.9 #28557
  • 升级至 Hazelcast 4.1.6 #28558
  • 升级至 Johnzon 1.2.15 #28559
  • 升级至 Kafka 2.7.2 #28694
  • 升级至 Logback 1.2.7 #28695
  • 升级至 Micrometer 1.7.6 #28511
  • 升级至 Neo4j Java Driver 4.2.8 #28717
  • 升级至 Netty 4.1.70.Final #28560
  • 升级至 Netty tcNative 2.0.46.Final #28718
  • 升级至 Reactor 2020.0.13 #28509
  • 升级至 Spring AMQP 2.3.12 #28600
  • 升级至 Spring Batch 4.3.4 #28250
  • 升级至 Spring Data 2021.0.7 #28512
  • 升级至 Spring Framework 5.3.13 #28510
  • 升级至 Spring HATEOAS 1.3.6 #28609
  • 升级至 Spring Integration 5.5.6 #28513
  • 升级至 Spring Kafka 2.7.9 #28539
  • 升级至 Tomcat 9.0.55 #28696



本文来源:码农网
本文链接:https://www.codercto.com/a/128571.html

原文地址:https://www.cnblogs.com/telwanggs/p/15798392.html