8716 Commits (974bd43f284c07e9c9d721978225be05f662a0b4)
 

Author SHA1 Message Date
Juergen Hoeller 974bd43f28 AbstractAutowireCapableBeanFactory's createBean/autowireBean/configureBean use CacheUtils.isCacheSafe to re-enable PropertyDescriptor caching 11 years ago
Juergen Hoeller fab67b0595 CachedIntrospectionResults and co consistently avoid synchronization (through use of ConcurrentReferenceHashMap) 11 years ago
Rossen Stoyanchev cb40908a7d Fix warnings from the sniff task 11 years ago
Rossen Stoyanchev 2b1ff4c5db Fix condition in SubProtocolWebSocketHandler 11 years ago
Rossen Stoyanchev 9880d2b5f4 Remove JDK 1.7 guard for removeOnCancelPolicy property 11 years ago
Rossen Stoyanchev 7441f23012 Add support for removeOnCancelPolicy 11 years ago
Rossen Stoyanchev 7da3fb4ce6 Support STOMP DISCONNECT with receipt 11 years ago
Rossen Stoyanchev 7dc2b2927e Use SESSION_NOT_RELIABLE when no messages received 11 years ago
Rossen Stoyanchev 3af488a701 Avoid multiple invocations of afterConnectionClosed 11 years ago
Rossen Stoyanchev 86de416908 More WebSocket logging updates 11 years ago
Juergen Hoeller fac2d80054 AbstractApplicationContext uses AtomicBoolean instead of synchronization for active/closed flags 11 years ago
Juergen Hoeller 0232739293 Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA) 11 years ago
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