Spring Framework 3.2 M1(Milestone 1)于2012年9月发布,是Spring 3.2版本的第一个里程碑版本

张开发
2026/4/20 12:34:02 15 分钟阅读

分享文章

Spring Framework 3.2 M1(Milestone 1)于2012年9月发布,是Spring 3.2版本的第一个里程碑版本
Spring Framework 3.2 M1Milestone 1于2012年9月发布是Spring 3.2版本的第一个里程碑版本。该版本引入了多项重要新特性与改进主要包括✅对Java 8的早期支持准备虽未完全适配但为后续Java 8兼容性铺路✅增强的Web MVC支持包括RestController注解的雏形正式引入在3.2 RC1、异步请求处理基于Servlet 3.0的DeferredResult和Callable、更灵活的RequestMapping组合注解支持✅改进的测试支持WebAppConfiguration、MockMvc增强、支持测试中加载WebApplicationContext✅条件化Bean注册初步引入Conditional机制后在4.0中全面推广✅性能与内存优化如ClassPathScanningCandidateComponentProvider缓存优化、减少反射调用开销⚠️ 注意M1为预览版不建议用于生产环境正式GA版3.2.0.RELEASE发布于2013年2月。!-- Maven 坐标示例仅限测试/评估非生产推荐 --dependencygroupIdorg.springframework/groupIdartifactIdspring-context/artifactIdversion3.2.0.M1/version/dependencySpring Framework 3.2 M1 ReleasedReleasesChris BeamsMay 29, 2012The first milestone release toward Spring 3.2 is now available from the SpringSource repository at http://repo.springsource.org. See here for a quick tutorial on resolving these artifacts via Maven.This release includes:initial support for asynchronous Controller methods early support for JCache-based cache providers significant performance improvements in autowiring of non-singleton beans initial delay support for Scheduled and task:scheduled ability to choose between multiple executuors with Async enhanced bean profile selection using the not (!) operator 48 bugs fixed, 8 new features and 36 improvements implementedThis is also the first release since our move to GitHub and using our new Gradle build. A special thanks to the authors of the many pull requests submitted and merged during 3.2 M1! Keep them coming!Download | Documentation | Javadoc API | Change Log | JIRA | Forum | Stack Overflowcomments powered by DisqusSpring3.2的第一个里程碑版本现在可以从SpringSource存储库http://repo.SpringSource.org获得。有关通过Maven解决这些工件的快速教程请参见此处。此版本包括异步Controller方法的初始支持早期支持基于JCache的缓存提供程序非单例bean自动连线的显著性能改进Scheduled和task:Scheduled的初始延迟支持使用Async在多个执行器之间进行选择的能力使用not增强bean配置文件选择操作人员修复了48个错误实现了8项新功能和36项改进这也是我们迁移到GitHub并使用新的Gradle构建之后的第一个版本。特别感谢在3.2 M1期间提交并合并了许多pull请求的作者让他们来下载|文档| Javadoc API |更改日志| JIRA |论坛|堆栈溢出

更多文章