欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Spring 3.1.0 M2发布

程序员文章站 2024-02-24 12:15:53
...

Spring 3.1 第二个里程碑也是最后一个里程碑版本已经通过 http://maven.springframework.org/milestone Maven repository 提供,你也可以直接从 community download page 下载。

 

本次发布包含大量新特性,例如:

  • Code equivalents for Spring's XML namespaces
  • Builder-style APIs for code-based Hibernate configuration
  • TestContext framework support for @Configuration classes and bean definition profiles
  • Support for injection against non-standard JavaBeans setters
  • Support for Servlet 3 code-based configuration of Servlet container
  • Support for Servlet 3 MultipartResolver
  • JPA EntityManagerFactory bootstrapping without persistence.xml
  • New HandlerMethod-based Support Classes For Annotated Controller Processing
  • Consumes and Produces @RequestMapping Conditions
  • Working With URI Template Variables In Controller Methods
  • Validation For @RequestBody Method Arguments

请参阅参考手册中 New Features and Enhancements in Spring 3.1 一节获得细节。

 

请关注 SpringSource Blog, 在未来的一周,我们将发布一系列有关 3.1.0.M2 新特性的博文.

 

Download | Documentation | Javadoc API | Change Log | JIRA

 

开发者可在 community forum 提问 也可提交问题到 JIRA .

 

 

相关标签: Spring