9310 Commits (a3fd00eadbc59698a9c7870fb3539431d4579f00)
 

Author SHA1 Message Date
Rossen Stoyanchev 7da3fb4ce6 Support STOMP DISCONNECT with receipt 10 years ago
Rossen Stoyanchev 7dc2b2927e Use SESSION_NOT_RELIABLE when no messages received 10 years ago
Rossen Stoyanchev 3af488a701 Avoid multiple invocations of afterConnectionClosed 10 years ago
Rossen Stoyanchev 86de416908 More WebSocket logging updates 10 years ago
Juergen Hoeller fac2d80054 AbstractApplicationContext uses AtomicBoolean instead of synchronization for active/closed flags 10 years ago
Juergen Hoeller 0232739293 Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA) 10 years ago
Rossen Stoyanchev 1c91a52639 Add STOMP subscribe/unscubscribe ApplicationContext events 10 years ago
Rossen Stoyanchev 9aa53abdf9 Add AsyncRestTemplate support to client-side MockMvc 10 years ago
Juergen Hoeller 045d7357d5 SharedEntityManagerCreator immediately throws TransactionRequiredException on persist, merge, remove etc (as required by JPA spec) 10 years ago
Rossen Stoyanchev cab0b97a83 Polish 10 years ago
Rossen Stoyanchev 7a5b3c1eed Append suffx to user dest in SimpMessagingTemplate 10 years ago
Juergen Hoeller 682a910bb6 ReflectionUtils caches Class.getDeclaredMethods() results; AnnotationUtils caches findAnnotation results 10 years ago
Stephane Nicoll b0979cbab6 autoGrow support in DataBinder for field access 10 years ago
Stephane Nicoll 17d15cc495 Fix warning 10 years ago
Stephane Nicoll bc714888c4 Nested properties support for field-based validation 10 years ago
Rossen Stoyanchev 113fd1180a Fine tune STOMP and WebSocket related logging 10 years ago
Brian Clozel b2f6445058 Fix unit test for SPR-11919 10 years ago
Brian Clozel 24cdefb785 Workaround for WFLY-3474 NullPointerException 10 years ago
Stephane Nicoll 8221c9abc5 Support for nested path using field access 10 years ago
Juergen Hoeller 442bd682a7 Polishing 10 years ago
Juergen Hoeller a9b650fd0f DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well 10 years ago
Rossen Stoyanchev 9796af72db Improve JettySockJsIntegrationTests to show real error 10 years ago
Rossen Stoyanchev a3fa9c9797 Add check for unused WebSocket sessions 10 years ago
Juergen Hoeller 98d6f7b443 Polishing 10 years ago
Juergen Hoeller 35067790f3 MBeanExporter implements DisposableBean again (also revised logging and rearranged properties) 10 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 10 years ago
Sam Brannen 50b21d061f Add TODO for fate of Hibernate JPA integration tests 10 years ago
Sam Brannen 158cb346a5 Re-enable OpenJPA + AspectJ tests 10 years ago
Sam Brannen e73b8b31f8 Delete accidental call to System.err 10 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) 10 years ago
Juergen Hoeller cc917de24d Polishing 10 years ago
Juergen Hoeller b3e3c5312f Introduced AnnotationConfigRegistry as common interface for AnnotationConfig(Web)ApplicationContext 10 years ago
Juergen Hoeller 591f79514d Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate) 10 years ago
Brian Clozel 9919a98231 HttpHeaders fails getAllow if set to EmptyCollection 10 years ago
Rossen Stoyanchev 0f47732523 Fix failing test 10 years ago
Sam Brannen 502022acca Delete test annotations in spring-orm 10 years ago
Rossen Stoyanchev 6ad79e03c6 Create SockJS ThreadPoolTaskScheduler extension 10 years ago
Rossen Stoyanchev 3ed9885dc5 Merge SockJS client-related changes 10 years ago
Rossen Stoyanchev 1e342e4dbf Use SimpleAsyncTaskExecutor in WebSocketClient impls 10 years ago
Rossen Stoyanchev 5d2e6f6d4c Prevent unbounded retention of cancelled SockJS tasks 10 years ago
Rossen Stoyanchev fcf6ae8328 Fix concurrency issues in SockJS session impls 10 years ago
Rossen Stoyanchev e82df99a22 Add SockJS client 10 years ago
Rossen Stoyanchev dc1d85d045 Support registering Filters in WebSocket test servers 10 years ago
Rossen Stoyanchev c14ba1a0ff Add SockJsFrameType enum 10 years ago
Rossen Stoyanchev c86f711de5 Polish SockJsFrame 10 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 10 years ago
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 10 years ago
Juergen Hoeller f966bf683c Explicitly mention BeanPostProcessor declaration requirements with @Bean methods 10 years ago
Juergen Hoeller 779ca99f38 SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value 10 years ago
Sam Brannen b4e16eacc5 Require JUnit 4.9 or higher in the TCF 10 years ago