Commit Graph
3223 Commits
Author SHA1 Message Date
Juergen Hoeller 64bbbc91ff DataSourceUtils lets timeout exceptions through even for setReadOnly calls (SPR-7226)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3361 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 20:58:02 +00:00
Juergen Hoeller 6467e889b4 parse default elements if they live in the default namespace or if their parent is from another namespace (SPR-7218)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3360 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 19:18:34 +00:00
Juergen Hoeller 5dbe9988bf prepared for 3.0.3 release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3359 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 17:18:40 +00:00
Juergen Hoeller c2fee2b31f refined BeanDefinitionParserDelegate to only parse default elements if they actually live in the default namespace (SPR-7218)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3358 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 17:15:56 +00:00
Juergen Hoeller de0d62ce93 added convenient "checkRefresh" bean property to TilesConfigurer (SPR-7225)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3357 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 16:49:53 +00:00
Juergen Hoeller c171add6eb JodaTime 1.3 or higher required (SPR-7222)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3356 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 09:12:39 +00:00
Juergen Hoeller e22cb45715 check for "org.joda.time.LocalDate" in order to catch JodaTime 1.3 and higher only (SPR-7222)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3355 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 08:30:32 +00:00
Juergen Hoeller 2d67c052d0 fixed typos (SPR-7221)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3354 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 08:16:49 +00:00
Juergen Hoeller 927346144c refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean (SPR-7106)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3353 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-19 19:44:57 +00:00
Oliver Gierke be959708c7 Added myself and as author.
Added Dave and me in the copyright holder section, too.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3352 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-19 05:52:51 +00:00
Oliver Gierke d19d06cde4 SPR-7186 Added section on generic advice parameters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3351 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-19 05:52:47 +00:00
Oliver Gierke 98874899c5 Fixed year in copyright.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3350 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-19 05:52:44 +00:00
Andy Clement a276e7c21a SPR-7209: parsing poorly formed Elvis expressions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3349 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-18 18:44:40 +00:00
Arjen Poutsma 83f18530ca SPR-7211 - Extend HttpMessage interface to expose requestURL
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3348 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-18 11:12:54 +00:00
Juergen Hoeller f8089ea9b8 ClassUtils recognizes "void" as primitive type name as well (SPR-7212)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3347 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-18 08:49:09 +00:00
Juergen Hoeller 27c7dc858b consistent postProcessBeanFactory treatment for BeanDefinitionRegistryPostProcessors (SPR-7167)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3346 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-17 22:40:15 +00:00
Juergen Hoeller 798f34810e revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions (SPR-7177)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3345 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-17 21:59:02 +00:00
Chris Beams 50241ca741 BeanDefinitionRegistryPostProcessors' postProcessBeanDefinitionRegistry() method now gets called before postProcessBeanFactory() (SPR-7167)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3344 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-17 16:21:36 +00:00
Arjen Poutsma f0544b5aad Added DeprecatedBeanWarner
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3343 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-17 14:31:48 +00:00
Juergen Hoeller bad14c65db ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns (SPR-7198)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3342 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-17 12:41:32 +00:00
Juergen Hoeller a4fa1f694f filter for duplicate listeners in "getApplicationListeners()" as well (SPR-7204)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3341 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-16 19:08:12 +00:00
Juergen Hoeller 32a31fb7a2 removed ServerSessionMessageListenerContainer coverage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3340 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-16 17:46:28 +00:00
Juergen Hoeller ed8025e750 fixed typos
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3339 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-16 17:32:01 +00:00
Costin Leau 79597d6d05 SPR-7197
+ fix template

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3338 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-15 09:22:56 +00:00
Costin Leau c81830a2a1 SPR-7197
polish :)


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3337 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 19:34:36 +00:00
Costin Leau feec66ab73 SPR-7197
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3336 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 19:29:44 +00:00
Luke Taylor dbecde0bd1 Rolled-back accidental .classpath changes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3335 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 16:23:48 +00:00
Luke Taylor ed0eecff4b Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3334 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 16:07:39 +00:00
Luke Taylor 34595d7492 SPR-7158: Added missing space in MVC docbook file
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3333 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 14:04:56 +00:00
Thomas Risberg 27e6aa644f fixed index test for parameter types (SPR-7199)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3332 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-14 12:52:59 +00:00
Juergen Hoeller 8e49cfbc35 JSP Radiobutton/CheckboxesTag utilizes PropertyEditor/ConversionService for label rendering (SPR-7174)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3331 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 23:07:11 +00:00
Juergen Hoeller 272329942b added getLastTaskInfo() method to StopWatch (SPR-7134)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3330 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 22:43:18 +00:00
Juergen Hoeller 3c541242f2 AsyncAnnotationBeanPostProcessor consistently adds @Async processing as first Advisor in the chain (SPR-7147)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3329 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 22:13:29 +00:00
Juergen Hoeller f85dd7806e added "idleConsumerLimit" bean property to DefaultMessageListenerContainer (SPR-7189)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3328 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 16:33:55 +00:00
Juergen Hoeller 8ecac57161 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3327 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 14:44:34 +00:00
Juergen Hoeller 5552c241c2 exclude abstract lazy-init beans from MBean exposure as well (SPR-6784)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3326 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 14:38:58 +00:00
Juergen Hoeller 2472c22298 MVC mappings properly apply even to welcome file entries that forward to a DispatcherServlet (SPR-7143)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3325 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 20:15:40 +00:00
Juergen Hoeller 220d5a0e15 MockHttpServletResponse supports multiple includes (SPR-7188)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3324 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 14:07:25 +00:00
Juergen Hoeller 9fa9615409 MockHttpServletResponse supports multiple includes (SPR-7188)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3323 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 14:05:21 +00:00
Thomas Risberg b5588049aa added null check for parameter (SPR-7193)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3322 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 13:26:03 +00:00
Juergen Hoeller 7300f287c4 added support for JAX-WS 2.1 WebServiceFeatures to JaxWsPortClientInterceptor/PortProxyFactoryBean (SPR-5712)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3321 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 12:32:03 +00:00
Juergen Hoeller af3512e929 properly return null from getPersistenceUnitInfo again (SPR-7055)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3320 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-12 08:46:55 +00:00
Juergen Hoeller 949d8fa9da setTransactionIsolation on JDBC Connection only called when actually necessary (for PostgreSQL; SPR-7184)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3319 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-11 13:14:53 +00:00
Juergen Hoeller 7520f938fa restored original jms namespace declaration
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3318 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-10 21:31:13 +00:00
Mark Pollack 65105cd94c some infrastructure files for custom schema
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3317 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-10 18:33:31 +00:00
Juergen Hoeller a6a8a5cca7 CachingConnectionFactory detects destination equality for WebSphere MQ as well (using toString; SPR-7148)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3316 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-07 16:53:59 +00:00
Juergen Hoeller 0ce8c6bf9d set shared variables with configured ObjectWrapper (SPR-7165)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3315 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-07 15:06:27 +00:00
Andy Clement 4e32e896ab SPR-6941
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3314 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-06 00:26:13 +00:00
Andy Clement dedf6489ac SPR-7173, SPR-7100
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3313 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-05 23:52:01 +00:00
Costin Leau f868c794eb SPR-7163
SPR-7161
+ update Petclinic references
+ minor corrections

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3312 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-05 13:42:46 +00:00