2008-12-05 15:25:33 +08:00
|
|
|
SPRING FRAMEWORK CHANGELOG
|
|
|
|
==========================
|
2009-01-21 02:49:13 +08:00
|
|
|
http://www.springsource.org
|
|
|
|
|
|
|
|
|
2009-02-13 07:03:58 +08:00
|
|
|
Changes in version 3.0.0.M2 (2009-02-16)
|
2009-01-21 02:49:13 +08:00
|
|
|
----------------------------------------
|
|
|
|
|
2009-02-13 07:03:58 +08:00
|
|
|
* revised expression parser API design
|
|
|
|
* added SimpleThreadScope implementation
|
2009-02-10 19:24:05 +08:00
|
|
|
* "systemProperties" bean is not considered a default match for type Properties anymore
|
|
|
|
* registered plain singletons will be fully matched according to their qualifiers
|
|
|
|
* all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor"
|
|
|
|
* added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor
|
|
|
|
* SimpleAsyncTaskExecutor supports a custom "java.util.concurrent.ThreadFactory"
|
|
|
|
* SchedulingTaskExecutor interface extends AsyncTaskExecutor now
|
|
|
|
* added ThreadPoolExecutorFactoryBean (exposing the native ExecutorService interface)
|
|
|
|
* added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor
|
|
|
|
* reduced backport-concurrent support to TaskExecutor adapters
|
|
|
|
* added @Async annotation and AsyncAnnotationAdvisor (namespace support coming in M3)
|
|
|
|
* EJB 3.1's @Asynchronous annotation gets detected and supported by default as well
|
|
|
|
* ApplicationListener beans get obtained on demand, supporting non-singletons as well
|
|
|
|
* ApplicationListeners will be called in the order according to the Ordered contract
|
|
|
|
* generified ApplicationListener interface, narrowing the event type to be received
|
|
|
|
* generified Hibernate/Jdo/JpaCallback with generic "doInXxx" return type
|
|
|
|
* HibernateOperations uses generic parameter/return types where possible
|
|
|
|
* JdoOperations uses generic parameter/return types where possible (following JDO 2.1)
|
|
|
|
* removed "flush" operation from JdoDialect (fully relying on JDO 2.0+ compliance now)
|
|
|
|
* added JDO 2.1 compliant StandardPersistenceManagerProxy/SpringPersistenceManagerProxy
|
|
|
|
* Spring-created EntityManagers support JPA 2.0 draft API ("unwrap", "getQueryBuilder")
|
|
|
|
* Spring initiates JPA 2.0 query timeout with remaining Spring transaction timeout
|
|
|
|
* added support for WebSphere's ResourceAdapter-managed messaging transactions
|
2009-02-13 07:03:58 +08:00
|
|
|
* made SpringBeanAutowiringInterceptor callback signature compatible with WebSphere
|
|
|
|
* fixed JmsException/JmsUtils to fully avoid NPEs in case of cause messages being null
|
2009-01-21 02:49:13 +08:00
|
|
|
* introduced OXM support package (originating from Spring Web Services)
|
|
|
|
* introduced OXM-based MarshallingMessageConverter for JMS
|
|
|
|
* introduced OXM-based MarshallingView for Spring MVC
|
2009-02-10 19:24:05 +08:00
|
|
|
* refined @PathVariable handling in MVC handler methods
|
|
|
|
* updated Spring Portlet MVC infrastructure and mocks for Portlet API 2.0
|
2009-01-21 02:49:13 +08:00
|
|
|
* added resource and event methods to Portlet HandlerAdapter/HandlerInterceptor
|
|
|
|
* added resolveException method for resource requests to HandlerExceptionResolver
|
|
|
|
* introduced Resource/EventAwareController subinterfaces of Portlet Controller
|
|
|
|
* introduced @Action/@Render/@Resource/@EventMapping annotations for Portlet MVC
|
|
|
|
* added @RequestHeader support for Portlet MVC
|
|
|
|
* introduced @CookieValue annotation for Servlet and Portlet MVC handler methods
|
|
|
|
|
2008-07-11 14:34:50 +08:00
|
|
|
|
2008-12-05 15:25:33 +08:00
|
|
|
Changes in version 3.0.0.M1 (2008-12-05)
|
|
|
|
----------------------------------------
|
|
|
|
|
2008-12-05 15:45:18 +08:00
|
|
|
* revised project layout and build system (module-based sources, bundle repository)
|
|
|
|
* updated entire codebase for Java 5 code style (generics, varargs, StringBuilder)
|
2008-12-05 15:25:33 +08:00
|
|
|
* updated to JUnit 4.5 and JRuby 1.1
|
2008-12-05 15:45:18 +08:00
|
|
|
* removed WebLogic 8.1 and WebSphere 5.1 support
|
|
|
|
* removed native TopLink API support (superseded by JPA)
|
|
|
|
* removed Commons Attributes support (superseded by Java 5 annotations)
|
|
|
|
* removed Jakarta JSTL support for JSP 1.2 (superseded by JSP 2.0)
|
|
|
|
* removed outdated Struts 1.x Action delegation support
|
2008-12-05 15:25:33 +08:00
|
|
|
* removed ContextLoaderServlet and Log4jConfigServlet
|
2008-12-05 15:45:18 +08:00
|
|
|
* deprecated form controller hierarchy in favor of @MVC form object handling
|
|
|
|
* deprecated JUnit 3.8 test class hierarchy in favor of test context framework
|
2009-02-10 19:24:05 +08:00
|
|
|
* revised TaskExecutor interface to extend "java.util.concurrent.Executor" now
|
2008-12-05 15:25:33 +08:00
|
|
|
* introduced Spring EL parser in org.springframework.expression package
|
|
|
|
* introduced #{...} expression support in bean definitions
|
|
|
|
* introduced @Value annotation for embedded expression support
|
|
|
|
* introduced @PathVariable annotation for MVC handler methods
|
2008-12-05 15:45:18 +08:00
|
|
|
* introduced ShallowEtagHeaderFilter
|
2008-12-05 15:25:33 +08:00
|
|
|
* introduced AbstractAtomFeedView and AbstractRssFeedView
|
|
|
|
* introduced default value support for @RequestParam
|
|
|
|
* introduced @RequestHeader annotation for MVC handler methods
|
|
|
|
* introduced "spring:url" and "spring:param" JSP tags
|