Spring项目团队今天发布了Spring Framework 3.1.3版本。  

该版本包含了80多处功能改进和bug修复,部分如下:

  • 允许解析带单引号的media类型
  • 现在ResourceBundleMessageSource更加灵活
  • 改善了大量使用Prototype Scoped Beans时的性能
  • 修复了JNLP连接中的缓存处理问题
  • LinkedCaseInsensitiveMap现在可以检测关键字(不区分大小写)的唯一性
  • ResourceBundleMessageSource支持defaultEncoding、fallbackToSystemLocale和cacheSeconds
  • 允许arg-type方法匹配元素主体
  • Spring驱动的数据源始终遵循JDBC 4.0的封装接口
  • 优化了ResourceDatabasePopulator,以解决JDK 1.7中substring性能回归的问题
  • 弃用SimpleJdbcTestUtils,建议使用JdbcTestUtils
  • 在JdbcTestUtils中引入了countRowsInTableWhere()和dropTables()
  • 改进了使用@RequestMapping方法时的不匹配问题
  • 优化了AntPathStringMatcher、HandlerMethod及子类的使用

详细信息:Change Log
下载地址:Spring Framework 3.1.3

相关文章:

  • 2021-11-20
  • 2021-08-06
  • 2021-06-14
  • 2022-12-23
  • 2021-08-30
  • 2022-01-06
  • 2021-05-28
  • 2021-12-15
猜你喜欢
  • 2021-07-10
  • 2021-07-09
  • 2021-09-18
  • 2021-07-27
  • 2021-07-06
  • 2021-07-25
  • 2021-08-21
相关资源
相似解决方案