7873 Commits (bf9702294de96b6efcb9ab857e38fb0f043764f2)
 

Author SHA1 Message Date
Juergen Hoeller c4163c7475 Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support 13 years ago
Rossen Stoyanchev 947f3d4b2b Update Javadoc, add tests and polish spring-messaging 13 years ago
Sam Brannen 3e0b0f100c Delete unused import in MockAsyncContext 13 years ago
Sam Brannen 4957131a7b Delete sysout.println call from MBean*Tests 13 years ago
Juergen Hoeller edeb11c556 Polishing 13 years ago
Brian Clozel efc5074395 Document ControllerAdvice annotation 13 years ago
Spring Buildmaster 0912be105a Increment version to 4.0.0.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 8a4b36479a Release version 4.0.0.RC2 13 years ago
Phillip Webb 85b0bfff58 Only consider "is" methods with boolean returns 13 years ago
Rossen Stoyanchev 8f569264da Fix issue in GlassfishRequestUpgradeStrategy 13 years ago
Brian Clozel 3ac14e7cd8 Document websocket XML namespace 13 years ago
Rossen Stoyanchev 14468e80f3 Add principal in GlassfishRequestUpgradeStrategy 13 years ago
Phillip Webb b1485420b6 Use port scanning for JMX tests 13 years ago
Juergen Hoeller 1dff45c38a Consistent ".jetty" and ".standard" subpackages; consolidated GlassFishRequestUpgradeStrategy implementation; renamed Text/BinaryWebSocketHandler and moved them to web.socket.support 13 years ago
Rossen Stoyanchev 7713a55f6b Add test case for multivalue x-forwarded host header 13 years ago
Phillip Webb d4245610a2 Fix performance test HSQLDB error 13 years ago
Phillip Webb 526555de85 Tweak times in TimedSpringRunnerTests 13 years ago
Phillip Webb c2b56c07e5 Cache property TypeDescriptors 13 years ago
Phillip Webb fd1b48139f Polish 13 years ago
Rossen Stoyanchev bb5a53f7f7 Update websocket xml namespace attributes 13 years ago
Rossen Stoyanchev cea049b791 Move websocket config tests to annotation package 13 years ago
Phillip Webb cb46ef86c6 Fix test following ResolvableType hashcode change 13 years ago
Juergen Hoeller 6c1f62b19d EhCacheFactoryBean calls CacheManager.addCache before setStatisticsEnabled 13 years ago
Juergen Hoeller f5a310ad57 Polishing (backported from 3.2.x) 13 years ago
Juergen Hoeller 2a52decbbc Polishing (including removal of javadoc imports that show as package cycles in IntelliJ) 13 years ago
Juergen Hoeller 41332728f9 Use AnnotationTransactionAttributeSource class name to avoid hard dependency on transaction.annotation package 13 years ago
Juergen Hoeller e62cd84ca2 Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation 13 years ago
Phillip Webb ab2949f2b7 Fix ResolvableType hashCode generation 13 years ago
Rossen Stoyanchev 69238ba66f Move WebSocketExtension to top-level package 13 years ago
Juergen Hoeller e3e1c1bcec Rearranged web.socket.server subpackages and introduced web.socket.config 13 years ago
Juergen Hoeller eb8b5c435c Polishing 13 years ago
Phillip Webb 5e02a6dda3 Fix casing in spring mvc namespace attributes 13 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 13 years ago
Phillip Webb 92e144a8a8 Add a 'bill of materials' project for Maven users 13 years ago
Rossen Stoyanchev 079fb2db73 Add assert AbstractStandardRequestUpgradeStrategy 13 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 13 years ago
Juergen Hoeller 8f1fefc159 Fixed javadoc 13 years ago
Juergen Hoeller 3e4b3cad6a Always preserve target class for configuration classes in case of auto-proxying 13 years ago
Juergen Hoeller 8958912c94 Extended testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough's deadline (since that test repeatedly failed on the CI server) 13 years ago
Juergen Hoeller 676ad125a1 Reverted arrayToList signature to return plain List 13 years ago
Juergen Hoeller bd8469990d Detect depends-on cycles and throw proper exception 13 years ago
Juergen Hoeller de890fd100 Synchronized cache creation on CacheManager 13 years ago
Juergen Hoeller ce917d5cbb Polishing around @EnableTransactionManagement 13 years ago
Juergen Hoeller e8dead247c @EnableTransactionManagement and co get detected on superclasses as well 13 years ago
Phillip Webb b0b40dade1 Detect cache hit with multiple @Cachables 13 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 13 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 13 years ago
Rossen Stoyanchev 690051f46c Add ability to customize message channels 13 years ago
Rossen Stoyanchev e764c8d897 Fix synchronization issue in StompSubProtocolHandler 13 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 13 years ago