8704 Commits (1c91a52639ee61aa901b608c9115087de617536d)
 

Author SHA1 Message Date
Rossen Stoyanchev 1c91a52639 Add STOMP subscribe/unscubscribe ApplicationContext events 11 years ago
Rossen Stoyanchev 9aa53abdf9 Add AsyncRestTemplate support to client-side MockMvc 11 years ago
Juergen Hoeller 045d7357d5 SharedEntityManagerCreator immediately throws TransactionRequiredException on persist, merge, remove etc (as required by JPA spec) 11 years ago
Rossen Stoyanchev cab0b97a83 Polish 11 years ago
Rossen Stoyanchev 7a5b3c1eed Append suffx to user dest in SimpMessagingTemplate 11 years ago
Juergen Hoeller 682a910bb6 ReflectionUtils caches Class.getDeclaredMethods() results; AnnotationUtils caches findAnnotation results 11 years ago
Stephane Nicoll b0979cbab6 autoGrow support in DataBinder for field access 11 years ago
Stephane Nicoll 17d15cc495 Fix warning 11 years ago
Stephane Nicoll bc714888c4 Nested properties support for field-based validation 11 years ago
Rossen Stoyanchev 113fd1180a Fine tune STOMP and WebSocket related logging 11 years ago
Brian Clozel b2f6445058 Fix unit test for SPR-11919 11 years ago
Brian Clozel 24cdefb785 Workaround for WFLY-3474 NullPointerException 11 years ago
Stephane Nicoll 8221c9abc5 Support for nested path using field access 11 years ago
Juergen Hoeller 442bd682a7 Polishing 11 years ago
Juergen Hoeller a9b650fd0f DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well 11 years ago
Rossen Stoyanchev 9796af72db Improve JettySockJsIntegrationTests to show real error 11 years ago
Rossen Stoyanchev a3fa9c9797 Add check for unused WebSocket sessions 11 years ago
Juergen Hoeller 98d6f7b443 Polishing 11 years ago
Juergen Hoeller 35067790f3 MBeanExporter implements DisposableBean again (also revised logging and rearranged properties) 11 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 11 years ago
Sam Brannen 50b21d061f Add TODO for fate of Hibernate JPA integration tests 11 years ago
Sam Brannen 158cb346a5 Re-enable OpenJPA + AspectJ tests 11 years ago
Sam Brannen e73b8b31f8 Delete accidental call to System.err 11 years ago
Juergen Hoeller 8ea0d8eea1 Latest dependency updates (AspectJ 1.8.1, Reactor 1.1.2, Tomcat 8.0.9, Jackson 2.4.1, JAMon 2.76) 11 years ago
Juergen Hoeller cc917de24d Polishing 11 years ago
Juergen Hoeller b3e3c5312f Introduced AnnotationConfigRegistry as common interface for AnnotationConfig(Web)ApplicationContext 11 years ago
Juergen Hoeller 591f79514d Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate) 11 years ago
Brian Clozel 9919a98231 HttpHeaders fails getAllow if set to EmptyCollection 11 years ago
Rossen Stoyanchev 0f47732523 Fix failing test 11 years ago
Sam Brannen 502022acca Delete test annotations in spring-orm 11 years ago
Rossen Stoyanchev 6ad79e03c6 Create SockJS ThreadPoolTaskScheduler extension 11 years ago
Rossen Stoyanchev 3ed9885dc5 Merge SockJS client-related changes 11 years ago
Rossen Stoyanchev 1e342e4dbf Use SimpleAsyncTaskExecutor in WebSocketClient impls 11 years ago
Rossen Stoyanchev 5d2e6f6d4c Prevent unbounded retention of cancelled SockJS tasks 11 years ago
Rossen Stoyanchev fcf6ae8328 Fix concurrency issues in SockJS session impls 11 years ago
Rossen Stoyanchev e82df99a22 Add SockJS client 11 years ago
Rossen Stoyanchev dc1d85d045 Support registering Filters in WebSocket test servers 11 years ago
Rossen Stoyanchev c14ba1a0ff Add SockJsFrameType enum 11 years ago
Rossen Stoyanchev c86f711de5 Polish SockJsFrame 11 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 11 years ago
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 11 years ago
Juergen Hoeller f966bf683c Explicitly mention BeanPostProcessor declaration requirements with @Bean methods 11 years ago
Juergen Hoeller 779ca99f38 SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value 11 years ago
Sam Brannen b4e16eacc5 Require JUnit 4.9 or higher in the TCF 11 years ago
Juergen Hoeller 2d892da641 FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well 11 years ago
Juergen Hoeller 938a2846c8 Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons) 11 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 11 years ago
Juergen Hoeller a6f3f101e4 Preparations for eventual removal of ParameterizedRowMapper along with SimpleJdbcTemplate 11 years ago
Brian Clozel 13c4a0396d Refactor VersionResourceResolver in strategies 11 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 11 years ago