|
From: Juergen H. <jho...@us...> - 2006-12-31 21:49:30
|
Update of /cvsroot/springframework/spring In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21077 Modified Files: Tag: mbranch-1-2 changelog.txt Log Message: final preparations for the 1.2.9 release Index: changelog.txt =================================================================== RCS file: /cvsroot/springframework/spring/changelog.txt,v retrieving revision 1.392.2.30 retrieving revision 1.392.2.31 diff -C2 -d -r1.392.2.30 -r1.392.2.31 *** changelog.txt 22 Dec 2006 17:08:37 -0000 1.392.2.30 --- changelog.txt 31 Dec 2006 21:49:27 -0000 1.392.2.31 *************** *** 4,8 **** ! Changes in version 1.2.9 (30.12.2006) ------------------------------------- --- 4,8 ---- ! Changes in version 1.2.9 (31.12.2006) ------------------------------------- *************** *** 15,18 **** --- 15,19 ---- * Cglib2AopProxy throws AopConfigException instead of AspectException, for better root cause handling * HashMapCachingAdvisorChainFactory uses synchronized access to its method cache Map + * ProxyFactoryBean returns null in case of a circular reference, leading to a FactoryBeanNotInitializedException * AbstractAutoProxyCreator considers all Advices (not just MethodInterceptors) as infrastructure classes to ignore *************** *** 30,33 **** --- 31,35 ---- * fixed method overrides check to accept methods declared on interfaces as well * fixed PropertyPlaceholderConfigurer to throw a BeanDefinitionStoreException in case of any circular reference + * ResourceEntityResolver catches any kind of Exception in system root URL check (in particular AccessControlException) * removed default for "abstract"/"singleton" attributes in "spring-beans.dtd", for 2.0-style inheritance for inner beans *************** *** 91,94 **** --- 93,97 ---- Package org.springframework.remoting * Burlap/Hessian/Rmi/JndiRmiClientInterceptor consistently throw RemoteProxyFailureException instead of AspectException + * RmiServiceExporter logs description of actual registry instead of port (to properly handle passed-in "registry") Package org.springframework.scheduling |