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及子类的使用
详细信息:http://static.springsource.org/spring/docs/3.1.3.RELEASE/changelog.txt
主页:http://www.springsource.org/
下载:http://www.springsource.org/download/community?project=Spring%2520Framework&version=3.1.3.RELEASE
来自:开源中国社区