7547 Commits (e62cd84ca23a176912562e175197167d62a08705)
 

Author SHA1 Message Date
Juergen Hoeller e62cd84ca2 Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation 11 years ago
Phillip Webb ab2949f2b7 Fix ResolvableType hashCode generation 11 years ago
Rossen Stoyanchev 69238ba66f Move WebSocketExtension to top-level package 11 years ago
Juergen Hoeller e3e1c1bcec Rearranged web.socket.server subpackages and introduced web.socket.config 11 years ago
Juergen Hoeller eb8b5c435c Polishing 11 years ago
Phillip Webb 5e02a6dda3 Fix casing in spring mvc namespace attributes 11 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 11 years ago
Phillip Webb 92e144a8a8 Add a 'bill of materials' project for Maven users 11 years ago
Rossen Stoyanchev 079fb2db73 Add assert AbstractStandardRequestUpgradeStrategy 11 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 11 years ago
Juergen Hoeller 8f1fefc159 Fixed javadoc 11 years ago
Juergen Hoeller 3e4b3cad6a Always preserve target class for configuration classes in case of auto-proxying 11 years ago
Juergen Hoeller 8958912c94 Extended testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough's deadline (since that test repeatedly failed on the CI server) 11 years ago
Juergen Hoeller 676ad125a1 Reverted arrayToList signature to return plain List 11 years ago
Juergen Hoeller bd8469990d Detect depends-on cycles and throw proper exception 11 years ago
Juergen Hoeller de890fd100 Synchronized cache creation on CacheManager 11 years ago
Juergen Hoeller ce917d5cbb Polishing around @EnableTransactionManagement 11 years ago
Juergen Hoeller e8dead247c @EnableTransactionManagement and co get detected on superclasses as well 11 years ago
Phillip Webb b0b40dade1 Detect cache hit with multiple @Cachables 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Rossen Stoyanchev 690051f46c Add ability to customize message channels 11 years ago
Rossen Stoyanchev e764c8d897 Fix synchronization issue in StompSubProtocolHandler 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Sam Brannen c7c395d0d0 Merge pull request #421 from sbrannen/SPR-11038 11 years ago
Sam Brannen 64f593db8f Support meta-annotation attr overrides in the TCF 11 years ago
Phillip Webb c5779e2ed6 Remove unused GlassFishLoadTimeWeaverTests 11 years ago
Juergen Hoeller ef3a3b03ce @EnableMBeanExport supports empty placeholders as well 11 years ago
Rossen Stoyanchev 119e793994 Fix concurrency issue in TestDispatcherServlet 11 years ago
Rossen Stoyanchev ce3e55743f Extract IdGenerator into a top-level class 11 years ago
Sam Brannen a5d87fffd9 Polish Javadoc for @IfProfileValue 11 years ago
Sam Brannen 412f74f679 Provide meta-annotation support for @Rollback 11 years ago
Juergen Hoeller 1e6f2e79b9 Adapted getXmlAsSource implementation to avoid compilation failure in IntelliJ IDEA 11 years ago
Juergen Hoeller 1ee816b473 Re-introduced custom StaxSource and StaxResult for Spring Web Services 11 years ago
Phillip Webb e6952f41b7 Merge pull request #418 from ericdahl/doc-typos 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Rossen Stoyanchev 4e82416ba9 Add SubProtocolCapable interface 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Rossen Stoyanchev 4de3291dc7 Consolidate websocket/messaging code 11 years ago
Juergen Hoeller f888b8816f Re-enabled tests for meta-annotations on interfaces 11 years ago
Juergen Hoeller f39bb02628 Polishing 11 years ago
Juergen Hoeller 70164cb145 Properly handle InvocationTargetException in reflective JtaPlatform implementation 11 years ago
Juergen Hoeller 519f78c3f5 Optimized ImportAware processing to avoid re-reading class files 11 years ago
Juergen Hoeller 009e362709 @EnableMBeanExport supports placeholders for its attributes now 11 years ago
Sam Brannen ad402dcb4a Status quo for composable stereotypes on interfaces 11 years ago
Sam Brannen 44c5eaeaa3 Fix typo in Javadoc 11 years ago
Sam Brannen a613126be0 Polish AnnotationUtils 11 years ago
Sam Brannen 665251fa2f Suppress deprecation warning in StatusResultMatchers 11 years ago
Sam Brannen 127bc07cda Delete unused package import 11 years ago
Phillip Webb f3504b2fd5 Fix docs sample for ConversionServiceFactoryBean 11 years ago